1. d05e7f1 Do not use NEON for AES-CBC on aarch64 by Dave Rodgman · 2 years, 2 months ago
  2. 906c63c Revert "improve cbc encrypt perf" by Dave Rodgman · 2 years, 2 months ago
  3. 5c394ff Use a single fast-path in mbedtls_xor, gains around 1% in benchmarks by Dave Rodgman · 2 years, 2 months ago
  4. 159dc09 Code style by Dave Rodgman · 2 years, 2 months ago
  5. 360e04f Fix AES-XTS perf regression by Dave Rodgman · 2 years, 2 months ago
  6. f32176c Remove unnecessary cast by Dave Rodgman · 2 years, 2 months ago
  7. 2070c20 Avoid possible NEON alignment issue by Dave Rodgman · 2 years, 2 months ago
  8. 9d1635e Revert not-useful changes to AES-CBC decrypt by Dave Rodgman · 2 years, 2 months ago
  9. f1e396c improve cbc encrypt perf by Dave Rodgman · 2 years, 2 months ago
  10. 3f47b3f Extend NEON use to 32-bit Arm by Dave Rodgman · 2 years, 3 months ago
  11. 7613b3d Fix xor fail for large block size by Dave Rodgman · 2 years, 3 months ago
  12. 262d8ce Fix AES-CBC for in-place operation by Dave Rodgman · 2 years, 3 months ago
  13. 797c4ff Make AES-CBC more efficient by Dave Rodgman · 2 years, 3 months ago
  14. 6f40f8b Add NEON to mbedtls_xor by Dave Rodgman · 2 years, 3 months ago
  15. 0805ad1 XOR perf improvements by Dave Rodgman · 2 years, 3 months ago
  16. 9a11f8a Merge pull request #7573 from tom-cosgrove-arm/add-psa_want_alg_some_pake by Paul Elliott · 2 years, 3 months ago
  17. aa266f2 Merge pull request #7602 from mprse/AuthorityKeyId_leak_fix by Paul Elliott · 2 years, 3 months ago
  18. e4cbab6 Merge pull request #7607 from daverodgman/pr6511 by Dave Rodgman · 2 years, 3 months ago
  19. 8203f2d Merge pull request #7535 from minosgalanakis/ecp/7264_enable_core_shift_l by Paul Elliott · 2 years, 3 months ago
  20. b1c0afe Merge pull request #7595 from valeriosetti/deprecate_pk_ec by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  21. 0144b35 bignum: Updated `mbedtls_mpi_shift_l` to use the core method. by Minos Galanakis · 2 years, 3 months ago
  22. f0806be Merge pull request #7489 from minosgalanakis/ecp/7246_xtrack_core_shift_l by Paul Elliott · 2 years, 3 months ago
  23. 8508e50 Make use of MBEDTLS_STATIC_ASSERT by Dave Rodgman · 2 years, 3 months ago
  24. ed59ea7 Document minimum size for DEBUG_BUF_SIZE by Dave Rodgman · 2 years, 6 months ago
  25. 5bfcd1c simplify code by valord577 · 2 years, 6 months ago
  26. 176e927 code style by valord577 · 2 years, 6 months ago
  27. 536893c make code readable and change var name by valord577 · 2 years, 6 months ago
  28. 24da0cd send debug msg if contains '\n' by valord577 · 2 years, 6 months ago
  29. 9ecf5f9 Update library/debug.c by Dave Rodgman · 2 years, 9 months ago
  30. 25418ac Fix: no newline when debug msg over DEBUG_BUF_SIZE by valord577 · 2 years, 9 months ago
  31. 55a701a Merge pull request #7564 from gabor-mezei-arm/7262_fix_ouput_width_in_ecc_mod_koblitz by Paul Elliott · 2 years, 3 months ago
  32. 690ff69 mbedtls_x509_crt_free: release authorityCertIssuer sequence by Przemek Stekiel · 2 years, 3 months ago
  33. 926bcb0 Merge pull request #7532 from AndrzejKurek/remove-leading-zeroes-ip-parsing by Paul Elliott · 2 years, 3 months ago
  34. aba165b Merge pull request #7586 from gilles-peskine-arm/gitignore-objects-at-root by Paul Elliott · 2 years, 3 months ago
  35. a274041 Fix comment by Gabor Mezei · 2 years, 3 months ago
  36. f70b3e0 pk: fix: explicilty set const in casted value in mbedtls_pk_ec_ro by Valerio Setti · 2 years, 3 months ago
  37. 3f00b84 pk: fix build issues by Valerio Setti · 2 years, 3 months ago
  38. 77a7568 pk: align library and tests code to the new internal functions by Valerio Setti · 2 years, 3 months ago
  39. 229bf10 pk: make mbedtls_pk_ec internal when !ECP_C by Valerio Setti · 2 years, 3 months ago
  40. 8075f76 Ignore *.o everywhere by Gilles Peskine · 2 years, 3 months ago
  41. 6d62fac Only include psa_pake_setup() and friends if some PAKE algorithms are required by Tom Cosgrove · 2 years, 3 months ago
  42. b6653f3 Update comments by Gabor Mezei · 2 years, 3 months ago
  43. dcaf99e Add another round in the Koblitz reduction by Gabor Mezei · 2 years, 3 months ago
  44. 481a6a8 Merge pull request #7482 from gabor-mezei-arm/6029_use_core_api_in_ecp_mod_koblitz by Paul Elliott · 2 years, 3 months ago
  45. 1d046fa Merge pull request #6010 from mprse/ffdh_import_export by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  46. 97edeb4 Merge pull request #6866 from mprse/extract-key-ids by Gilles Peskine · 2 years, 3 months ago
  47. 61aed06 Code optimization by Przemek Stekiel · 2 years, 3 months ago
  48. ed9fb78 Fix parsing of KeyIdentifier (tag length error case) + test by Przemek Stekiel · 2 years, 3 months ago
  49. 908f400 Determine special cases in-place in the common Koblitz function by Gabor Mezei · 2 years, 3 months ago
  50. 501fb3a Merge pull request #5894 from Xeenych/patch-1 by Tom Cosgrove · 2 years, 3 months ago
  51. 837d2d1 mbedtls_psa_export_ffdh_public_key: return fixed key size by Przemek Stekiel · 2 years, 3 months ago
  52. fc90dec pkwrite: removing unused/duplicated variables by Valerio Setti · 2 years, 3 months ago
  53. 4f387ef pk: use better naming for the new key ID field by Valerio Setti · 2 years, 3 months ago
  54. 048cd44 pk: fix library code for using the new opaque key solution by Valerio Setti · 2 years, 3 months ago
  55. e00954d pk: store opaque key ID directly in the pk_context structure by Valerio Setti · 2 years, 3 months ago
  56. 134cc2e Fix code style by Przemek Stekiel · 2 years, 3 months ago
  57. 71f88ec Merge pull request #6838 from jethrogb/jb/pkix-curdle by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  58. e1621a4 mbedtls_psa_ffdh_generate_key: optimize code and return fixed key size by Przemek Stekiel · 2 years, 3 months ago
  59. b894403 bignum_core: Removed input checking for `mbedtls_mpi_core_shift_l` by Minos Galanakis · 2 years, 3 months ago
  60. 6dc62e6 Merge pull request #7544 from tom-cosgrove-arm/use-mbedtls_ct_uint_if-rather-than-mbedtls_ct_cond_select_sign by Dave Rodgman · 2 years, 3 months ago
  61. cb706ea Silence bad "maybe unitialized" warning for ec_grp_id by Jethro Beekman · 2 years, 3 months ago
  62. cf4545e Fix unsued variable in mbedtls_pk_write_pubkey_der in certain configurations by Jethro Beekman · 2 years, 3 months ago
  63. 13d415c Only use mbedtls_ecc_group_of_psa if defined(MBEDTLS_ECP_LIGHT) by Jethro Beekman · 2 years, 3 months ago
  64. 33a3ccd Fix bug in mbedtls_pk_wrap_as_opaque by Jethro Beekman · 2 years, 3 months ago
  65. 8e59ebb Refactor EC SPKI serialization by Jethro Beekman · 2 years, 3 months ago
  66. 2e662c6 Add comment about version 1 PKCS8 keys not containing a public key by Jethro Beekman · 2 years, 3 months ago
  67. 0167244 Read and write X25519 and X448 private keys by Jethro Beekman · 2 years, 4 months ago
  68. e4072c0 Merge pull request #7548 from jethrogb/jb/mbedtls_pem_write_buffer by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  69. b643283 Merge pull request #7490 from paul-elliott-arm/test_ecp_mod_p448 by Paul Elliott · 2 years, 3 months ago
  70. 8194285 Fix parsing of authorityCertSerialNumber (use valid tags) by Przemek Stekiel · 2 years, 3 months ago
  71. 746df88 mbedtls_pem_write_buffer: Correctly report needed buffer size for all possible line lengths and counts by Jethro Beekman · 2 years, 3 months ago
  72. f57273c Merge pull request #7496 from valeriosetti/issue7480 by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  73. 9c9880a Explicitly exit IPv4 parsing on a fatal error by Andrzej Kurek · 2 years, 3 months ago
  74. e22413c Use mbedtls_ct_uint_if() rather than mbedtls_ct_cond_select_sign() by Tom Cosgrove · 2 years, 3 months ago
  75. d3ca5e5 Merge pull request #7328 from mprse/ec-jpake-fix1 by Gilles Peskine · 2 years, 3 months ago
  76. c70d9ea Merge pull request #7412 from silabs-Kusumit/PBKDF2_implementation by Gilles Peskine · 2 years, 3 months ago
  77. 2d81499 pk: fix position for mbedtls_platform_zeroize by Valerio Setti · 2 years, 3 months ago
  78. 2c50526 pk: fix: clear buffer holding raw EC private key on exit by Valerio Setti · 2 years, 3 months ago
  79. 6f400a3 Disallow leading zeroes when parsing IPv4 addresses by Andrzej Kurek · 2 years, 3 months ago
  80. 7b9934d Add support for building p256-m alongside Mbed TLS with CMake. by Aditya Deshpande · 2 years, 4 months ago
  81. e41f7e4 Integrate p256-m as an example driver alongside Mbed TLS and write documentation for the example. by Aditya Deshpande · 2 years, 7 months ago
  82. 75095cc mbedtls_psa_ffdh_set_prime_generator: use switch instead if-else by Przemek Stekiel · 2 years, 3 months ago
  83. 5341050 Add guards for psa_is_dh_key_size_valid by Przemek Stekiel · 2 years, 3 months ago
  84. 7351101 Merge pull request #7502 from daverodgman/inline-clz by Gilles Peskine · 2 years, 3 months ago
  85. d2e1dd0 Merge pull request #7499 from JonathanWitthoeft/development by Gilles Peskine · 2 years, 3 months ago
  86. 6d85afa Fix naming: FFDH key -> DH key and fix guard in psa_validate_key_type_and_size_for_key_generation by Przemek Stekiel · 2 years, 3 months ago
  87. 914347b Don't explicitly inline mbedtls_mpi_core_clz by Dave Rodgman · 2 years, 3 months ago
  88. a537695 Remove unrelated comment by Kusumit Ghoderao · 2 years, 3 months ago
  89. d1cf1ba Add function to validate dh key size by Przemek Stekiel · 2 years, 3 months ago
  90. cf0156f mbedtls_psa_ffdh_generate_key: Fix random number generation by Przemek Stekiel · 2 years, 3 months ago
  91. 6fd72b6 Optimize code (if-else format, action on error) by Przemek Stekiel · 2 years, 3 months ago
  92. 9275d5d mbedtls_psa_ffdh_set_prime_generator: check if key size is equal and use sizeof by Przemek Stekiel · 2 years, 3 months ago
  93. 47a3c82 Enable curve 448 to be tested by Paul Elliott · 2 years, 3 months ago
  94. 9b26518 Make mbedtls_ecdsa_can_do definition unconditional by JonathanWitthoeft · 2 years, 3 months ago
  95. 405ec94 Bug Fix: mbedtls_ecdsa_verify_restartable fails with ECDSA_SIGN_ALT by JonathanWitthoeft · 2 years, 3 months ago
  96. 3b29364 Fix VS2022 build error by Dave Rodgman · 2 years, 3 months ago
  97. 98062a7 Merge pull request #7316 from yuhaoth/pr/Add-msvc-support-for-aesce-module by Dave Rodgman · 2 years, 3 months ago
  98. 09d2378 Merge pull request #7429 from xkqian/bignumber_update_comments by Tom Cosgrove · 2 years, 3 months ago
  99. 19c6f47 Allocate the right amount of memory by Gabor Mezei · 2 years, 3 months ago
  100. fead533 Remove unused macro by Gabor Mezei · 2 years, 3 months ago