1. ce266c4 Run each component in a subshell and handle errors more robustly by Gilles Peskine · 5 years ago
  2. 5d99682 Add --error-test option to test error detection and reporting by Gilles Peskine · 5 years ago
  3. 62cf2e8 Switch all.sh to bash by Gilles Peskine · 5 years ago
  4. 45f2a40 Speed up the generation of storage format test cases by Gilles Peskine · 4 years, 1 month ago
  5. 45419c1 Revert "Add auto-generated files" by Dave Rodgman · 4 years, 1 month ago
  6. 8a3b232 Revert "Add additional generated files" by Dave Rodgman · 4 years, 1 month ago
  7. 2a9c783 Add additional generated files by Dave Rodgman · 4 years, 1 month ago
  8. 3e84187 Add auto-generated files by Dave Rodgman · 4 years, 1 month ago
  9. 7601657 Bump library version numbers by Dave Rodgman · 4 years, 1 month ago
  10. 34d8cd2 Merge remote-tracking branch 'restricted/development-restricted' into mbedtls-3.0.0rc0-pr by Dave Rodgman · 4 years, 1 month ago
  11. 9f5774f Merge pull request #4739 from gabor-mezei-arm/3258_fp30_implement_one-shot_MAC_and_cipher by Dave Rodgman · 4 years, 1 month ago
  12. 0a7ff4a Merge pull request #4741 from gabor-mezei-arm/3267_fp30_sign_verify_key_policies by Dave Rodgman · 4 years, 1 month ago
  13. dc1a3b2 Merge pull request #4724 from hanno-arm/ssl_hs_parse_error_3_0 by Dave Rodgman · 4 years, 1 month ago
  14. c424098 Change exceptional case for running negative tests by Dave Rodgman · 4 years, 1 month ago
  15. 2c9e54a Fix pylint issue by gabor-mezei-arm · 4 years, 1 month ago
  16. e5b828c Fix error string checked for by ssl-opt.sh negative tests by Dave Rodgman · 4 years, 1 month ago
  17. bec7caf Correct required config flag in ECJPAKE tests by Dave Rodgman · 4 years, 1 month ago
  18. 737237f Fix ECJPAKE test failures by Dave Rodgman · 4 years, 1 month ago
  19. 2bd5799 Fix test case dependency by gabor-mezei-arm · 4 years, 1 month ago
  20. ff0da72 Restoring the multi-part cipher_verify_output() testing by gabor-mezei-arm · 4 years, 1 month ago
  21. 95aad83 Unify multipart cipher operation tester functions by gabor-mezei-arm · 4 years, 1 month ago
  22. a56756e Rename test functions by gabor-mezei-arm · 4 years, 1 month ago
  23. 50c86cf Remove duplicated tests by gabor-mezei-arm · 4 years, 1 month ago
  24. 2b231fc Test struct initialization by gabor-mezei-arm · 4 years, 4 months ago
  25. 93ad276 Add test for one-shot cipher driver wrapper functions by gabor-mezei-arm · 4 years, 4 months ago
  26. a9449a0 Dispatch cipher functions through the driver interface by gabor-mezei-arm · 4 years, 4 months ago
  27. f494bcd Add tests for one-shot hash cipher functions by gabor-mezei-arm · 4 years, 5 months ago
  28. 0c24edd Return iterator instead of list by gabor-mezei-arm · 4 years, 1 month ago
  29. 6385780 Rename function by gabor-mezei-arm · 4 years, 1 month ago
  30. 2a499c0 Refactor handlibg of the key usage flags by gabor-mezei-arm · 4 years, 1 month ago
  31. 335e556 Update key policy testing test cases by gabor-mezei-arm · 4 years, 1 month ago
  32. db4522c Rename test cases by gabor-mezei-arm · 4 years, 1 month ago
  33. 40d5cd8 Remove unneeded test case parameter by gabor-mezei-arm · 4 years, 1 month ago
  34. 2784bfe Move key type validation to crypto_knowledge by gabor-mezei-arm · 4 years, 1 month ago
  35. 340fbf3 Refactor key generation by gabor-mezei-arm · 4 years, 1 month ago
  36. 5df1dee Rename variables and funcions by gabor-mezei-arm · 4 years, 1 month ago
  37. 2710bb1 Use string in dict instead of Expr object by gabor-mezei-arm · 4 years, 1 month ago
  38. d9050a5 Remove unnecessary test cases by gabor-mezei-arm · 4 years, 1 month ago
  39. 8f40510 Add better name for variables by gabor-mezei-arm · 4 years, 1 month ago
  40. 35929eb Simplify code by gabor-mezei-arm · 4 years, 1 month ago
  41. d851d68 Remove unneeded test case parameter by gabor-mezei-arm · 4 years, 1 month ago
  42. ff8264c Simplify test function by gabor-mezei-arm · 4 years, 1 month ago
  43. 98a3435 Rename function to conform to the library by gabor-mezei-arm · 4 years, 1 month ago
  44. c8720c4 Give better name for test cases by gabor-mezei-arm · 4 years, 1 month ago
  45. 11e4838 Fix generated file modification by gabor-mezei-arm · 4 years, 1 month ago
  46. 49d6ea9 Fix test case duplication by gabor-mezei-arm · 4 years, 1 month ago
  47. 0f8136a Fix pylint issues by gabor-mezei-arm · 4 years, 1 month ago
  48. 060fdce Fix tests by gabor-mezei-arm · 4 years, 1 month ago
  49. 672e376 Add test case generation for usage extensions when loading keys by gabor-mezei-arm · 4 years, 1 month ago
  50. 7748b6f Add key usage policy extension support for key generation by gabor-mezei-arm · 4 years, 1 month ago
  51. a4102cb Use different subslasses for the test data files by gabor-mezei-arm · 4 years, 1 month ago
  52. 780cf9d Create a function for gather all the keys. by gabor-mezei-arm · 4 years, 1 month ago
  53. 6ee7253 Extend description generation by gabor-mezei-arm · 4 years, 1 month ago
  54. 68c030a Use builder method pattern to generate a key by gabor-mezei-arm · 4 years, 1 month ago
  55. b5db2c4 Convert iterators to lists to remove late binding by gabor-mezei-arm · 4 years, 1 month ago
  56. 7b5c4e2 Add type annotations by gabor-mezei-arm · 4 years, 1 month ago
  57. edf2df8 Add test for extended key usage policies by gabor-mezei-arm · 4 years, 3 months ago
  58. 4ff7303 Update tests for extended key usage policies by gabor-mezei-arm · 4 years, 3 months ago
  59. 6ce10be Fix test failure by Dave Rodgman · 4 years, 1 month ago
  60. 8682fae Merge pull request #4694 from gilles-peskine-arm/out_size-3.0 by Ronald Cron · 4 years, 1 month ago
  61. 414d6bd Fix pre-existing typo in comment by Bence Szépkúti · 4 years, 1 month ago
  62. bc00044 Rename MBEDTLS_ERR_SSL_BAD_HS_PROTOCOL_VERSION by Hanno Becker · 4 years, 1 month ago
  63. fc04aa2 Remove MBEDTLS_USER_CONFIG_VERSION handling by Bence Szépkúti · 4 years, 2 months ago
  64. ba7248a Introduce versioning in the config files by Bence Szépkúti · 4 years, 2 months ago
  65. bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
  66. c5c9eb4 Move preprocessor logic to build_info.h by Bence Szépkúti · 4 years, 2 months ago
  67. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  68. 10bda58 Merge pull request #4259 from CJKay/cmake-config by Dave Rodgman · 4 years, 1 month ago
  69. 63ad854 Merge pull request #4712 from daverodgman/psa_cipher_and_mac_abort_on_error by Dave Rodgman · 4 years, 1 month ago
  70. d910305 Fix ecp_check_pub() test cases by Janos Follath · 4 years, 1 month ago
  71. e57dd2d Fix potential free of uninitialised pointer by Paul Elliott · 4 years, 1 month ago
  72. 3698fa1 Merge pull request #4673 from gilles-peskine-arm/psa_crypto_spm-from_platform_h by Ronald Cron · 4 years, 1 month ago
  73. f00f152 Add output size parameter to signature functions by Gilles Peskine · 4 years, 2 months ago
  74. 1fed4b8 Merge pull request #4720 from gilles-peskine-arm/gcm-finish-outlen by Gilles Peskine · 4 years, 1 month ago
  75. 6f71058 Improve psa_hash_update negative test by Dave Rodgman · 4 years, 1 month ago
  76. 59e7aac Add ecp_check_pub tests for Curve 448 by Janos Follath · 4 years, 1 month ago
  77. 45af039 Add DoS test case for ecp_check_pub by Janos Follath · 4 years, 1 month ago
  78. 2f1d7f9 Remove redundant ecp_check_pub() tests by Janos Follath · 4 years, 1 month ago
  79. 5ae6f75 Add negative tests for psa_abort in hash functions by Dave Rodgman · 4 years, 1 month ago
  80. fedd52c Merge pull request #4707 from gilles-peskine-arm/require-matching-hashlen-rsa-implementation by Gilles Peskine · 4 years, 1 month ago
  81. 5a7be10 Add output_length parameter to mbedtls_gcm_finish by Gilles Peskine · 4 years, 1 month ago
  82. 647791d Add negative tests for psa_abort in cipher and mac functions by Dave Rodgman · 4 years, 1 month ago
  83. f06b92d Merge pull request #4567 from mstarzyk-mobica/gcm_ad by Gilles Peskine · 4 years, 1 month ago
  84. 4f7cc1b Merge pull request #4713 from gilles-peskine-arm/psa-storage-format-test-lifetimes-3.0 by Ronald Cron · 4 years, 1 month ago
  85. aa5938e Merge pull request #4703 from gilles-peskine-arm/mpi_montmul-null-3.0 by Janos Follath · 4 years, 1 month ago
  86. 939a54c Fix typos and style issues. by Mateusz Starzyk · 4 years, 2 months ago
  87. 469c9f3 Add GCM tests for empty ciphertext/plaintext and empty AD. by Mateusz Starzyk · 4 years, 2 months ago
  88. 58d3a7e Add GCM tests with vectors lengths non-dividable by 16. by Mateusz Starzyk · 4 years, 2 months ago
  89. 032a1ce Remove init_result check from custom gcm test functions. by Mateusz Starzyk · 4 years, 2 months ago
  90. f8a0d4d Fix nested loops set_step in gcm test suite. by Mateusz Starzyk · 4 years, 2 months ago
  91. fc60622 Add customized test functions for GCM update and update_ad. by Mateusz Starzyk · 4 years, 2 months ago
  92. 095dadc Fix error in psa_crypto test suite by Dave Rodgman · 4 years, 1 month ago
  93. 56949f6 Make immediate constants unsigned by Gilles Peskine · 4 years, 2 months ago
  94. 5764648 Check that attempting to destroy a read-only key fails by Gilles Peskine · 4 years, 4 months ago
  95. eb7bdaa Add storage tests for lifetimes by Gilles Peskine · 4 years, 4 months ago
  96. fbb914f Add negative tests for psa_destroy_key by Gilles Peskine · 4 years, 4 months ago
  97. ad2ddfe Add negative tests for key creation with an invalid lifetime by Gilles Peskine · 4 years, 4 months ago
  98. 1e1eca3 Add persistent key tests with a non-default persistence by Gilles Peskine · 4 years, 4 months ago
  99. d133bb2 New macro PSA_KEY_LIFETIME_IS_READ_ONLY by Gilles Peskine · 4 years, 4 months ago
  100. 90dfc35 More informative message on invalid classification flags by Gilles Peskine · 4 years, 4 months ago