1. 6c5b5ad mpi_exp_mod: reduce the table size by one by Janos Follath · 2 years, 9 months ago
  2. 6fa7a76 mpi_exp_mod: fix out of bounds access by Janos Follath · 2 years, 9 months ago
  3. 2b72690 mpi_mod_exp: be pedantic about right shift by Janos Follath · 2 years, 9 months ago
  4. 6e2d8e3 mpi_exp_mod: improve documentation by Janos Follath · 2 years, 9 months ago
  5. d88e219 mpi_exp_mod: remove the 'one' variable by Janos Follath · 2 years, 9 months ago
  6. a92f915 mpi_exp_mod: simplify freeing loop by Janos Follath · 2 years, 9 months ago
  7. aadbadb mpi_exp_mod: move X next to the precomputed values by Janos Follath · 2 years, 9 months ago
  8. 6632383 mpi_exp_mod: rename local variables by Janos Follath · 2 years, 9 months ago
  9. f0ceb1c mpi_exp_mod: remove memory ownership confusion by Janos Follath · 2 years, 9 months ago
  10. 3a3c50c mpi_exp_mod: improve documentation by Janos Follath · 2 years, 9 months ago
  11. 95655a2 mpi_exp_mod: protect out of window zeroes by Janos Follath · 2 years, 10 months ago
  12. 91c0286 mpi_exp_mod: load the output variable to the table by Janos Follath · 2 years, 10 months ago
  13. c469850 Merge pull request #6491 from davidhorstmann-arm/2.28-fix-unusual-macros-0 by Gilles Peskine · 2 years, 9 months ago
  14. e9e0eec Merge pull request #6525 from daverodgman/fix-duplicate-header-2.28 by Dave Rodgman · 2 years, 9 months ago
  15. 490f804 Improve documentation for psa_crypto_cipher.h by Dave Rodgman · 2 years, 9 months ago
  16. 8e322b1 Move declaration of mbedtls_cipher_info_from_psa into psa_crypto_cipher.h by Dave Rodgman · 2 years, 9 months ago
  17. e222637 Remove duplicate function prototype by Dave Rodgman · 2 years, 9 months ago
  18. 369f495 Fix zeroization at NULL pointer by Dave Rodgman · 2 years, 9 months ago
  19. 0bbe758 Merge pull request #6191 from daverodgman/invalid-ecdsa-pubkey-backport-2.28 by Dave Rodgman · 2 years, 9 months ago
  20. b5b1ed2 Fix unused warning in ssl_tls.c by David Horstmann · 2 years, 9 months ago
  21. edc110d Fix a timing leak in ecp_mul_mxz() by Aurelien Jarno · 3 years, 3 months ago
  22. ab61751 Fix macro-spanning if in x509_crt.c by David Horstmann · 2 years, 9 months ago
  23. 04020ab Fix macro-spanning ifs in ssl_ticket.c by David Horstmann · 2 years, 9 months ago
  24. d4f2208 Fix macro-spanning ifs in ssl_tls.c by David Horstmann · 2 years, 9 months ago
  25. 197b240 Fix macro-spanning if in ssl_msg.c by David Horstmann · 2 years, 9 months ago
  26. ef661c5 Fix macro-spanning ifs in ecp.c by David Horstmann · 2 years, 9 months ago
  27. 74ace59 Fix macro-spanning ifs in ssl_srv.c by David Horstmann · 2 years, 9 months ago
  28. c527796 Merge pull request #6392 from davidhorstmann-arm/2.28-fix-x509-get-name-cleanup by Ronald Cron · 2 years, 9 months ago
  29. ee0a0e7 Fix macro-spanning ifs in ssl_cli.c by David Horstmann · 2 years, 9 months ago
  30. e9af9e3 Minor improvements to ecp.c changes by David Horstmann · 2 years, 9 months ago
  31. 9430330 Rename ARIA_SELF_TEST_IF_FAIL by David Horstmann · 2 years, 9 months ago
  32. 864cc8d Minor changes to asn1write.c by David Horstmann · 2 years, 9 months ago
  33. d209197 Refactor macro-spanning ifs in ecdh.c by David Horstmann · 2 years, 10 months ago
  34. b95ee00 Refactor macro-spanning ifs in ecp.c by David Horstmann · 2 years, 10 months ago
  35. 863b17d Refactor macro-spanning if in asn1write.c by David Horstmann · 2 years, 10 months ago
  36. f3b1eaf Refactor macro-spanning if in sha512.c by David Horstmann · 2 years, 10 months ago
  37. 5846c9d Refactor macro-spanning if in ssl_msg.c by David Horstmann · 2 years, 10 months ago
  38. 0bb7243 Refactor macro-spanning if in ssl_tls12_client.c by David Horstmann · 2 years, 10 months ago
  39. 75b1fe7 Refactor ARIA_SELF_TEST_IF_FAIL macro by David Horstmann · 2 years, 10 months ago
  40. 670a993 Fix incorrect return style by David Horstmann · 2 years, 10 months ago
  41. e6917d0 Remove unnecessary NULL assignments by David Horstmann · 2 years, 10 months ago
  42. 5ad5e16 Clarify wording on allocation by David Horstmann · 2 years, 10 months ago
  43. 279188f Merge pull request #6396 from gilles-peskine-arm/platform.h-unconditional-2.28 by Gilles Peskine · 2 years, 10 months ago
  44. 36b33ba Restore platform.h inclusion in error.c by Gilles Peskine · 2 years, 10 months ago
  45. 7705a46 Include platform.h unconditionally: gcm by Gilles Peskine · 2 years, 11 months ago
  46. 169554c Adapt macro names: MBEDTLS_SSL_SOME_SUITES_USE_MAC->MBEDTLS_SSL_SOME_MODES_USE_MAC by Przemek Stekiel · 2 years, 10 months ago
  47. 8c176b4 Free structs in mbedtls_x509_get_name() on error by David Horstmann · 2 years, 10 months ago
  48. 093a4aa Remove useless platform macro redefinitions: automatic part by Gilles Peskine · 2 years, 10 months ago
  49. 8474fe0 Include platform.h unconditionally: second automatic part by Gilles Peskine · 2 years, 10 months ago
  50. 9450dc7 Fix guards for mbedtls_ct_size_mask() and mbedtls_ct_memcpy_if_eq() by Przemek Stekiel · 2 years, 10 months ago
  51. 36f19b9 Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 10 months ago
  52. 4268731 Fix ECDSA signature verification edge-case by Dave Rodgman · 3 years ago
  53. 250a612 Merge pull request #6212 from tom-cosgrove-arm/explicit-warning-re-ct-conditions-not-0-or-1-2.28 by Gilles Peskine · 3 years ago
  54. 81e7423 ssl_tls12_server: fix potential NULL-dereferencing if local certificate was not set. by Leonid Rozenboim · 3 years ago
  55. f211d82 Be explicit about constant time bignum functions that must take a 0 or 1 condition value by Tom Cosgrove · 3 years ago
  56. f222b8e Merge pull request #6161 from daverodgman/backport-cert-symlink by Gilles Peskine · 3 years ago
  57. ddc3845 Merge pull request #6168 from mman/mbedtls-2.28 by Gilles Peskine · 3 years ago
  58. 43dedd8 Use double quotes to include private header file psa_crypto_cipher.h by Martin Man · 3 years ago
  59. 6f227ee Remove use of lstat by Dave Rodgman · 3 years, 1 month ago
  60. 2958bb3 Spelling and grammar improvements by Dave Rodgman · 3 years, 1 month ago
  61. 168bcd6 Don't increase failure count for dangling symlinks by Dave Rodgman · 3 years, 1 month ago
  62. 32ffb2b x509_crt: handle properly broken links when looking for certificates by Eduardo Silva · 6 years ago
  63. 5205c97 Fix a/an typos in doxygen and other comments by Tom Cosgrove · 3 years ago
  64. fe9d08f Bump version by Dave Rodgman · 3 years, 1 month ago
  65. df275c4 Merge remote-tracking branch 'restricted/mbedtls-2.28-restricted' into mbedtls-2.28.1rc0-pr by Dave Rodgman · 3 years, 1 month ago
  66. 77473eb Clarify the need for calling mbedtls_ssl_derive_keys after extension parsing by Andrzej Kurek · 3 years, 1 month ago
  67. c87d97b Rearrange the session resumption code by Andrzej Kurek · 3 years, 2 months ago
  68. 06986de Merge pull request #6066 from AndrzejKurek/fix-some-resource-leaks-2-28 by Paul Elliott · 3 years, 1 month ago
  69. cd5e671 Add a changelog entry for pkparse bugs by Andrzej Kurek · 3 years, 1 month ago
  70. b39b499 Add pem_free() to other error paths in pk_parse_public_key() by Paul Elliott · 3 years, 3 months ago
  71. 763ee3c Fix resource leaks by Leonid Rozenboim · 3 years, 4 months ago
  72. 0ae1c1c Merge pull request #5991 from gilles-peskine-arm/asn1write-0-fix-2.28 by Ronald Cron · 3 years, 1 month ago
  73. 24ed2ca Fix the wrong variable being used for TLS record size checks by Paul Elliott · 3 years, 2 months ago
  74. bb34fee Fix bug whereby 0 was written as 0200 rather than 020100 by Gilles Peskine · 3 years, 2 months ago
  75. 06c5e92 Merge pull request #5863 from wernerlewis/csr_subject_comma_2.28 by Gilles Peskine · 3 years, 1 month ago
  76. c9529f9 Fix null pointer dereference in mpi_mod_int(0, 2) by Gilles Peskine · 3 years, 2 months ago
  77. 4118092 Merge pull request #5825 from polhenarejos/mbedtls-2.28 by Dave Rodgman · 3 years, 1 month ago
  78. 1421efa Fix case where final special char exceeds buffer by Werner Lewis · 3 years, 1 month ago
  79. d904d66 Mark static int SSL functions CHECK_RETURN_CRITICAL by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  80. 06e1fcd Add comments when can_do() is safe to use by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  81. d80d8a4 Add negative tests for opaque mixed-PSK (server) by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  82. a49a00c Add negative tests for opaque mixed-PSK (client) by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  83. b9c7ea4 Improve a comment. by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  84. 5b3f24f Fix unchecked return value from internal function by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  85. 37e5999 Fix potential buffer overread with USE_PSA by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  86. 4353d3d Split a debug message into two - for clarity by Andrzej Kurek · 3 years, 2 months ago
  87. 33f41a8 Add the mbedtls prefix to ssl_check_dtls_clihlo_cookie by Andrzej Kurek · 3 years, 2 months ago
  88. 862acb8 Add cookie parsing tests to test_suite_ssl by Andrzej Kurek · 3 years, 2 months ago
  89. e5af9fa Add missing sid_len in calculations of cookie sizes by Andrzej Kurek · 3 years, 2 months ago
  90. f333dfa More SSL debug messages for ClientHello parsing by Gilles Peskine · 3 years, 6 months ago
  91. 02c9d3b Fix parsing of special chars in X509 DN values by Werner Lewis · 3 years, 3 months ago
  92. ce02537 Merge pull request #5828 from wernerlewis/time_utc_2.28 by Dave Rodgman · 3 years, 2 months ago
  93. 1b54a05 Use ASN1 UTC tags for dates before 2000 by Werner Lewis · 3 years, 3 months ago
  94. b830028 Fix uninitialised memory access in constant time functions by Paul Elliott · 3 years, 3 months ago
  95. bdd6905 Merge pull request #5850 from bootstrap-prime/mbedtls-2.28 by Dave Rodgman · 3 years, 3 months ago
  96. 7ef96ea Fix typos in documentation and constants with typo finding tool by bootstrap-prime · 3 years, 3 months ago
  97. 42313fb psa_raw_key_agreement: return BUFFER_TOO_SMALL when warranted by Gilles Peskine · 3 years, 4 months ago
  98. a002660 Merge pull request #5733 from daverodgman/warmsocks_spellingfixes_2.28 by Dave Rodgman · 3 years, 3 months ago
  99. c46a2f6 Remove spaces. by Pol Henarejos · 3 years, 3 months ago
  100. a93442e Fix for order value for curve448. by Pol Henarejos · 3 years, 3 months ago