1. 92f3877 Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  2. 534d0b4 Finish / Verify state checks by Paul Elliott · 2 years, 10 months ago
  3. f88a565 Better tag size default for m-aead finish by Paul Elliott · 2 years, 10 months ago
  4. d89304e Fix formatting issues by Paul Elliott · 2 years, 10 months ago
  5. e4030f2 Replace function with macro that already exists by Paul Elliott · 2 years, 10 months ago
  6. 7220cae Ensure generate nonce unavailable in decrypt by Paul Elliott · 2 years, 10 months ago
  7. e9bc857 Merge pull request #4552 from hanno-arm/mbedtls_3_0_key_export by Gilles Peskine · 2 years, 10 months ago
  8. 6e3187b RSA: Use hashlen as the hash input size as documented by Gilles Peskine · 2 years, 10 months ago
  9. 9dbbc29 PK signature function: require exact hash length by Gilles Peskine · 2 years, 10 months ago
  10. 5e3bb13 Add set_lengths argument to all tests. by Paul Elliott · 2 years, 10 months ago
  11. 1c96429 Remove encrypt/decrypt tests by Paul Elliott · 2 years, 10 months ago
  12. c23a9a0 Add state checks for multipart AEAD by Paul Elliott · 2 years, 10 months ago
  13. d3f8241 Add multipart tests by Paul Elliott · 2 years, 10 months ago
  14. 8eb9daf Add generate nonce test by Paul Elliott · 2 years, 11 months ago
  15. 388f606 Use correct size defines for buffers by Paul Elliott · 2 years, 11 months ago
  16. 1c8de15 Update documentation to tally with recent changes by Paul Elliott · 2 years, 11 months ago
  17. bc94978 Add missing unused arguments by Paul Elliott · 2 years, 11 months ago
  18. 5ec5003 Document the return type change in the migration guide by Dave Rodgman · 2 years, 10 months ago
  19. b09c7ee Correct some statements about the ordering of A and B by Gilles Peskine · 2 years, 10 months ago
  20. 4d3fd36 Clarification in a comment by Gilles Peskine · 2 years, 10 months ago
  21. 4169c32 Simplify is-zero check by Gilles Peskine · 2 years, 10 months ago
  22. 2a3041f Fix copypasta in test data by Gilles Peskine · 2 years, 10 months ago
  23. 2a63c5b Write a proof of correctness for mbedtls_mpi_gcd by Gilles Peskine · 2 years, 10 months ago
  24. 4df3f1f Explain how the code relates to the description in HAC by Gilles Peskine · 2 years, 10 months ago
  25. bd5d6ef Fix copypasta in test cases by Gilles Peskine · 2 years, 10 months ago
  26. 8998770 Annotate the choice of representation of 0 in more places by Gilles Peskine · 2 years, 10 months ago
  27. 8f70d3f Improve coverage of mbedtls_mpi_cmp_mpi by Gilles Peskine · 2 years, 10 months ago
  28. 722c62c Fix copypasta in test function argument name by Gilles Peskine · 2 years, 10 months ago
  29. 5afc5e4 Unify G=1 and G=-1 test cases by Gilles Peskine · 2 years, 10 months ago
  30. d96b365 In test cases where the result is 0, express it as "0", not "" by Gilles Peskine · 2 years, 10 months ago
  31. 997be0a Fix multiplication with negative result and a low-order 0 limb by Gilles Peskine · 2 years, 10 months ago
  32. 2aa3f16 Whitespace fix by Gilles Peskine · 2 years, 10 months ago
  33. e109175 mpi_shrink test: just set the top bit by Gilles Peskine · 2 years, 10 months ago
  34. 3f1c3c9 Tweak grouping of GCD test cases by Gilles Peskine · 2 years, 10 months ago
  35. 9466d81 Make GCD test descriptions more uniform by Gilles Peskine · 2 years, 10 months ago
  36. 34bfa15 Changelog entry for the mbedtls_mpi_read_xxx changes by Gilles Peskine · 2 years, 11 months ago
  37. 7cba859 mbedtls_mpi_read_string: make an empty bignum for an empty string by Gilles Peskine · 2 years, 11 months ago
  38. 45adf6f DHM: test some edge cases for the generator by Gilles Peskine · 2 years, 11 months ago
  39. 058d009 Add RSA tests with message=0 by Gilles Peskine · 2 years, 11 months ago
  40. f4998b0 Fix multiplication producing a negative zero by Gilles Peskine · 2 years, 11 months ago
  41. b4347d8 mbedtls_mpi_gcd: small optimization by Gilles Peskine · 2 years, 11 months ago
  42. 27253bc mbedtls_mpi_gcd: fix the case B==0 by Gilles Peskine · 2 years, 11 months ago
  43. 3008dde Changelog for the fix to mbedtls_mpi_exp_mod(A=0) by Gilles Peskine · 2 years, 11 months ago
  44. 3da1a8f Fix null pointer dereference in mbedtls_mpi_exp_mod by Gilles Peskine · 2 years, 11 months ago
  45. 3637488 Add many test cases involving 0 by Gilles Peskine · 2 years, 11 months ago
  46. 342f71b Test mbedtls_mpi_exp_mod both with and without _RR by Gilles Peskine · 2 years, 11 months ago
  47. 424390c mbedtls_mpi_exp_mod test: don't read RR from test data by Gilles Peskine · 2 years, 11 months ago
  48. 9e9314f Add some GCD tests by Gilles Peskine · 2 years, 11 months ago
  49. d0722f8 Test mbedtls_mpi_safe_cond_{assign,swap} with the basic functions by Gilles Peskine · 2 years, 11 months ago
  50. fc1eeef Overhaul testing of mbedtls_mpi_swap by Gilles Peskine · 2 years, 11 months ago
  51. 90ec8e8 Overhaul testing of mbedtls_mpi_copy by Gilles Peskine · 2 years, 11 months ago
  52. dffc710 Test the validity of the sign bit after constructing an MPI object by Gilles Peskine · 2 years, 11 months ago
  53. 20edee7 Use mbedtls_test_read_mpi in test suites by Gilles Peskine · 2 years, 11 months ago
  54. ebc49e5 New test helper mbedtls_test_read_mpi by Gilles Peskine · 2 years, 11 months ago
  55. 5fb6f70 Clarify a few test descriptions (mostly involving 0) by Gilles Peskine · 2 years, 11 months ago
  56. e7885e5 RSA: Require hashlen to match md_alg when applicable by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  57. 36ff66c Merge pull request #4316 from gabor-mezei-arm/3258_implement_one-shot_MAC by Gilles Peskine · 2 years, 10 months ago
  58. 3e7ddb2 Merge pull request #4604 from gilles-peskine-arm/default-hashes-curves-3.0 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  59. 508d3a5 Merge pull request #4664 from tom-daubney-arm/rm_truncated_HMAC_ext by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  60. 18d1e66 Tweak MSVC detection to work with non-English Visual Studio by Gilles Peskine · 2 years, 10 months ago
  61. 32750ef Merge pull request #4685 from mpg/improve-all-sh-robustness by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  62. 8aed60b Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  63. 8f2b66a Merge pull request #4676 from JoeSubbiani/MissingContextFree-test_suite_aes.function by Dave Rodgman · 2 years, 10 months ago
  64. 21efe44 Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  65. da1eab3 Merge pull request #828 from mpg/rsa-lookup-restricted by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  66. ffafae4 Merge pull request #4687 from gilles-peskine-arm/winsock-fd-range-3.0 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  67. a805d57 Merge pull request #4588 from TRodziewicz/remove_MD2_MD4_RC4_Blowfish_and_XTEA by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  68. 08b5ab2 Reword changelog - Test Resource Leak by Joe Subbiani · 2 years, 10 months ago
  69. 4a28ade Changing the key length to 32 bytes in one of the PSA cipher setup tests by TRodziewicz · 2 years, 10 months ago
  70. f41dc7c Removal of RC4 certs and fixes to docs and tests by TRodziewicz · 2 years, 10 months ago
  71. ab97e00 Improve psa_rsa_decode_md_type() by Janos Follath · 2 years, 10 months ago
  72. 3dd3ff0 Add ChangeLog entry by Janos Follath · 2 years, 10 months ago
  73. 4c0b60e Fix exercise key test by Janos Follath · 2 years, 11 months ago
  74. ae50d28 Fix verify_hash tests for PSA RSA PSS by Janos Follath · 2 years, 11 months ago
  75. 0af093b PSA RSA PSS: pass pre-hash algorithm to Mbed TLS by Janos Follath · 2 years, 11 months ago
  76. b795332 mbedtls_rsa_rsassa_pss_*: improve documentation by Janos Follath · 3 years, 1 month ago
  77. 296fefe Fix return type of example key export callbacks by Hanno Becker · 2 years, 10 months ago
  78. 3f9e64c Fix improper spacing by Joe Subbiani · 2 years, 10 months ago
  79. 4d91bcd Add change log by Ronald Cron · 2 years, 10 months ago
  80. fb01081 psa: mac: Add driver dispatch tests for psa_mac_verify by Ronald Cron · 2 years, 10 months ago
  81. a587cbc psa: mac: Add driver delegation support for psa_mac_verify() by Ronald Cron · 2 years, 10 months ago
  82. cd989b5 psa: mac: Introduce psa_mac_compute_internal by Ronald Cron · 2 years, 10 months ago
  83. 094b06a psa: mac: Add driver dispatch tests for psa_mac_compute by Ronald Cron · 2 years, 10 months ago
  84. c3dd75f psa: mac: Improve MAC finalization code by Ronald Cron · 2 years, 10 months ago
  85. 51131b5 psa: mac: Add driver delegation support for psa_mac_compute() by Ronald Cron · 2 years, 10 months ago
  86. a5dd7bd Fix fd range for select on Windows by Gilles Peskine · 2 years, 10 months ago
  87. 0536000 Refactor file descriptor checks into a common function by Gilles Peskine · 2 years, 10 months ago
  88. 6364d32 Remove the duplicate code in mbedtls/include/mbedtls/check_config.h by Spencer Burke · 2 years, 11 months ago
  89. 76be3e0 psa: mac: Add MAC compute builtin implementation by Ronald Cron · 2 years, 10 months ago
  90. 79bdd82 psa: mac: Improve implementation of psa_mac_finalize_alg_and_key_validation() by Ronald Cron · 2 years, 10 months ago
  91. 2dff3b2 psa: mac: Split psa_mac_setup() by Ronald Cron · 2 years, 10 months ago
  92. 28ea050 psa: mac: Re-organize psa_mac_setup() internal function by Ronald Cron · 2 years, 10 months ago
  93. e6ef5fe Update changelog formatting - Missing Free Context by Joe Subbiani · 2 years, 10 months ago
  94. d8f32e7 Move export callback and context to the end of SSL context by Hanno Becker · 2 years, 10 months ago
  95. 1e1c23d Improve ChangeLog wording for key export by Hanno Becker · 2 years, 11 months ago
  96. e0dad72 Remove return value from key export callback by Hanno Becker · 2 years, 11 months ago
  97. 7e6c178 Make key export callback and context connection-specific by Hanno Becker · 2 years, 11 months ago
  98. a7991f2 Remove all occurrences of TLS < 1.2 PRF identifier by Hanno Becker · 2 years, 11 months ago
  99. 22b34f7 Remote key export identifier used for TLS < 1.2. by Hanno Becker · 2 years, 11 months ago
  100. ddc739c Add missing documentation for key export callback parameters by Hanno Becker · 2 years, 11 months ago