1. f37b9f7 Fix mistakes in test case descriptions by Gilles Peskine · 4 years, 2 months ago
  2. 1177907 Use ternary operator with the most common case first by Gilles Peskine · 4 years, 2 months ago
  3. b72b7e6 Fix long-standing obsolete comment by Gilles Peskine · 4 years, 2 months ago
  4. 3f61363 Correct some comments about ECC in mbedtls_mpi_random by Gilles Peskine · 4 years, 4 months ago
  5. 346d20d DHM: add test case with x_size < 0 by Gilles Peskine · 4 years, 4 months ago
  6. 9e96679 DHM tests: add some explanations by Gilles Peskine · 4 years, 4 months ago
  7. 104eb82 DHM: add notes about leading zeros by Gilles Peskine · 4 years, 4 months ago
  8. a16001e mpi_fill_random_internal: remove spurious grow() call by Gilles Peskine · 4 years, 4 months ago
  9. 3d60ece Note that the "0 limb in ..." tests rely on undocumented behavior by Gilles Peskine · 4 years, 4 months ago
  10. 33701a6 mbedtls_mpi_random: document MBEDTLS_ERR_MPI_NOT_ACCEPTABLE by Gilles Peskine · 4 years, 4 months ago
  11. e39ee8e MPI random test: use more iterations for small numbers by Gilles Peskine · 4 years, 4 months ago
  12. 38de7ee MPI random test: Add test cases with lower_bound > upper_bound by Gilles Peskine · 4 years, 4 months ago
  13. c520d7a MPI random test: fix small-range test stats check when min > 1 by Gilles Peskine · 4 years, 4 months ago
  14. 8190d31 MPI random test: Add a few more small-range tests by Gilles Peskine · 4 years, 4 months ago
  15. b66cc7d Fix copypasta in test case description by Gilles Peskine · 4 years, 4 months ago
  16. ef13251 Contextualize comment about mbedtls_mpi_random retries by Gilles Peskine · 4 years, 4 months ago
  17. 3b05615 Better document and slightly simplify >>2^n heuristic by Gilles Peskine · 4 years, 4 months ago
  18. f467e1a MPI random: add unit tests with a previously nonzero value by Gilles Peskine · 4 years, 4 months ago
  19. 8f45470 Fix mbedtls_mpi_random when N has leading zeros by Gilles Peskine · 4 years, 4 months ago
  20. be4b5dd Add changelog entry for non-uniform MPI random generation by Gilles Peskine · 4 years, 4 months ago
  21. 16e3668 DHM: use mbedtls_mpi_random for blinding and key generation by Gilles Peskine · 4 years, 4 months ago
  22. 58df4c9 dhm_check_range: microoptimization by Gilles Peskine · 4 years, 4 months ago
  23. 87fdb1f DHM refactoring: use dhm_random_below in dhm_make_common by Gilles Peskine · 4 years, 4 months ago
  24. b4e815f DHM blinding: don't accept P-1 as a blinding value by Gilles Peskine · 4 years, 4 months ago
  25. 0853bb2 DHM refactoring: unify mbedtls_dhm_make_{params,public} by Gilles Peskine · 4 years, 4 months ago
  26. 33ec863 Test mbedtls_dhm_make_params with different x_size by Gilles Peskine · 4 years, 4 months ago
  27. a2ce04e Repeat a few DH tests by Gilles Peskine · 4 years, 4 months ago
  28. dc0b6e4 Test range and format of dhm_make_params output by Gilles Peskine · 4 years, 4 months ago
  29. 6466d34 ECP: use mbedtls_mpi_random for blinding by Gilles Peskine · 4 years, 4 months ago
  30. aeab0fb Preserve MBEDTLS_ERR_ECP_RANDOM_FAILED in case of a hostile RNG by Gilles Peskine · 4 years, 4 months ago
  31. cba4b35 Changelog entry for adding mbedtls_mpi_random() by Gilles Peskine · 4 years, 4 months ago
  32. 9312ba5 mbedtls_mpi_random: check for invalid arguments by Gilles Peskine · 4 years, 4 months ago
  33. 4699fa4 Move mbedtls_mpi_random to the bignum module by Gilles Peskine · 4 years, 4 months ago
  34. 7967ec5 mbedtls_ecp_gen_privkey_sw: generalize to mbedtls_mpi_random by Gilles Peskine · 4 years, 4 months ago
  35. 6373fab mbedtls_ecp_gen_privkey_sw: range and coverage tests by Gilles Peskine · 4 years, 4 months ago
  36. eadf31d mbedtls_ecp_gen_privkey_mx: simplify the size calculation logic by Gilles Peskine · 4 years, 4 months ago
  37. 4f77674 mbedtls_ecp_gen_privkey_mx: make bit manipulations unconditional by Gilles Peskine · 4 years, 4 months ago
  38. 6acfc9c mbedtls_ecp_gen_privkey_mx: remove the exception for all-zero by Gilles Peskine · 4 years, 4 months ago
  39. 1888285 Add unit tests for mbedtls_ecp_gen_privkey_mx by Gilles Peskine · 4 years, 4 months ago
  40. bef3019 Make the fallback behavior of mbedtls_test_rnd_buffer_rand optional by Gilles Peskine · 4 years, 4 months ago
  41. ebf3a4b Update references in some test function documentation by Gilles Peskine · 4 years, 4 months ago
  42. 3838f28 mbedtls_ecp_gen_privkey_mx: rename n_bits to high_bit by Gilles Peskine · 4 years, 4 months ago
  43. de33213 mbedtls_ecp_gen_privkey: create subfunctions for each curve type by Gilles Peskine · 4 years, 4 months ago
  44. 48f052f mbedtls_ecp_gen_privkey: minor refactoring by Gilles Peskine · 4 years, 4 months ago
  45. 54650b3 Merge pull request #4505 from d3zd3z/bp2x-posix-define by Gilles Peskine · 4 years, 3 months ago
  46. bed4e9e Merge pull request #4357 from gabor-mezei-arm/3267_Implement_psa_sign_message_and_verify by Gilles Peskine · 4 years, 3 months ago
  47. c97b8ab Update key type name by gabor-mezei-arm · 4 years, 3 months ago
  48. be2db16 Add changelog for posix definition by David Brown · 4 years, 3 months ago
  49. a79c30b Check if feature macro is defined before define it by Flavio Ceolin · 5 years ago
  50. 456d547 Merge pull request #4486 from gilles-peskine-arm/tniessen-typos-in-header-files-2.x by Ronald Cron · 4 years, 3 months ago
  51. f25c976 Enable fallback to software implementation in psa_sign/verify_message driver by gabor-mezei-arm · 4 years, 3 months ago
  52. c979578 Unify variable type and rename to be unambiguous by gabor-mezei-arm · 4 years, 3 months ago
  53. 63c7a66 Update documentation by gabor-mezei-arm · 4 years, 3 months ago
  54. 41b5ec6 Typo by gabor-mezei-arm · 4 years, 3 months ago
  55. 02b6fba Fix typos in C header files by Tobias Nießen · 4 years, 3 months ago
  56. 456cde1 Merge pull request #4479 from stevew817/backport_4247 by Gilles Peskine · 4 years, 3 months ago
  57. bbb1952 Refactor out mac_sign_setup and mac_verify_setup by Steven Cooreman · 4 years, 3 months ago
  58. f8ad212 Be explicit about why the zero-length check is there by Steven Cooreman · 4 years, 3 months ago
  59. be21dab Apply mbedtls namespacing to MAC driver test hooks by Steven Cooreman · 4 years, 3 months ago
  60. a6474de Supply actual key bits to PSA_MAC_LENGTH during MAC setup by Steven Cooreman · 4 years, 3 months ago
  61. 9621f44 Correctly mark unused arguments when MAC algorithms are compiled out by Steven Cooreman · 4 years, 3 months ago
  62. 63fa40e Add sanity tests for CMAC-(3)DES through PSA Crypto by Steven Cooreman · 4 years, 3 months ago
  63. aaf9944 Use the proper define guards in the MAC driver by Steven Cooreman · 4 years, 3 months ago
  64. 2a18f56 Remove superfluous checking from MAC driver by Steven Cooreman · 4 years, 3 months ago
  65. 15f0d92 Move is_sign and mac_size checking back to PSA core scope by Steven Cooreman · 4 years, 3 months ago
  66. 7dccfce Add PSA_ACCEL test dependencies in MAC driver wrappers tests by Steven Cooreman · 4 years, 3 months ago
  67. dabac42 Convert mbedTLS to PSA dependencies for the driver wrapper tests by Steven Cooreman · 4 years, 3 months ago
  68. bd1f608 Minor documentation and language fixes by Steven Cooreman · 4 years, 3 months ago
  69. dba0644 Remove superfluous check by Steven Cooreman · 4 years, 3 months ago
  70. e68bb52 Remove unused variable from MAC driver structure by Steven Cooreman · 4 years, 3 months ago
  71. af81a71 Remove superfluous length check by Steven Cooreman · 4 years, 3 months ago
  72. 9878a16 Code flow and style improvements by Steven Cooreman · 4 years, 3 months ago
  73. 22dea1d Base the PSA implementation of TLS 1.2 PRF on the MAC API by Steven Cooreman · 4 years, 3 months ago
  74. b27e350 Make HKDF use the generic MAC API by Steven Cooreman · 4 years, 3 months ago
  75. c2cbac0 Use the correct guards on the context structures for MAC/HKDF/PRF by Steven Cooreman · 4 years, 3 months ago
  76. 4f7cae6 Rename HMAC operation structure by Steven Cooreman · 4 years, 3 months ago
  77. a2a1b80 Make safer_memcmp available to all compile units under PSA by Steven Cooreman · 4 years, 3 months ago
  78. b4b9b28 Remove redundant key_set from MAC operation structure by Steven Cooreman · 4 years, 3 months ago
  79. 6e6451e Code flow/readability improvements after review by Steven Cooreman · 4 years, 3 months ago
  80. 5c85ef0 Remove unused items from MAC operation context structure by Steven Cooreman · 4 years, 3 months ago
  81. 2d9a3f9 Add testing of the MAC driver entry points by Steven Cooreman · 4 years, 3 months ago
  82. 09832b1 Add CMAC to standard PSA config by Steven Cooreman · 4 years, 4 months ago
  83. f64b25e Rename internal HMAC structure type to match convention by Steven Cooreman · 4 years, 4 months ago
  84. 76720f6 Complete, document and fully use internal HMAC API by Steven Cooreman · 4 years, 4 months ago
  85. 6f32bca Add CMAC and HMAC driver testing to all.sh by Steven Cooreman · 4 years, 5 months ago
  86. 87885df Migrate MAC finish calls into the software driver by Steven Cooreman · 4 years, 5 months ago
  87. 11743f9 Migrate MAC update call into the software driver by Steven Cooreman · 4 years, 5 months ago
  88. 0789783 Migrate MAC setup/abort calls into the software driver by Steven Cooreman · 4 years, 5 months ago
  89. 32d5694 Move internal HMAC implementation into internal MAC driver by Steven Cooreman · 4 years, 5 months ago
  90. 6e3c2cb Move the MAC operation structure into the driver headers by Steven Cooreman · 4 years, 5 months ago
  91. 896d51e Add boilerplate for dispatching MAC operations by Steven Cooreman · 4 years, 5 months ago
  92. aecf0d3 Add include headers for composite operation contexts and move hmac by Steven Cooreman · 4 years, 3 months ago
  93. 14d09f4 Move the cipher operation structure declaration for grouping by Steven Cooreman · 4 years, 3 months ago
  94. 7c32139 Remove inclusion of top-level crypto.h from the driver context header by Steven Cooreman · 4 years, 3 months ago
  95. 040d1ce Rename the PSA driver context structure headers to _primitives by Steven Cooreman · 4 years, 3 months ago
  96. 7261697 Update key usage determination for exercise key tests by gabor-mezei-arm · 4 years, 3 months ago
  97. 7f36659 Typo by gabor-mezei-arm · 4 years, 3 months ago
  98. 85bb475 Merge pull request #4456 from gilles-peskine-arm/remove-config-psa-crypto-2.x by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  99. a7b9b20 Change the driver calling logic for psa_sign/verify_messsage by gabor-mezei-arm · 4 years, 3 months ago
  100. f3c5c86 Rename sign/verify builtin functions called by driver wrapper functions by gabor-mezei-arm · 4 years, 3 months ago