1. 1a89170 Add changelog entry for new mbedtls_pkcs5_pbe2_ext function by Waleed Elmelegy · 2 years ago
  2. 12dd040 Improve mbedtls_pkcs5_pbes2_ext function signature comments by Waleed Elmelegy · 2 years ago
  3. 4a0a989 Fix unused parameters warnings when MBEDTLS_CIPHER_PADDING_PKCS7 is disabled by Waleed Elmelegy · 2 years ago
  4. 87bc1e1 Fix heap overflow issue in pkcs5_pbes2 testing functions by Waleed Elmelegy · 2 years ago
  5. 5d3f315 Add new mbedtls_pkcs5_pbe2_ext function by Waleed Elmelegy · 2 years ago
  6. 115784b Merge pull request #1040 from waleed-elmelegy-arm/development-restricted by Janos Follath · 2 years ago
  7. f50767d Improve mbedtls_pkcs5_pbes2 function signature comments by Waleed Elmelegy · 2 years ago
  8. f3fafc3 Fix CI errors related pkcs5_pbe changes by Waleed Elmelegy · 2 years, 1 month ago
  9. 2387bda Merge pull request #1038 from Mbed-TLS/development by Gilles Peskine · 2 years, 1 month ago
  10. 8e8e6b9 Merge pull request #7934 from AgathiyanB/move-declarations-to-top by Dave Rodgman · 2 years, 1 month ago
  11. 6dd4064 Merge pull request #7932 from AgathiyanB/add-mpi-uint-size-macro by Dave Rodgman · 2 years, 1 month ago
  12. 708d78f Improve & test legacy mbedtls_pkcs5_pbe2 by Waleed Elmelegy · 2 years, 1 month ago
  13. eed55c6 Use defined macros for MBEDTLS_MPI_UINT_MAX by Agathiyan Bragadeesh · 2 years, 1 month ago
  14. 9e8104c Merge pull request #7949 from AgathiyanB/IAR-asm-keyword by Dave Rodgman · 2 years, 1 month ago
  15. 131a22e Merge pull request #7950 from AgathiyanB/fix-IAR-using-memset-s by Dave Rodgman · 2 years, 1 month ago
  16. 5f65acb Merge pull request #7859 from gilles-peskine-arm/mbedtls_mpi-smaller by Dave Rodgman · 2 years, 1 month ago
  17. 789e50e Use correct asm keyword for IAR compilers by Agathiyan Bragadeesh · 2 years, 1 month ago
  18. 24a305e Explain why we check 65535 (not USHORT_MAX) by Gilles Peskine · 2 years, 1 month ago
  19. b8f1885 Align ECP_MPI_INIT parameter order with mbedtls_mpi struct order by Dave Rodgman · 2 years, 1 month ago
  20. 828b3ac Merge pull request #7848 from valeriosetti/issue7749 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  21. 7485203 Fix IAR trying to use memset_s in platform_util by Agathiyan Bragadeesh · 2 years, 1 month ago
  22. 4d47cea Move declarations in psa_crypto to top by Agathiyan Bragadeesh · 2 years, 1 month ago
  23. 1975650 Make consistent suffix MBEDTLS_MPI_UINT_MAX by Agathiyan Bragadeesh · 2 years, 1 month ago
  24. 900e20d Change MBEDTLS_MPI_UINT_MAX suffix by Agathiyan Bragadeesh · 2 years, 1 month ago
  25. 08b04b1 Merge pull request #7923 from gabor-mezei-arm/7598_fix_clone_of_ecp_module by Tom Cosgrove · 2 years, 1 month ago
  26. 5058a5b Remove trailing whitespace bignum_core by Agathiyan Bragadeesh · 2 years, 1 month ago
  27. e55a1e1 Refactor preprocessing for arm none by Agathiyan Bragadeesh · 2 years, 1 month ago
  28. 9321265 Move declarations to top in ssl_helpers.c by Agathiyan Bragadeesh · 2 years, 1 month ago
  29. ec4c91e Move declaration in ecp_mod_koblitz to top by Agathiyan Bragadeesh · 2 years, 1 month ago
  30. c99840a Move declarations in mbedtls_mpi_add_abs to top by Agathiyan Bragadeesh · 2 years, 1 month ago
  31. b366fe9 Merge pull request #7478 from yuhaoth/pr/add-script-for-generating-cert-macros by Gilles Peskine · 2 years, 1 month ago
  32. d8c4549 Merge pull request #7432 from oberon-microsystems/fix-test-ecjpake-to-pms-dependency by Gilles Peskine · 2 years, 1 month ago
  33. 91d9daf Merge pull request #7925 from hasheddan/dtls-server-order by Dave Rodgman · 2 years, 1 month ago
  34. af2f7a6 Fix order of steps in DTLS server example program by Daniel Mangum · 2 years, 1 month ago
  35. 271a953 Remove tautology in mbedtls_mpi_core_clz by Agathiyan Bragadeesh · 2 years, 1 month ago
  36. 09a455e Add macros for mpi uint max sizes by Agathiyan Bragadeesh · 2 years, 1 month ago
  37. 66bbecb Fix comment by Gabor Mezei · 2 years, 1 month ago
  38. f0021d4 Update test function dependencies by Gabor Mezei · 2 years, 1 month ago
  39. 92ce4c2 Fix ecp variant check by Gabor Mezei · 2 years, 1 month ago
  40. 8f6094c Merge pull request #7792 from robUx4/win32_winnt by Dave Rodgman · 2 years, 1 month ago
  41. caa6a1f Merge pull request #1031 from gilles-peskine-arm/cmac-blksize_max by Dave Rodgman · 2 years, 1 month ago
  42. 63a21f4 Merge pull request #7920 from daverodgman/gcm-size by Dave Rodgman · 2 years, 1 month ago
  43. 5ff0245 Reduce size of static data in gcm by Dave Rodgman · 2 years, 1 month ago
  44. 551b3bf Don't force the _WIN32_WINT version by Steve Lhomme · 2 years, 2 months ago
  45. 4000b6e Don't force the default windows version down by Steve Lhomme · 2 years, 2 months ago
  46. 369d7c7 Don't use FindFirstFileW() before Windows XP by Steve Lhomme · 2 years, 2 months ago
  47. 15f3504 Merge pull request #7507 from yuhaoth/pr/fix-armclang-without-cmd-target-flags-fail by Dave Rodgman · 2 years, 1 month ago
  48. 893be8d Replace cpu modifier flags by Jerry Yu · 2 years, 1 month ago
  49. 8bfa24b Update compiler versions requirement by Jerry Yu · 2 years, 3 months ago
  50. b1d06bb Add error message for old armclang by Jerry Yu · 2 years, 3 months ago
  51. 8e96e78 update document and error message by Jerry Yu · 2 years, 3 months ago
  52. 6b00f5a Add guards for arm_neon.h by Jerry Yu · 2 years, 3 months ago
  53. c37e260 Add armclang version requirement for sha512 by Jerry Yu · 2 years, 3 months ago
  54. 22a4d3e fix armclang build fail for sha512. by Jerry Yu · 2 years, 3 months ago
  55. 580e06f fix armclang compile fail by Jerry Yu · 2 years, 3 months ago
  56. 08933d3 fix compile fail for armclang by Jerry Yu · 2 years, 3 months ago
  57. 3c22366 Merge pull request #7863 from valeriosetti/issue7790 by Paul Elliott · 2 years, 1 month ago
  58. a824e40 Merge pull request #7500 from tom-cosgrove-arm/fix-armclang-bswap32 by Dave Rodgman · 2 years, 1 month ago
  59. 98e632f Re-order mbedtls_mpi to save a few extra bytes with clang by Dave Rodgman · 2 years, 1 month ago
  60. 84eaefa Use designated initializers for mbedtls_mpi by Dave Rodgman · 2 years, 1 month ago
  61. 88f34e3 Merge pull request #7703 from gabor-mezei-arm/7598_clone_the_eco_module by Paul Elliott · 2 years, 1 month ago
  62. f2b5a13 Fix MBEDTLS_BSWAP32 on armcc 5 by Tom Cosgrove · 2 years, 3 months ago
  63. 4999f15 Merge pull request #7878 from beni-sandu/development by Dave Rodgman · 2 years, 1 month ago
  64. 1e6063c test: set MBEDTLS_ECP_DP dependency also for Montgomery curves by Valerio Setti · 2 years, 1 month ago
  65. d476faa test: add more tests for Montgomery's invalid masks by Valerio Setti · 2 years, 1 month ago
  66. aed8799 test: verify that Montgomery keys can be fixed on parsing by Valerio Setti · 2 years, 1 month ago
  67. 41b0818 ecp: rearrange code in ecp_read_key() by Valerio Setti · 2 years, 1 month ago
  68. 4a09dcc test: replace ECP_DP_CURVE25519_ENABLED with PSA_WANT_ECC_MONTGOMERY_255 by Valerio Setti · 2 years, 1 month ago
  69. ef80d11 test: add proper key requirements in X25519 key parsing tests by Valerio Setti · 2 years, 1 month ago
  70. 21d4241 pkparse: always check all private keys on import by Valerio Setti · 2 years, 1 month ago
  71. 6b062ee pkparse: parse also Weierstrass private keys using ecp_read_key() by Valerio Setti · 2 years, 1 month ago
  72. 5f54020 analyze_outcomes: do not skip test about wrong Montgomery private key by Valerio Setti · 2 years, 1 month ago
  73. 805e4a0 pkparse: use ecp_read_key() for parsing private key of Montgomery curves by Valerio Setti · 2 years, 1 month ago
  74. 0a92121 test: test of Montgomery keys with uncorrect bits whenever PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 1 month ago
  75. 19280ad Merge pull request #7908 from gilles-peskine-arm/ssl-opt-fix-hrr-test-curves-groups by Gilles Peskine · 2 years, 1 month ago
  76. b387fcf Adapt names (curves -> groups) in a separately added test case by Gilles Peskine · 2 years, 1 month ago
  77. 6aca2c9 Merge pull request #7716 from mpg/psa-util-internal by Gilles Peskine · 2 years, 1 month ago
  78. d9f0c76 Merge pull request #7879 from tgonzalezorlandoarm/development by Gilles Peskine · 2 years, 1 month ago
  79. f3e488e Merge pull request #7216 from lpy4105/issue/6840/add-getters-for-some-fields by Dave Rodgman · 2 years, 1 month ago
  80. f614bde Merge pull request #7656 from mprse/ffdh_tls13_v2_drivers by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  81. e183ece Merge pull request #7136 from yanrayw/5692-record-compatsh-test-cases by Dave Rodgman · 2 years, 1 month ago
  82. dda0019 ssl_test_lib: fix rebase error by Valerio Setti · 2 years, 1 month ago
  83. 5c41ae8 Merge pull request #7887 from ronald-cron-arm/fix-hrr-in-psk-kem by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  84. 5bdebb2 ssl_test_lib: fix variable naming for curve group by Valerio Setti · 2 years, 1 month ago
  85. 54e2379 tls: replace numeric values with proper TLS IANA symbols by Valerio Setti · 2 years, 1 month ago
  86. fb6356f ssl_test_lib: simplify function which prints supported curves by Valerio Setti · 2 years, 1 month ago
  87. deb6764 ssl_test_lib: manage FFDH keys the same way as ECC ones by Valerio Setti · 2 years, 1 month ago
  88. ee3a4d0 debug: replace occurence of ECP_LIGHT with PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 1 month ago
  89. 6f0441d tls: replace occurencies of ECP_LIGHT with PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 1 month ago
  90. acd32c0 programs: add helper functions for supported EC curves by Valerio Setti · 2 years, 1 month ago
  91. 0085c2e test: fix message's text by Valerio Setti · 2 years, 1 month ago
  92. 16b70f2 test: enabled ssl-opt testing in no_ecp_at_all components by Valerio Setti · 2 years, 1 month ago
  93. 49e6907 tls: replace ECP_LIGHT occurrencies with PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 1 month ago
  94. 887f823 test: re-enable TLS and key exchanges in no_ecp_at_all component by Valerio Setti · 2 years, 1 month ago
  95. 5a3f5f4 Add changelog entries by Pengyu Lv · 2 years, 1 month ago
  96. 5cbb93e Add test for cache timeout getter by Pengyu Lv · 2 years, 1 month ago
  97. db61433 Add test for endpoint getter by Pengyu Lv · 2 years, 1 month ago
  98. 30e0870 Add test for hostname getter by Pengyu Lv · 2 years, 1 month ago
  99. 08daebb Make endpoint getter parameter a pointer to const by Pengyu Lv · 2 years, 1 month ago
  100. accd53f Add getter access to endpoint field in mbedtls_ssl_config by Pengyu Lv · 2 years, 5 months ago