1. 1a76f39 Merge remote-tracking branch 'psa/pr/230' into feature-psa by Gilles Peskine · 7 years ago
  2. 76965bb Remove MBEDTLS_USE_PSA_CRYPTO tests from all.sh by Gilles Peskine · 7 years ago
  3. 79a11d6 Test invalid lifetime regardless of support for persistent keys by Gilles Peskine · 7 years ago
  4. 539cda5 Add tests with invalid key identifiers by Gilles Peskine · 7 years ago
  5. 4a04473 Fix the build without persistent storage by Gilles Peskine · 7 years ago
  6. c5487a8 Drop support for psa_key_slot_t in psa_crypto.c by Gilles Peskine · 7 years ago
  7. 7bc9f68 Convert the PSA crypto persistent storage tests to the new handle API by Gilles Peskine · 7 years ago
  8. bdf309c Convert the PSA crypto cryptography tests to the new handle API by Gilles Peskine · 7 years ago
  9. a8860b2 Remove lifetime test functions by Gilles Peskine · 7 years ago
  10. dc911fd Remove redundant slot-based test by Gilles Peskine · 7 years ago
  11. a426168 Test that failure of import_key preserves metadata by Gilles Peskine · 7 years ago
  12. 961849f Implement slot allocation by Gilles Peskine · 7 years ago
  13. 5ec7b07 Add tests for the new slot management mechanism by Gilles Peskine · 7 years ago
  14. 7f6e3a8 Change ASSERT_ALLOC to take a size in elements, not bytes by Gilles Peskine · 7 years ago
  15. 79e213c Don't include mbedtls/platform.h unconditionally by Gilles Peskine · 7 years ago
  16. 9edc146 Merge pull request #209 from ARMmbed/psa-init_tests by Gilles Peskine · 7 years ago
  17. b0b189f Add missing compilation guards for GCM and CCM by Gilles Peskine · 7 years ago
  18. 9e1be6a Create the NV seed file for the tests if needed by Gilles Peskine · 7 years ago
  19. 0fce4c5 Add init tests with entropy from NV seed by Gilles Peskine · 7 years ago
  20. 0b3b573 Support NV seed enabled at compile time but not at runtime by Gilles Peskine · 7 years ago
  21. ebe770c Add tests with a fake entropy source by Gilles Peskine · 7 years ago
  22. 5e76952 Add a facility to configure entropy sources by Gilles Peskine · 7 years ago
  23. 8295695 Merge branch 'iotssl-2578-psa-sig-verification_CRYPTO' into feature-psa-tls-integration-proposed by Hanno Becker · 7 years ago
  24. 02f2021 Merge branch 'psa_cipher_integration_CRYPTO' into feature-psa-tls-integration-proposed by Hanno Becker · 7 years ago
  25. 6b01a9f Merge branch 'psa_cipher_CRYPTO' into feature-psa-tls-integration-proposed by Hanno Becker · 7 years ago
  26. e322d3e Merge branch 'opaque_psk_implementation_CRYPTO' into feature-psa-tls-integration-proposed by Hanno Becker · 7 years ago
  27. a96cc8a Merge branch 'iotssl-2596-opaque-csr-creation_CRYPTO' into feature-psa-tls-integration-proposed by Hanno Becker · 7 years ago
  28. 7b7808c Add tests for ECDSA verify with short r, s values by Manuel Pégourié-Gonnard · 7 years ago
  29. 510ee70 pk_wrap: test if a valid md_alg is passed to ecdsa_verify_wrap by Andrzej Kurek · 7 years ago
  30. d6d0790 Remove trailing whitespace by Andrzej Kurek · 7 years ago
  31. 2f31122 Cosmetic changes by Andrzej Kurek · 7 years ago
  32. c3de438 Add CSR write testing using opaque keys by Andrzej Kurek · 7 years ago
  33. f83d312 Implement key_opaque option to ssl_client2 by Manuel Pégourié-Gonnard · 7 years ago
  34. e31411a Fix test that wasn't actually effective by Manuel Pégourié-Gonnard · 7 years ago
  35. 72d94be Improve description of a test by Manuel Pégourié-Gonnard · 7 years ago
  36. 276cb64 Align names to use "opaque" only everywhere by Manuel Pégourié-Gonnard · 7 years ago
  37. 7d51255 Implement pk_sign() for opaque ECDSA keys by Manuel Pégourié-Gonnard · 7 years ago
  38. 99af2f0 Add tests for unsupported operations/functions by Manuel Pégourié-Gonnard · 7 years ago
  39. 07b103f Implement can_do for opaque ECC keypairs by Manuel Pégourié-Gonnard · 7 years ago
  40. 683632b Add support for get_(bit)len on opaque keys by Manuel Pégourié-Gonnard · 7 years ago
  41. 06c6318 Add key generation to opaque test function by Manuel Pégourié-Gonnard · 7 years ago
  42. 274f521 Implement alloc/free wrappers for pk_opaque_psa by Manuel Pégourié-Gonnard · 7 years ago
  43. 0110add Rename PSA test in ssl-opt.sh by Hanno Becker · 7 years ago
  44. 5b6425a Remove superfluous quotes in ssl-opt.sh by Hanno Becker · 7 years ago
  45. f43177d Add runs for specific PSA-supported ciphersuites to ssl-opt.sh by Hanno Becker · 7 years ago
  46. 2dd0490 Omit tests from ssl-opt.sh which force a disabled ciphersuite by Hanno Becker · 7 years ago
  47. 91cb605 Add missing newline at the end of test_suite_cipher.gcm.data by Hanno Becker · 7 years ago
  48. e15c71c Test PSA-based GCM cipher operations by Hanno Becker · 7 years ago
  49. 78115ac Adapt existing Cipher-GCM test cases to new param for auth_crypt_tv by Hanno Becker · 7 years ago
  50. 1ccb1d6 Test PSA-based CCM cipher operations by Hanno Becker · 7 years ago
  51. 58fc9aa Add AES-*-CBC test vectors for PSA-based cipher contexts by Hanno Becker · 7 years ago
  52. 4ba0901 Merge branch 'gcm_through_cipher_api_tests' into gcm_through_cipher_api_tests_tmp by Hanno Becker · 7 years ago
  53. a6f1d18 Automatically allocate opaque PSK key slots in ssl_{client/server}2 by Hanno Becker · 7 years ago
  54. 5a1d6da Add tests to ssl-opt.sh exercising server-side opaque PSK by Hanno Becker · 7 years ago
  55. f5e5629 Add tests to ssl-opt.sh exercising client-side opaque PSK by Hanno Becker · 7 years ago
  56. 12bd57b Refer to PSA through MBEDTLS_USE_PSA_CRYPTO, not USE_PSA, in all.sh by Hanno Becker · 7 years ago
  57. eba9993 Initialize PSA Crypto implementation at the start of each test suite by Hanno Becker · 7 years ago
  58. dde4442 Add build using PSA to all.sh by Manuel Pégourié-Gonnard · 7 years ago
  59. c0c882c Add missing dependencies in test_suite_cipher.gcm by Hanno Becker · 7 years ago
  60. ef42f22 Add NIST AES GCM test vectors to single-step cipher API test suite by Hanno Becker · 7 years ago
  61. c6b6907 Make library init and deinit more robust to errors by Gilles Peskine · 7 years ago
  62. 445e225 Test that deinit deactivates random generation and key slots by Gilles Peskine · 7 years ago
  63. b309eec Move library initialization tests to a new test suite by Gilles Peskine · 7 years ago
  64. 0d2c266 change MBEDTLS_RANDOM_SEED_ITS define to be PSA_CRYPTO_ITS_RANDOM_SEED_UID by avolinski · 7 years ago
  65. 13beb10 Adjust psa entropy inject tests to take as minimum seed size by avolinski · 7 years ago
  66. 7cc8229 Replace MBED_RANDOM_SEED_ITS_UID with MBEDTLS_RANDOM_SEED_ITS_UID by avolinski · 7 years ago
  67. 4d27c94 Adding testcase for PSA validate entropy injection: bad, too small using MBEDTLS_ENTROPY_MIN_PLATFORM by avolinski · 7 years ago
  68. 21f37cb Add Tests for psa crypto entropy incjection by Netanel Gonen · 7 years ago
  69. 9468bb2 Add Tests for psa crypto entropy incjection by Netanel Gonen · 7 years ago
  70. 74a04cd Remove exporter script by Jaeden Amero · 7 years ago
  71. 6b58b2c Merge pull request #92 from ARMmbed/dev/dgreen-arm/import-export-merge by Jaeden Amero · 7 years ago
  72. 0c6575a psa: Extend psa_generate_key to support persistent lifetimes by Darryl Green · 7 years ago
  73. d49a499 psa: Implement persistent keys by Darryl Green · 7 years ago
  74. db2b8db psa: Add storage implementation for files by Darryl Green · 7 years ago
  75. d9eee3b Add library as valid header file location by Darryl Green · 7 years ago
  76. 76a449b Add config-default.h to test-ref-configs.pl by Gilles Peskine · 7 years ago
  77. 818eab2 Merge tag 'mbedtls-2.14.0' into feature-psa by Jaeden Amero · 7 years ago
  78. c1b9892 Update library version number to 2.14.0 by Simon Butcher · 7 years ago
  79. 6b123fb Add test for overly long PSK in TLS-1.2 PSK-to-MS KDF by Hanno Becker · 7 years ago
  80. f074938 Add SHA-384 tests for TLS 1.2 PSK-to-MS key derivation by Hanno Becker · 7 years ago
  81. a198f06 Add tests for TLS-1.2 PSK-to-MS derivation by Hanno Becker · 7 years ago
  82. a1b87e5 Add missing dependency in an ECDH test case by Gilles Peskine · 7 years ago
  83. 1dfb1ba Add a test case for key agreement with a following KDF by Gilles Peskine · 7 years ago
  84. 24658c4 Add test vectors for TLS 1.2 PRF by Hanno Becker · 7 years ago
  85. c7998b7 Factor common code into key_agreement_with_self by Gilles Peskine · 7 years ago
  86. 88714d7 Allow ECDH-only public key in ECDH by Gilles Peskine · 7 years ago
  87. 714e16b Add import/export test of EC public key by Gilles Peskine · 7 years ago
  88. 3ec8ed8 Add multipart key agreement tests by Gilles Peskine · 7 years ago
  89. bf49197 key_agreement_capacity: test the actual capacity as well by Gilles Peskine · 7 years ago
  90. 10df341 Factor usage_to_exercise into its own function by Gilles Peskine · 7 years ago
  91. fc411f1 Use ASSERT_ALLOC in key agreement tests by Gilles Peskine · 7 years ago
  92. 1d7c082 Fix a memory leak in a test by Gilles Peskine · 7 years ago
  93. b7ecdf0 Implement ECDH by Gilles Peskine · 7 years ago
  94. 5968559 Key agreement test functions by Gilles Peskine · 7 years ago
  95. 01d718c New API function: psa_key_agreement by Gilles Peskine · 7 years ago
  96. 93098fd Key agreement: macros for finite-field Diffie-Hellman, ECDH by Gilles Peskine · 7 years ago
  97. e8f0e3d New algorithm category: key selection by Gilles Peskine · 7 years ago
  98. e19b7d5 Revert "New function mbedtls_rsa_get_bitlen" by Gilles Peskine · 7 years ago
  99. 64a43ce Revert "fixup! New function mbedtls_rsa_get_bitlen" by Gilles Peskine · 7 years ago
  100. 86a440b Reject non-byte-aligned RSA keys by Gilles Peskine · 7 years ago