1. b09c7ee Correct some statements about the ordering of A and B by Gilles Peskine · 4 years, 2 months ago
  2. 4d3fd36 Clarification in a comment by Gilles Peskine · 4 years, 2 months ago
  3. 4169c32 Simplify is-zero check by Gilles Peskine · 4 years, 2 months ago
  4. 2a3041f Fix copypasta in test data by Gilles Peskine · 4 years, 2 months ago
  5. 2a63c5b Write a proof of correctness for mbedtls_mpi_gcd by Gilles Peskine · 4 years, 2 months ago
  6. 4df3f1f Explain how the code relates to the description in HAC by Gilles Peskine · 4 years, 2 months ago
  7. bd5d6ef Fix copypasta in test cases by Gilles Peskine · 4 years, 2 months ago
  8. 8998770 Annotate the choice of representation of 0 in more places by Gilles Peskine · 4 years, 2 months ago
  9. 8f70d3f Improve coverage of mbedtls_mpi_cmp_mpi by Gilles Peskine · 4 years, 2 months ago
  10. 722c62c Fix copypasta in test function argument name by Gilles Peskine · 4 years, 2 months ago
  11. 5afc5e4 Unify G=1 and G=-1 test cases by Gilles Peskine · 4 years, 2 months ago
  12. d96b365 In test cases where the result is 0, express it as "0", not "" by Gilles Peskine · 4 years, 2 months ago
  13. 997be0a Fix multiplication with negative result and a low-order 0 limb by Gilles Peskine · 4 years, 2 months ago
  14. 2aa3f16 Whitespace fix by Gilles Peskine · 4 years, 2 months ago
  15. e109175 mpi_shrink test: just set the top bit by Gilles Peskine · 4 years, 2 months ago
  16. 3f1c3c9 Tweak grouping of GCD test cases by Gilles Peskine · 4 years, 2 months ago
  17. 9466d81 Make GCD test descriptions more uniform by Gilles Peskine · 4 years, 2 months ago
  18. 34bfa15 Changelog entry for the mbedtls_mpi_read_xxx changes by Gilles Peskine · 4 years, 2 months ago
  19. 7cba859 mbedtls_mpi_read_string: make an empty bignum for an empty string by Gilles Peskine · 4 years, 2 months ago
  20. 45adf6f DHM: test some edge cases for the generator by Gilles Peskine · 4 years, 2 months ago
  21. 058d009 Add RSA tests with message=0 by Gilles Peskine · 4 years, 2 months ago
  22. f4998b0 Fix multiplication producing a negative zero by Gilles Peskine · 4 years, 2 months ago
  23. b4347d8 mbedtls_mpi_gcd: small optimization by Gilles Peskine · 4 years, 2 months ago
  24. 27253bc mbedtls_mpi_gcd: fix the case B==0 by Gilles Peskine · 4 years, 2 months ago
  25. 3008dde Changelog for the fix to mbedtls_mpi_exp_mod(A=0) by Gilles Peskine · 4 years, 2 months ago
  26. 3da1a8f Fix null pointer dereference in mbedtls_mpi_exp_mod by Gilles Peskine · 4 years, 2 months ago
  27. 3637488 Add many test cases involving 0 by Gilles Peskine · 4 years, 2 months ago
  28. 342f71b Test mbedtls_mpi_exp_mod both with and without _RR by Gilles Peskine · 4 years, 2 months ago
  29. 424390c mbedtls_mpi_exp_mod test: don't read RR from test data by Gilles Peskine · 4 years, 2 months ago
  30. 9e9314f Add some GCD tests by Gilles Peskine · 4 years, 2 months ago
  31. d0722f8 Test mbedtls_mpi_safe_cond_{assign,swap} with the basic functions by Gilles Peskine · 4 years, 2 months ago
  32. fc1eeef Overhaul testing of mbedtls_mpi_swap by Gilles Peskine · 4 years, 2 months ago
  33. 90ec8e8 Overhaul testing of mbedtls_mpi_copy by Gilles Peskine · 4 years, 2 months ago
  34. dffc710 Test the validity of the sign bit after constructing an MPI object by Gilles Peskine · 4 years, 2 months ago
  35. 20edee7 Use mbedtls_test_read_mpi in test suites by Gilles Peskine · 4 years, 2 months ago
  36. ebc49e5 New test helper mbedtls_test_read_mpi by Gilles Peskine · 4 years, 2 months ago
  37. 5fb6f70 Clarify a few test descriptions (mostly involving 0) by Gilles Peskine · 4 years, 2 months ago
  38. 36ff66c Merge pull request #4316 from gabor-mezei-arm/3258_implement_one-shot_MAC by Gilles Peskine · 4 years, 2 months ago
  39. 3e7ddb2 Merge pull request #4604 from gilles-peskine-arm/default-hashes-curves-3.0 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  40. 508d3a5 Merge pull request #4664 from tom-daubney-arm/rm_truncated_HMAC_ext by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  41. 32750ef Merge pull request #4685 from mpg/improve-all-sh-robustness by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  42. 8f2b66a Merge pull request #4676 from JoeSubbiani/MissingContextFree-test_suite_aes.function by Dave Rodgman · 4 years, 2 months ago
  43. ffafae4 Merge pull request #4687 from gilles-peskine-arm/winsock-fd-range-3.0 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  44. a805d57 Merge pull request #4588 from TRodziewicz/remove_MD2_MD4_RC4_Blowfish_and_XTEA by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  45. 08b5ab2 Reword changelog - Test Resource Leak by Joe Subbiani · 4 years, 2 months ago
  46. 4a28ade Changing the key length to 32 bytes in one of the PSA cipher setup tests by TRodziewicz · 4 years, 2 months ago
  47. f41dc7c Removal of RC4 certs and fixes to docs and tests by TRodziewicz · 4 years, 2 months ago
  48. 3f9e64c Fix improper spacing by Joe Subbiani · 4 years, 2 months ago
  49. 4d91bcd Add change log by Ronald Cron · 4 years, 2 months ago
  50. fb01081 psa: mac: Add driver dispatch tests for psa_mac_verify by Ronald Cron · 4 years, 2 months ago
  51. a587cbc psa: mac: Add driver delegation support for psa_mac_verify() by Ronald Cron · 4 years, 2 months ago
  52. cd989b5 psa: mac: Introduce psa_mac_compute_internal by Ronald Cron · 4 years, 2 months ago
  53. 094b06a psa: mac: Add driver dispatch tests for psa_mac_compute by Ronald Cron · 4 years, 2 months ago
  54. c3dd75f psa: mac: Improve MAC finalization code by Ronald Cron · 4 years, 2 months ago
  55. 51131b5 psa: mac: Add driver delegation support for psa_mac_compute() by Ronald Cron · 4 years, 2 months ago
  56. a5dd7bd Fix fd range for select on Windows by Gilles Peskine · 4 years, 2 months ago
  57. 0536000 Refactor file descriptor checks into a common function by Gilles Peskine · 4 years, 2 months ago
  58. 76be3e0 psa: mac: Add MAC compute builtin implementation by Ronald Cron · 4 years, 2 months ago
  59. 79bdd82 psa: mac: Improve implementation of psa_mac_finalize_alg_and_key_validation() by Ronald Cron · 4 years, 2 months ago
  60. 2dff3b2 psa: mac: Split psa_mac_setup() by Ronald Cron · 4 years, 2 months ago
  61. 28ea050 psa: mac: Re-organize psa_mac_setup() internal function by Ronald Cron · 4 years, 2 months ago
  62. e6ef5fe Update changelog formatting - Missing Free Context by Joe Subbiani · 4 years, 2 months ago
  63. dc5660c Update changlog formatting - Missing Free Context by Joe Subbiani · 4 years, 2 months ago
  64. 9a32d45 Merge pull request #4517 from hanno-arm/ticket_api_3_0 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  65. ae35830 Merge pull request #4661 from mpg/make-blinding-mandatory by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  66. 8c8166a Merge pull request #4640 from TRodziewicz/move_part_of_timing_module_out_of_the_library_and_to_test by Dave Rodgman · 4 years, 2 months ago
  67. 534bb99 Add test for one-shot MAC functions by gabor-mezei-arm · 4 years, 5 months ago
  68. 487b4ae Update changelog formatting - Missing Free Context by Joe Subbiani · 4 years, 2 months ago
  69. ac84469 Modifies Migration Guide entry by Thomas Daubney · 4 years, 2 months ago
  70. 87db8a2 Clean up old files before generating them by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  71. 963bb81 Removing global variable and moving variant function comment block by TRodziewicz · 4 years, 2 months ago
  72. 5c5b820 Fix typo in doc'n of session resumption API by Hanno Becker · 4 years, 2 months ago
  73. 26e8608 Changelog entry for Free Context in test_suite_aes fix by Joe Subbiani · 4 years, 2 months ago
  74. 75628d5 Code review fixes by TRodziewicz · 4 years, 2 months ago
  75. d596e99 Modifies ChangeLog by Thomas Daubney · 4 years, 2 months ago
  76. 379227c Modifies ChangeLog and Migration Guide by Thomas Daubney · 4 years, 2 months ago
  77. a42bf29 Modifies ChangeLog entry by Thomas Daubney · 4 years, 2 months ago
  78. 3995750 Remove secp256k1 from the default X.509 and TLS profiles by Gilles Peskine · 4 years, 2 months ago
  79. a03fb29 Document backward compatibility promises for the default TLS profile by Gilles Peskine · 4 years, 2 months ago
  80. ec78bc4 Meld DEFAULT_ALLOW_SHA1_IN_CERTIFICATES removal migration guide by Gilles Peskine · 4 years, 2 months ago
  81. 6b1f64a Wording clarifications by Gilles Peskine · 4 years, 2 months ago
  82. 55cb9af Add missing parentheses by Gilles Peskine · 4 years, 2 months ago
  83. 4a02cef Test restartable ECC with a curve that supports it by Gilles Peskine · 4 years, 2 months ago
  84. 3b3aa36 Indicate that the truncation from size_t to int is deliberate by Gilles Peskine · 4 years, 2 months ago
  85. 799eee6 Update the expected default curve in ssl-opt.sh by Gilles Peskine · 4 years, 2 months ago
  86. b26696b Simplify mbedtls_debug_print_mpi and fix the case of empty bignums by Gilles Peskine · 4 years, 2 months ago
  87. 3beb72e Add mbedtls_debug_print_mpi test case for 0 by Gilles Peskine · 4 years, 2 months ago
  88. c5b9510 Clarify test case descriptions by Gilles Peskine · 4 years, 2 months ago
  89. a28f0f5 Leave the preference order for hashes unspecified by Gilles Peskine · 4 years, 2 months ago
  90. b1940a7 In TLS, order curves by resource usage, not size by Gilles Peskine · 4 years, 2 months ago
  91. 377c91e Remove meaningless clause by Gilles Peskine · 4 years, 2 months ago
  92. 5752e59 Reduce the default ECP window size by Gilles Peskine · 4 years, 2 months ago
  93. 12b5b38 Fix "PSA - ECDH with [non-default curve]" by Gilles Peskine · 4 years, 2 months ago
  94. 2c69fa2 Initializer element was not constant by Gilles Peskine · 4 years, 2 months ago
  95. 3758fd6 Changelog entry and migration guide for hash and curve profile upgrades by Gilles Peskine · 4 years, 2 months ago
  96. ae270bf Upgrade the default TLS hash and curve selection, matching X.509 by Gilles Peskine · 4 years, 2 months ago
  97. ffb92da Upgrade the default X.509 profile to the former "next" profile by Gilles Peskine · 4 years, 2 months ago
  98. 57face2 Free context in at the end of aes_crypt_xts_size() by JoeSubbiani · 4 years, 2 months ago
  99. 50afb43 Adds Migration guide by Thomas Daubney · 4 years, 2 months ago
  100. 532327b Merge pull request #4576 from gilles-peskine-arm/psa_key_derivation-bad_workflow-20210527 by Gilles Peskine · 4 years, 2 months ago