1. 46bad33 Added more negative test cases for pkcs1_rsassa_pss_sign by Cédric Meuter · 4 years, 7 months ago
  2. 61adfd6 Avoid duplicated test function between pkcs1_rsassa_pss_sign / sign_ext by Cédric Meuter · 4 years, 7 months ago
  3. c5eea8f Improved description and fixed typo in test_suite_pkcs1_v21.data by Cédric Meuter · 4 years, 7 months ago
  4. 6882b46 Replaced legacy TEST_ASSERT( mbedtls_text_hexcmp() ) by ASSERT_COMPARE by Cédric Meuter · 4 years, 7 months ago
  5. bc13cd9 Replaced ascii hex input by binary input for all key material by Cédric Meuter · 4 years, 7 months ago
  6. d2dc1f1 Fixed test_suite_pkcs1_v21.data for build witout SHA35 by Cédric Meuter · 4 years, 8 months ago
  7. 668a78d Added sppecific test cases for mbedtls_rsa_rsassa_pss_sign_ext() by Cédric Meuter · 5 years ago
  8. a05cbec Added tests for mbedtls_rsa_rsassa_pss_sign_ext() by Cédric Meuter · 5 years ago
  9. f3c8565 Merge pull request #789 from ARMmbed/mbedtls-2.25.0r0 by Janos Follath · 4 years, 8 months ago
  10. 48c76c9 Merge pull request #3949 from bensze01/update_psa_values by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  11. 0cbdc61 Bump version to Mbed TLS 2.25.0 by Janos Follath · 4 years, 8 months ago
  12. a946dcf Merge branch 'development-restricted' into mbedtls-2.25.0r0-pr by Janos Follath · 4 years, 8 months ago
  13. 6d5c7bc Merge pull request #3898 from paul-elliott-arm/fix_pem_write by Gilles Peskine · 4 years, 8 months ago
  14. 4af6560 Improve documentation in test_psa_constant_names.py by Bence Szépkúti · 4 years, 8 months ago
  15. 2b75962 Merge pull request #3948 from bensze01/update_psa_values by Gilles Peskine · 4 years, 8 months ago
  16. 7e37bf9 Update test_psa_constant_names.py for new values by Bence Szépkúti · 4 years, 8 months ago
  17. cbe3953 Substitute PSA_ALG_STREAM_CIPHER into all files by Bence Szépkúti · 4 years, 8 months ago
  18. c6a26c9 Update PSA Crypto persistent key storage tests by Bence Szépkúti · 4 years, 8 months ago
  19. 557b8d6 Remove Extraneous bytes from buffer post pem write by Paul Elliott · 4 years, 9 months ago
  20. 7710906 Merge pull request #3393 from geecrypt/development by Ronald Cron · 4 years, 8 months ago
  21. 3aae5d4 Merge pull request #781 from mpg/cipher-auth-crypt-restricted by Janos Follath · 4 years, 8 months ago
  22. 3a0535b Merge pull request #3916 from jdurkop/psa-crypto-config-hashes-3672 by Gilles Peskine · 4 years, 8 months ago
  23. 7973e2b Merge pull request #772 from chris-jones-arm/development-restricted by Janos Follath · 4 years, 8 months ago
  24. 8a3d234 Fail the test case immediately if cipher_reset_key fails by Gilles Peskine · 4 years, 8 months ago
  25. a2971ea Simplify some buffer comparisons in tests by Gilles Peskine · 4 years, 8 months ago
  26. 70edd68 cipher_auth_xxcrypt(): fix some null pointer handling by Gilles Peskine · 4 years, 8 months ago
  27. b23e31d Minor documentation/comment fixes by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  28. 56f943a Always test in-place addition and subtraction by Gilles Peskine · 5 years ago
  29. e64a46f Fix exponentiation tests with `MBEDTLS_MPI_MAX_BITS` larger than 256 by Chris Jones · 4 years, 8 months ago
  30. 7c43030 Move dependancy to specific test cases by Chris Jones · 4 years, 8 months ago
  31. 4592bd8 Fix broken testing on numbers that may be greater than MPI_MAX_SIZE by Chris Jones · 4 years, 8 months ago
  32. e146bdc Fix cases where exponentiation was not fully tested by Chris Jones · 4 years, 8 months ago
  33. aa850cd Reword test cases by Chris Jones · 4 years, 8 months ago
  34. f215ef8 Test that auth_decrypt{,_ext}() zeroize on failure by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  35. 86796bc Add check_param test for cipher_auth_xxcrypt_ext() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  36. 9b2a789 Use exact-size buffers for testing auth_xxcrypt() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  37. 513c243 Deprecate mbedtls_cipher_auth_xxcrypt() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  38. f2ffbc4 Stop supporting NIST_KW in cipher_auth_xxcrypt() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  39. 53f10e7 Test cipher_auth_{en,de}crypt_ext() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  40. 89a8fe5 Extract helper function for repeated test code by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  41. 4c1a100 Improve comments/structure of auth_crypt test by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  42. a03f56f Extend exponentiation test coverage by Chris Jones · 4 years, 8 months ago
  43. a282984 Merge pull request #773 from paul-elliott-arm/discrepancy_cert by Gilles Peskine · 4 years, 8 months ago
  44. 489c058 Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  45. d10b331 Test that overly large Diffie-Hellman keys are rejected by Chris Jones · 4 years, 8 months ago
  46. 0c5875f Test that overly large Diffie-Hellman keys are rejected by Chris Jones · 4 years, 8 months ago
  47. 1b7ee05 Added tests to confirm hash support for crypto config by John Durkop · 4 years, 8 months ago
  48. ca17ebf Add tag check to cert algorithm check by Paul Elliott · 4 years, 8 months ago
  49. 6aceb51 Support set *_drbg reseed interval before seed by Gavin Acquroff · 5 years ago
  50. 3cb1e29 Test mbedtls_mpi_fill_random by Gilles Peskine · 4 years, 8 months ago
  51. 80448aa Fix GCC warning about `test_snprintf` by Rodrigo Dias Correa · 4 years, 9 months ago
  52. 9aaa3e1 Merge pull request #3786 from stevew817/feature/generate_pubkey_in_driver by Gilles Peskine · 4 years, 9 months ago
  53. e13fb81 A variable is unused in some configurations by Gilles Peskine · 4 years, 9 months ago
  54. c240236 Rename test_driver_keygen to test_driver_key_management by Gilles Peskine · 4 years, 9 months ago
  55. 662deb3 Merge pull request #3547 from ronald-cron-arm/psa-openless by Gilles Peskine · 4 years, 9 months ago
  56. b9b8442 Plug in the entry point for public key export through driver by Steven Cooreman · 4 years, 10 months ago
  57. 3a4f0e3 tests: psa: Reset key attributes where needed by Ronald Cron · 4 years, 9 months ago
  58. 1d12d87 Improve/fix documentation by Ronald Cron · 4 years, 9 months ago
  59. 1ad1eee psa stats: Count locked slots instead of unlocked ones by Ronald Cron · 4 years, 9 months ago
  60. 5c52292 psa: Rename functions to get a key slot by Ronald Cron · 4 years, 9 months ago
  61. ab79bd2 tests: slot mgmt: Improve key_slot_eviction_to_import_new_key test by Ronald Cron · 4 years, 9 months ago
  62. 9e12f8f tests: psa crypto: Fix lifetime_is_secure_element() by Ronald Cron · 4 years, 9 months ago
  63. 9a68810 Merge pull request #3830 from jdurkop/psa-crypto-config-phase2 by Gilles Peskine · 4 years, 9 months ago
  64. 07cc04a Updates to PSA crypto library based on review comments by John Durkop · 4 years, 9 months ago
  65. c704314 Merge pull request #3867 from gilles-peskine-arm/error-include-string by Gilles Peskine · 4 years, 9 months ago
  66. 7d54f66 Miscellaneous coding style fixes by Ronald Cron · 4 years, 9 months ago
  67. 6ba40d1 Corrected guards in PSA library based on review comments by John Durkop · 4 years, 9 months ago
  68. 9f4a01c Merge pull request #3571 from gufe44/arc4random_buf-implicit by Gilles Peskine · 4 years, 9 months ago
  69. 19daca9 Prefer persistent over permanent by Ronald Cron · 4 years, 9 months ago
  70. 77c89f5 Fix several typos by Ronald Cron · 4 years, 9 months ago
  71. a5b894f psa: mgmt: Add key slot reuse by Ronald Cron · 4 years, 10 months ago
  72. 0c3752a psa: slot mgmt: Add unaccessed slots counter in stats by Ronald Cron · 4 years, 9 months ago
  73. 54b9008 psa: Forbid creation/registration of keys in vendor range by Ronald Cron · 4 years, 9 months ago
  74. 65f38a3 Add key id check when creating a volatile key by Ronald Cron · 4 years, 10 months ago
  75. d98059d psa: Fix tests/handling of lifetime incompatible with location by Ronald Cron · 4 years, 10 months ago
  76. f1ff9a8 tests: psa: Use PSA_KEY_LIFETIME_IS_VOLATILE where it should by Ronald Cron · 4 years, 10 months ago
  77. 390f607 Add tests checking owner of volatile keys by Ronald Cron · 4 years, 10 months ago
  78. fc9c556 Forbid volatile key identifiers for non volatile keys by Ronald Cron · 4 years, 10 months ago
  79. f67aefe tests: slot mgmt: Add psa_purge_key testing by Ronald Cron · 4 years, 10 months ago
  80. 994b805 tests: slot mgmt: Fix test data by Ronald Cron · 4 years, 10 months ago
  81. e7e86cf tests: slot mgmt: Rename ways of invalidating keys by Ronald Cron · 4 years, 10 months ago
  82. 3930997 tests: slot mgmt: Add purge checks in volatile key lifecycle test by Ronald Cron · 4 years, 10 months ago
  83. 5425a21 tests: Adapt PSA tests to openless APIs by Ronald Cron · 5 years ago
  84. c3623db State PSA_CRYPTO_KEY_ID_ENCODES_OWNER and USE_PSA_CRYPTO incompatibility by Ronald Cron · 4 years, 9 months ago
  85. e4f6d5c tests: Fix persistent slot lifecycle tests by Ronald Cron · 4 years, 9 months ago
  86. 4184107 tests: Fix checks of volatile key identifier by Ronald Cron · 4 years, 11 months ago
  87. 432e19c tests: Fix error codes when using "invalid" handles by Ronald Cron · 4 years, 11 months ago
  88. 2d52eb2 tests: Fix invalid key identifier error code by Ronald Cron · 4 years, 11 months ago
  89. c4d1b51 Define handles as key identifiers by Ronald Cron · 5 years ago
  90. 47a8561 Introduce psa_key_handle_equal inline function by Ronald Cron · 5 years ago
  91. c26f8d4 Introduce psa_key_handle_is_null inline function by Ronald Cron · 5 years ago
  92. 91e9515 Introduce PSA_KEY_HANDLE_INIT macro by Ronald Cron · 5 years ago
  93. 9814fa2 Minor updates from review comments by John Durkop · 4 years, 9 months ago
  94. 7fc75ea Enable all features in crypto_config.h by John Durkop · 4 years, 9 months ago
  95. bd069d3 Enhanced testing for PSA crypto config features by John Durkop · 4 years, 9 months ago
  96. 0e00519 Add feature support for RSA for PSA crypto config by John Durkop · 4 years, 9 months ago
  97. f4c4cb0 Added additional support for ECP for PSA_CRYPTO_CONFIG by John Durkop · 4 years, 9 months ago
  98. d032195 Phase 2 support for MBEDTLS_PSA_CRYPTO_CONFIG by John Durkop · 4 years, 9 months ago
  99. 3809f5f Add a build with MBEDTLS_ERROR_STRERROR_DUMMY by Gilles Peskine · 4 years, 9 months ago
  100. 25fdebf Add missing configs from test-ref-configs.pl by Gilles Peskine · 4 years, 9 months ago