1. 672e376 Add test case generation for usage extensions when loading keys by gabor-mezei-arm · 4 years, 1 month ago
  2. 7748b6f Add key usage policy extension support for key generation by gabor-mezei-arm · 4 years, 1 month ago
  3. a4102cb Use different subslasses for the test data files by gabor-mezei-arm · 4 years, 1 month ago
  4. 780cf9d Create a function for gather all the keys. by gabor-mezei-arm · 4 years, 1 month ago
  5. 6ee7253 Extend description generation by gabor-mezei-arm · 4 years, 1 month ago
  6. 68c030a Use builder method pattern to generate a key by gabor-mezei-arm · 4 years, 1 month ago
  7. b5db2c4 Convert iterators to lists to remove late binding by gabor-mezei-arm · 4 years, 1 month ago
  8. 7b5c4e2 Add type annotations by gabor-mezei-arm · 4 years, 1 month ago
  9. edf2df8 Add test for extended key usage policies by gabor-mezei-arm · 4 years, 3 months ago
  10. 4ff7303 Update tests for extended key usage policies by gabor-mezei-arm · 4 years, 3 months ago
  11. 8682fae Merge pull request #4694 from gilles-peskine-arm/out_size-3.0 by Ronald Cron · 4 years, 1 month ago
  12. 414d6bd Fix pre-existing typo in comment by Bence Szépkúti · 4 years, 1 month ago
  13. fc04aa2 Remove MBEDTLS_USER_CONFIG_VERSION handling by Bence Szépkúti · 4 years, 2 months ago
  14. ba7248a Introduce versioning in the config files by Bence Szépkúti · 4 years, 2 months ago
  15. bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
  16. c5c9eb4 Move preprocessor logic to build_info.h by Bence Szépkúti · 4 years, 2 months ago
  17. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  18. 10bda58 Merge pull request #4259 from CJKay/cmake-config by Dave Rodgman · 4 years, 1 month ago
  19. 63ad854 Merge pull request #4712 from daverodgman/psa_cipher_and_mac_abort_on_error by Dave Rodgman · 4 years, 1 month ago
  20. e57dd2d Fix potential free of uninitialised pointer by Paul Elliott · 4 years, 1 month ago
  21. 3698fa1 Merge pull request #4673 from gilles-peskine-arm/psa_crypto_spm-from_platform_h by Ronald Cron · 4 years, 1 month ago
  22. f00f152 Add output size parameter to signature functions by Gilles Peskine · 4 years, 2 months ago
  23. 1fed4b8 Merge pull request #4720 from gilles-peskine-arm/gcm-finish-outlen by Gilles Peskine · 4 years, 1 month ago
  24. 6f71058 Improve psa_hash_update negative test by Dave Rodgman · 4 years, 1 month ago
  25. 5ae6f75 Add negative tests for psa_abort in hash functions by Dave Rodgman · 4 years, 1 month ago
  26. fedd52c Merge pull request #4707 from gilles-peskine-arm/require-matching-hashlen-rsa-implementation by Gilles Peskine · 4 years, 1 month ago
  27. 5a7be10 Add output_length parameter to mbedtls_gcm_finish by Gilles Peskine · 4 years, 1 month ago
  28. 647791d Add negative tests for psa_abort in cipher and mac functions by Dave Rodgman · 4 years, 1 month ago
  29. f06b92d Merge pull request #4567 from mstarzyk-mobica/gcm_ad by Gilles Peskine · 4 years, 1 month ago
  30. 4f7cc1b Merge pull request #4713 from gilles-peskine-arm/psa-storage-format-test-lifetimes-3.0 by Ronald Cron · 4 years, 1 month ago
  31. aa5938e Merge pull request #4703 from gilles-peskine-arm/mpi_montmul-null-3.0 by Janos Follath · 4 years, 1 month ago
  32. 939a54c Fix typos and style issues. by Mateusz Starzyk · 4 years, 2 months ago
  33. 469c9f3 Add GCM tests for empty ciphertext/plaintext and empty AD. by Mateusz Starzyk · 4 years, 2 months ago
  34. 58d3a7e Add GCM tests with vectors lengths non-dividable by 16. by Mateusz Starzyk · 4 years, 2 months ago
  35. 032a1ce Remove init_result check from custom gcm test functions. by Mateusz Starzyk · 4 years, 2 months ago
  36. f8a0d4d Fix nested loops set_step in gcm test suite. by Mateusz Starzyk · 4 years, 2 months ago
  37. fc60622 Add customized test functions for GCM update and update_ad. by Mateusz Starzyk · 4 years, 2 months ago
  38. 095dadc Fix error in psa_crypto test suite by Dave Rodgman · 4 years, 1 month ago
  39. 56949f6 Make immediate constants unsigned by Gilles Peskine · 4 years, 2 months ago
  40. 5764648 Check that attempting to destroy a read-only key fails by Gilles Peskine · 4 years, 4 months ago
  41. eb7bdaa Add storage tests for lifetimes by Gilles Peskine · 4 years, 4 months ago
  42. fbb914f Add negative tests for psa_destroy_key by Gilles Peskine · 4 years, 4 months ago
  43. ad2ddfe Add negative tests for key creation with an invalid lifetime by Gilles Peskine · 4 years, 4 months ago
  44. 1e1eca3 Add persistent key tests with a non-default persistence by Gilles Peskine · 4 years, 4 months ago
  45. d133bb2 New macro PSA_KEY_LIFETIME_IS_READ_ONLY by Gilles Peskine · 4 years, 4 months ago
  46. 90dfc35 More informative message on invalid classification flags by Gilles Peskine · 4 years, 4 months ago
  47. 607eb7e Add lifetime metadata tests by Gilles Peskine · 4 years, 4 months ago
  48. c9d86a0 Merge pull request #4665 from yanesca/issue-3990-fix_psa_verify_with_alt by Gilles Peskine · 4 years, 1 month ago
  49. e9bc857 Merge pull request #4552 from hanno-arm/mbedtls_3_0_key_export by Gilles Peskine · 4 years, 2 months ago
  50. 6e3187b RSA: Use hashlen as the hash input size as documented by Gilles Peskine · 4 years, 2 months ago
  51. 2a3041f Fix copypasta in test data by Gilles Peskine · 4 years, 2 months ago
  52. bd5d6ef Fix copypasta in test cases by Gilles Peskine · 4 years, 2 months ago
  53. 8998770 Annotate the choice of representation of 0 in more places by Gilles Peskine · 4 years, 2 months ago
  54. 8f70d3f Improve coverage of mbedtls_mpi_cmp_mpi by Gilles Peskine · 4 years, 2 months ago
  55. 722c62c Fix copypasta in test function argument name by Gilles Peskine · 4 years, 2 months ago
  56. 5afc5e4 Unify G=1 and G=-1 test cases by Gilles Peskine · 4 years, 2 months ago
  57. d96b365 In test cases where the result is 0, express it as "0", not "" by Gilles Peskine · 4 years, 2 months ago
  58. 997be0a Fix multiplication with negative result and a low-order 0 limb by Gilles Peskine · 4 years, 2 months ago
  59. e109175 mpi_shrink test: just set the top bit by Gilles Peskine · 4 years, 2 months ago
  60. 3f1c3c9 Tweak grouping of GCD test cases by Gilles Peskine · 4 years, 2 months ago
  61. 9466d81 Make GCD test descriptions more uniform by Gilles Peskine · 4 years, 2 months ago
  62. 7cba859 mbedtls_mpi_read_string: make an empty bignum for an empty string by Gilles Peskine · 4 years, 2 months ago
  63. 45adf6f DHM: test some edge cases for the generator by Gilles Peskine · 4 years, 2 months ago
  64. 058d009 Add RSA tests with message=0 by Gilles Peskine · 4 years, 2 months ago
  65. f4998b0 Fix multiplication producing a negative zero by Gilles Peskine · 4 years, 2 months ago
  66. 3da1a8f Fix null pointer dereference in mbedtls_mpi_exp_mod by Gilles Peskine · 4 years, 2 months ago
  67. 3637488 Add many test cases involving 0 by Gilles Peskine · 4 years, 2 months ago
  68. 342f71b Test mbedtls_mpi_exp_mod both with and without _RR by Gilles Peskine · 4 years, 2 months ago
  69. 424390c mbedtls_mpi_exp_mod test: don't read RR from test data by Gilles Peskine · 4 years, 2 months ago
  70. 9e9314f Add some GCD tests by Gilles Peskine · 4 years, 2 months ago
  71. d0722f8 Test mbedtls_mpi_safe_cond_{assign,swap} with the basic functions by Gilles Peskine · 4 years, 2 months ago
  72. fc1eeef Overhaul testing of mbedtls_mpi_swap by Gilles Peskine · 4 years, 2 months ago
  73. 90ec8e8 Overhaul testing of mbedtls_mpi_copy by Gilles Peskine · 4 years, 2 months ago
  74. dffc710 Test the validity of the sign bit after constructing an MPI object by Gilles Peskine · 4 years, 2 months ago
  75. 20edee7 Use mbedtls_test_read_mpi in test suites by Gilles Peskine · 4 years, 2 months ago
  76. ebc49e5 New test helper mbedtls_test_read_mpi by Gilles Peskine · 4 years, 2 months ago
  77. 5fb6f70 Clarify a few test descriptions (mostly involving 0) by Gilles Peskine · 4 years, 2 months ago
  78. 36ff66c Merge pull request #4316 from gabor-mezei-arm/3258_implement_one-shot_MAC by Gilles Peskine · 4 years, 2 months ago
  79. 3e7ddb2 Merge pull request #4604 from gilles-peskine-arm/default-hashes-curves-3.0 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  80. 508d3a5 Merge pull request #4664 from tom-daubney-arm/rm_truncated_HMAC_ext by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  81. 32750ef Merge pull request #4685 from mpg/improve-all-sh-robustness by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  82. 8f2b66a Merge pull request #4676 from JoeSubbiani/MissingContextFree-test_suite_aes.function by Dave Rodgman · 4 years, 2 months ago
  83. a805d57 Merge pull request #4588 from TRodziewicz/remove_MD2_MD4_RC4_Blowfish_and_XTEA by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  84. 4a28ade Changing the key length to 32 bytes in one of the PSA cipher setup tests by TRodziewicz · 4 years, 2 months ago
  85. f41dc7c Removal of RC4 certs and fixes to docs and tests by TRodziewicz · 4 years, 2 months ago
  86. 4c0b60e Fix exercise key test by Janos Follath · 4 years, 2 months ago
  87. ae50d28 Fix verify_hash tests for PSA RSA PSS by Janos Follath · 4 years, 2 months ago
  88. 3f9e64c Fix improper spacing by Joe Subbiani · 4 years, 2 months ago
  89. fb01081 psa: mac: Add driver dispatch tests for psa_mac_verify by Ronald Cron · 4 years, 2 months ago
  90. 094b06a psa: mac: Add driver dispatch tests for psa_mac_compute by Ronald Cron · 4 years, 2 months ago
  91. a7991f2 Remove all occurrences of TLS < 1.2 PRF identifier by Hanno Becker · 4 years, 2 months ago
  92. 11a4c1a Adapt key export test in ssl-opt.sh to reduced output by Hanno Becker · 4 years, 2 months ago
  93. ae35830 Merge pull request #4661 from mpg/make-blinding-mandatory by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  94. 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
  95. 534bb99 Add test for one-shot MAC functions by gabor-mezei-arm · 4 years, 5 months ago
  96. 87db8a2 Clean up old files before generating them by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  97. 75628d5 Code review fixes by TRodziewicz · 4 years, 2 months ago
  98. 4a02cef Test restartable ECC with a curve that supports it by Gilles Peskine · 4 years, 2 months ago
  99. 799eee6 Update the expected default curve in ssl-opt.sh by Gilles Peskine · 4 years, 2 months ago
  100. 3beb72e Add mbedtls_debug_print_mpi test case for 0 by Gilles Peskine · 4 years, 2 months ago