1. a3669ac Restoring the multi-part cipher_verify_output() testing by gabor-mezei-arm · 4 years, 1 month ago
  2. 809634d Check the return status of the functions first by gabor-mezei-arm · 4 years, 1 month ago
  3. 42373bd Add buffer overflow check by gabor-mezei-arm · 4 years, 1 month ago
  4. 6f8d43d Remove invalid buffer overflow check by gabor-mezei-arm · 4 years, 1 month ago
  5. 9ac4847 Unify multipart cipher operation tester functions by gabor-mezei-arm · 4 years, 1 month ago
  6. 43611b0 Rename test functions by gabor-mezei-arm · 4 years, 1 month ago
  7. 7aa1efd Remove duplicated tests by gabor-mezei-arm · 4 years, 1 month ago
  8. 0e1d31b Typo by gabor-mezei-arm · 4 years, 1 month ago
  9. d52c8dc Fix possible unreachable code by gabor-mezei-arm · 4 years, 1 month ago
  10. f4cc6c9 Update documentation by gabor-mezei-arm · 4 years, 1 month ago
  11. 3fd792d Add checks for buffer size by gabor-mezei-arm · 4 years, 1 month ago
  12. 7fbea09 Use local variable instead of an ouput parameter by gabor-mezei-arm · 4 years, 1 month ago
  13. 52ae871 Initialize output buffer length to 0 by gabor-mezei-arm · 4 years, 1 month ago
  14. e81a0cf Fix changelog entry by gabor-mezei-arm · 4 years, 1 month ago
  15. dad6f3b Remove confising comments by gabor-mezei-arm · 4 years, 1 month ago
  16. 22984de Remove comments by gabor-mezei-arm · 4 years, 1 month ago
  17. c31505c Test struct initialization by gabor-mezei-arm · 4 years, 4 months ago
  18. f67d8af Fix struct initialization by gabor-mezei-arm · 4 years, 4 months ago
  19. c5c8d38 Add test for one-shot cipher driver wrapper functions by gabor-mezei-arm · 4 years, 4 months ago
  20. 8f8dc4c Add changelog entry by gabor-mezei-arm · 4 years, 4 months ago
  21. fa990b5 Dispatch cipher functions through the driver interface by gabor-mezei-arm · 4 years, 4 months ago
  22. d086e6e Add tests for one-shot hash cipher functions by gabor-mezei-arm · 4 years, 5 months ago
  23. 0ef3b85 Implement one-shot cipher by gabor-mezei-arm · 4 years, 5 months ago
  24. eaacabf Merge pull request #4392 from gilles-peskine-arm/psa-storage-format-test-lifetimes by Ronald Cron · 4 years, 1 month ago
  25. 53d1cf8 Merge pull request #4644 from gilles-peskine-arm/mpi_montmul-null-2.x by Janos Follath · 4 years, 1 month ago
  26. 478ac0b Merge pull request #4704 from mpg/issue-3990-fix_psa_verify_with_alt-2.x by Gilles Peskine · 4 years, 1 month ago
  27. 727e1f1 Mention that mbedtls_rsa_init can set hash_id too by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  28. df51a13 Merge pull request #4394 from gilles-peskine-arm/travis-windows-no-generate-2.x by Gilles Peskine · 4 years, 1 month ago
  29. 11bd2ac Merge pull request #4705 from ronald-cron-arm/3258_implement_one-shot_MAC_2.x by Gilles Peskine · 4 years, 1 month ago
  30. f386461 Add change log by Ronald Cron · 4 years, 2 months ago
  31. 54488c4 psa: mac: Add driver dispatch tests for psa_mac_verify by Ronald Cron · 4 years, 2 months ago
  32. 4ed8368 psa: mac: Add driver delegation support for psa_mac_verify() by Ronald Cron · 4 years, 2 months ago
  33. ef0d8f1 psa: mac: Introduce psa_mac_compute_internal by Ronald Cron · 4 years, 2 months ago
  34. 93dcd59 psa: mac: Add driver dispatch tests for psa_mac_compute by Ronald Cron · 4 years, 2 months ago
  35. 882eb78 psa: mac: Improve MAC finalization code by Ronald Cron · 4 years, 2 months ago
  36. dbb8646 psa: mac: Add driver delegation support for psa_mac_compute() by Ronald Cron · 4 years, 2 months ago
  37. bfdfaa6 psa: mac: Add MAC compute builtin implementation by Ronald Cron · 4 years, 2 months ago
  38. def68e7 psa: mac: Improve implementation of psa_mac_finalize_alg_and_key_validation() by Ronald Cron · 4 years, 2 months ago
  39. 1c650a1 psa: mac: Split psa_mac_setup() by Ronald Cron · 4 years, 2 months ago
  40. 48f875e psa: mac: Re-organize psa_mac_setup() internal function by Ronald Cron · 4 years, 2 months ago
  41. a93e423 Add test for one-shot MAC functions by gabor-mezei-arm · 4 years, 5 months ago
  42. a00616f Implement one-shot MAC functions by gabor-mezei-arm · 4 years, 5 months ago
  43. 03daae6 Improve psa_rsa_decode_md_type() by Janos Follath · 4 years, 2 months ago
  44. 0e89daf Add ChangeLog entry by Janos Follath · 4 years, 2 months ago
  45. 02becd9 Fix exercise key test by Janos Follath · 4 years, 2 months ago
  46. 3af7e8f Fix verify_hash tests for PSA RSA PSS by Janos Follath · 4 years, 2 months ago
  47. b23b574 PSA RSA PSS: pass pre-hash algorithm to Mbed TLS by Janos Follath · 4 years, 2 months ago
  48. 456d7e0 mbedtls_rsa_rsassa_pss_*: improve documentation by Janos Follath · 4 years, 4 months ago
  49. 37d690c Correct some statements about the ordering of A and B by Gilles Peskine · 4 years, 2 months ago
  50. b798b35 Clarification in a comment by Gilles Peskine · 4 years, 2 months ago
  51. 38a384d Simplify is-zero check by Gilles Peskine · 4 years, 2 months ago
  52. 8802b12 Fix copypasta in test data by Gilles Peskine · 4 years, 2 months ago
  53. ea9aa14 Write a proof of correctness for mbedtls_mpi_gcd by Gilles Peskine · 4 years, 2 months ago
  54. 6537bdb Explain how the code relates to the description in HAC by Gilles Peskine · 4 years, 2 months ago
  55. ae7f75c Fix copypasta in test cases by Gilles Peskine · 4 years, 2 months ago
  56. 2c99169 Annotate the choice of representation of 0 in more places by Gilles Peskine · 4 years, 2 months ago
  57. cd147d6 Improve coverage of mbedtls_mpi_cmp_mpi by Gilles Peskine · 4 years, 2 months ago
  58. 3df0554 Fix copypasta in test function argument name by Gilles Peskine · 4 years, 2 months ago
  59. 14db18d Unify G=1 and G=-1 test cases by Gilles Peskine · 4 years, 2 months ago
  60. 9078e75 In test cases where the result is 0, express it as "0", not "" by Gilles Peskine · 4 years, 2 months ago
  61. d65b500 Fix multiplication with negative result and a low-order 0 limb by Gilles Peskine · 4 years, 2 months ago
  62. 0759cad Whitespace fix by Gilles Peskine · 4 years, 2 months ago
  63. 399c8fa mpi_shrink test: just set the top bit by Gilles Peskine · 4 years, 2 months ago
  64. d9aeb12 Tweak grouping of GCD test cases by Gilles Peskine · 4 years, 2 months ago
  65. 2c65b17 Make GCD test descriptions more uniform by Gilles Peskine · 4 years, 2 months ago
  66. c513934 Changelog entry for the mbedtls_mpi_read_xxx changes by Gilles Peskine · 4 years, 2 months ago
  67. d487613 mbedtls_mpi_read_string: make an empty bignum for an empty string by Gilles Peskine · 4 years, 2 months ago
  68. 0bea4d1 DHM: test some edge cases for the generator by Gilles Peskine · 4 years, 2 months ago
  69. 88ea3e8 Add RSA tests with message=0 by Gilles Peskine · 4 years, 2 months ago
  70. 70a7dcd Fix multiplication producing a negative zero by Gilles Peskine · 4 years, 2 months ago
  71. c86acc5 mbedtls_mpi_gcd: small optimization by Gilles Peskine · 4 years, 2 months ago
  72. b5e56ec mbedtls_mpi_gcd: fix the case B==0 by Gilles Peskine · 4 years, 2 months ago
  73. 37e7736 Changelog for the fix to mbedtls_mpi_exp_mod(A=0) by Gilles Peskine · 4 years, 2 months ago
  74. f643e8e Fix null pointer dereference in mbedtls_mpi_exp_mod by Gilles Peskine · 4 years, 2 months ago
  75. bcfc83f Add many test cases involving 0 by Gilles Peskine · 4 years, 2 months ago
  76. 4cc8021 Test mbedtls_mpi_exp_mod both with and without _RR by Gilles Peskine · 4 years, 2 months ago
  77. 1c6d6be mbedtls_mpi_exp_mod test: don't read RR from test data by Gilles Peskine · 4 years, 2 months ago
  78. 673d3ea Add some GCD tests by Gilles Peskine · 4 years, 2 months ago
  79. 5023167 Test mbedtls_mpi_safe_cond_{assign,swap} with the basic functions by Gilles Peskine · 4 years, 2 months ago
  80. d382c28 Overhaul testing of mbedtls_mpi_swap by Gilles Peskine · 4 years, 2 months ago
  81. 77f55c9 Overhaul testing of mbedtls_mpi_copy by Gilles Peskine · 4 years, 2 months ago
  82. b53b218 Test the validity of the sign bit after constructing an MPI object by Gilles Peskine · 4 years, 2 months ago
  83. a0f4e10 Use mbedtls_test_read_mpi in test suites by Gilles Peskine · 4 years, 2 months ago
  84. db47971 New test helper mbedtls_test_read_mpi by Gilles Peskine · 4 years, 2 months ago
  85. 23942a4 Clarify a few test descriptions (mostly involving 0) by Gilles Peskine · 4 years, 2 months ago
  86. 6a55de9 Merge pull request #4623 from gilles-peskine-arm/debug-print-mpi-null-2.x by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  87. 9a11ac9 Merge pull request #4621 from gilles-peskine-arm/default-hashes-curves-2.x by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  88. 5ea63a3 Mention the Montgomery curve exception by Gilles Peskine · 4 years, 2 months ago
  89. c158213 Merge pull request #4678 from JoeSubbiani/FixedMissingContextFree-test_suite_aes by Dave Rodgman · 4 years, 2 months ago
  90. 3f0538d Merge pull request #4688 from gilles-peskine-arm/winsock-fd-range-2.x by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  91. 7d5fa2b Reword changelog - Test Resource Leak by Joe Subbiani · 4 years, 2 months ago
  92. 138d9f5 SHA-1 is allowed for handshake signatures by default by Gilles Peskine · 4 years, 2 months ago
  93. 51859aa Fix fd range for select on Windows by Gilles Peskine · 4 years, 2 months ago
  94. 0f6351f Refactor file descriptor checks into a common function by Gilles Peskine · 4 years, 2 months ago
  95. 02945bc Update changelog formatting - Missing Free Context by Joe Subbiani · 4 years, 2 months ago
  96. 707186d Update changelog formatting Missing Free Context by Joe Subbiani · 4 years, 2 months ago
  97. 5e1fac8 Update changelog formatting - Missing Free Context by Joe Subbiani · 4 years, 2 months ago
  98. 2af8d04 Changelog entry for Free Context in test_suite_aes fix by Joe Subbiani · 4 years, 2 months ago
  99. 67889a5 Free context in at the end of aes_crypt_xts_size() by JoeSubbiani · 4 years, 2 months ago
  100. f97a963 Merge pull request #4656 from gilles-peskine-arm/psa_key_derivation-bad_workflow-20210527-2.x by Gilles Peskine · 4 years, 2 months ago