1. 1a9bd94 Disable MBEDTLS_MEMORY_BUFFER_ALLOC_C after config.pl full by Gilles Peskine · 6 years ago
  2. dd61a2e Use the intended configuration in component_test_se_full by Gilles Peskine · 6 years ago
  3. ccfc5ea Fix memory leak in some SE HAL tests by Gilles Peskine · 6 years ago
  4. 581bfcf Create seedfile in test-ref-configs.pl by Gilles Peskine · 6 years ago
  5. b16841e Fixed -Wunused warnings when building without asymmetric crypto by Gilles Peskine · 6 years ago
  6. fec3064 Add a reference configuration without any asymmetric cryptography by Gilles Peskine · 6 years ago
  7. 3cdb3da Merge pull request #297 from gilles-peskine-arm/asn1_get_int-undefined_shift by Gilles Peskine · 6 years ago
  8. 0370b1b ASN1 tests: more INTEGER test cases by Gilles Peskine · 6 years ago
  9. 970dcbf ASN1 tests: Match negative INTEGERs with the actual library behavior by Gilles Peskine · 6 years ago
  10. 321adb2 ASN1 tests: Match "Empty INTEGER" with the actual library behavior by Gilles Peskine · 6 years ago
  11. 03c165e Fix the build and the tests when MBEDTLS_BIGNUM_C is unset by Gilles Peskine · 6 years ago
  12. 3602938 Merge pull request #285 from gilles-peskine-arm/psa-se_driver-validate_save_persistent by Gilles Peskine · 6 years ago
  13. 9ab7c07 Merge pull request #75 from gilles-peskine-arm/asn1-tests-without-x509 by Jaeden Amero · 6 years ago
  14. 88f136f Fix free_named_data_list tests by Gilles Peskine · 6 years ago
  15. e4209c0 Merge pull request #278 from RonEld/fix_on_target_test_issues by Jaeden Amero · 6 years ago
  16. e1ee8f1 Test that SE driver persistent data is saved correctly by Gilles Peskine · 6 years ago
  17. d9348f2 SE driver: call the p_init method during psa_crypto_init() by Gilles Peskine · 6 years ago
  18. 5ec3a30 SE driver: validate_slot_number: support changing persistent data by Gilles Peskine · 6 years ago
  19. 3efcebb SE support: Use a transaction when registering a key by Gilles Peskine · 6 years ago
  20. 37b5c83 Merge pull request #276 from gilles-peskine-arm/psa-key_derivation-relax_inputs by Gilles Peskine · 6 years ago
  21. 038ab05 Add const to variable by Ron Eldor · 6 years ago
  22. 5a627c5 Merge pull request #264 from gilles-peskine-arm/test_malloc_0_null by Jaeden Amero · 6 years ago
  23. 178c9aa Key derivation: forbid output_key without input_key by Gilles Peskine · 6 years ago
  24. 1a2904c derive_input test function: Try output afterwards by Gilles Peskine · 6 years ago
  25. 2058c07 derive_input test function: More logical parameter order by Gilles Peskine · 6 years ago
  26. b896519 Use the constant PSA_KEY_TYPE_NONE rather than 0 by Gilles Peskine · 6 years ago
  27. 593773d Consistently abort key derivation operations on input error by Gilles Peskine · 6 years ago
  28. 224b0d6 Key derivation: allow both keys and direct inputs by Gilles Peskine · 6 years ago
  29. 6842ba4 PSA crypto KDF: test bytes/key input independently of the step type by Gilles Peskine · 6 years ago
  30. 6ddb4d8 Improve descriptions of derive test cases by Gilles Peskine · 6 years ago
  31. 31b0a3c Add a test component with malloc(0) returning NULL by Gilles Peskine · 6 years ago
  32. 0a048b2 Merge pull request #270 from gilles-peskine-arm/test_outcome_file-crypto-fix by Gilles Peskine · 6 years ago
  33. af7724e Fix endianity issue when reading uint32 by Ron Eldor · 6 years ago
  34. 635888b Reduce stack usage of test_suite_pkcs1_v15 by Ron Eldor · 7 years ago
  35. 6fd1aa0 Increase test suite timeout by Ron Eldor · 7 years ago
  36. 5b8f120 Reduce stack usage of test_suite_pkcs1_v21 by Ron Eldor · 7 years ago
  37. fdc15bd Reduce stack usage of test_suite_rsa by Ron Eldor · 7 years ago
  38. 58e3f69 Reduce stack usage of test_suite_pk by Ron Eldor · 7 years ago
  39. 7e88e13 Test data: replace "::" by ":" by Gilles Peskine · 6 years ago
  40. efa2ac8 Uniquify test case descriptions by Gilles Peskine · 6 years ago
  41. 44393c8 psa_crypto: Add an ECDH+HKDF test with longer output by Gilles Peskine · 6 years ago
  42. d9be186 psa_crypto: Fix OAEP test by Gilles Peskine · 6 years ago
  43. d17cf9d psa_crypto: Remove duplicate test case by Gilles Peskine · 6 years ago
  44. 52c7d99 psa_crypto_se_driver_hal: Fix copypasta in test cases by Gilles Peskine · 6 years ago
  45. f3eddd6 pkcs1_v21: Fix copypasta in test case by Gilles Peskine · 6 years ago
  46. c5dce20 cipher.nist_kw: Fix duplicate test case by Gilles Peskine · 6 years ago
  47. bfcb69c blowfish: Fix encrypt test case that should have been decrypt by Gilles Peskine · 6 years ago
  48. e07960c aria: Remove duplicate test cases by Gilles Peskine · 6 years ago
  49. c893235 Merge pull request #115 from gilles-peskine-arm/psa-error-compatibility_aliases by Gilles Peskine · 6 years ago
  50. 95758f8 *.data: remove semicolons from test case descriptions by Gilles Peskine · 6 years ago
  51. a291413 Merge pull request #257 from gilles-peskine-arm/psa-remove_zero_length_keys by Gilles Peskine · 6 years ago
  52. 89cc74f Fix signature size checks in psa_asymmetric_verify for RSA by Gilles Peskine · 6 years ago
  53. 4019f0e Immediately reject 0-size signature buffer when signing by Gilles Peskine · 6 years ago
  54. 043b281 Add a few test cases for non-byte-aligned raw data keys by Gilles Peskine · 6 years ago
  55. a782b95 Add test cases for zero-length keys by Gilles Peskine · 6 years ago
  56. 491181b Remove test cases that use zero-length keys by Gilles Peskine · 6 years ago
  57. 2cd8ecc New test helper macro ASSERT_ALLOC_WEAK by Gilles Peskine · 6 years ago
  58. a902303 Test mbedtls_asn1_store_named_data by Gilles Peskine · 6 years ago
  59. 9311cf5 asn1write: test NULL, OID and AlgorithmIdentifier by Gilles Peskine · 6 years ago
  60. 91d8d02 Fix typo that prevented mbedtls_asn1_write_len tests from running by Gilles Peskine · 6 years ago
  61. 3f37dca asn1write: Test short and large buffers more systematically by Gilles Peskine · 6 years ago
  62. 3a032c3 Add test cases for BOOLEANs and INTEGERs by Gilles Peskine · 6 years ago
  63. 27d806f Add ASN.1 parsing tests by Gilles Peskine · 6 years ago
  64. 5605591 Report step number when a test case fails by Gilles Peskine · 6 years ago
  65. cc5aeee Merge pull request #248 from RonEld/stack_overflow_in_hmac_fix by Jaeden Amero · 6 years ago
  66. 5a0f45b Modify tests by Ron Eldor · 6 years ago
  67. 16cca80 Add non regression test by Ron Eldor · 6 years ago
  68. 75cc771 Run psa_collect_statuses.py in all.sh by Gilles Peskine · 6 years ago
  69. 5168155 PSA return status coverage script by Gilles Peskine · 6 years ago
  70. 1983512 Add backward compatibility alias for PSA_ERROR_CORRUPTION_DETECTED by Gilles Peskine · 6 years ago
  71. 5c196fb Readability improvements by Gilles Peskine · 6 years ago
  72. 92348d1 Merge remote-tracking branch 'crypto/development' into development-restricted by Jaeden Amero · 6 years ago
  73. c12cb52 Merge pull request #239 from AndrzejKurek/psa-its-file-fixes by Jaeden Amero · 6 years ago
  74. f094b53 all.sh: disable MEMORY_BUFFER_ALLOC in cmake asan build by Unknown · 6 years ago
  75. 651eac8 Make tests use the new deterministic ECDSA function by Janos Follath · 7 years ago
  76. c04305f Merge remote-tracking branch 'crypto/development' into development-restricted by Jaeden Amero · 6 years ago
  77. 4013b98 Merge pull request #166 from k-stachowiak/IOTCRYPT-440-add-missing-dec_empty_buf-tests by Jaeden Amero · 6 years ago
  78. f071654 Merge pull request #140 from yanesca/everest_integration by Jaeden Amero · 6 years ago
  79. 21db2a9 Merge pull request #229 from k-stachowiak/IOTCRYPT-791-remove-legacy-psa-key-derivation by Jaeden Amero · 6 years ago
  80. 74c932e Parametrize key bits in import mock test by Darryl Green · 6 years ago
  81. 4abb40c Clean up core storage between tests by Jaeden Amero · 6 years ago
  82. f740b0a crypto_se_driver: add verification mock test by Unknown · 6 years ago
  83. b7656a8 crypto_se_driver: add signing mock test by Unknown · 6 years ago
  84. 136901c crypto_se_driver: add public key exporting test by Unknown · 6 years ago
  85. 903b5da crypto_se_driver: add an error injection mechanism to the mocks by Unknown · 6 years ago
  86. 9fd6b0c crypto_se_driver: add key generation mock and test by Unknown · 6 years ago
  87. c9ad591 crypto_se_driver: add mock tests by Unknown · 6 years ago
  88. b090d5d Merge pull request #231 from dgreen-arm/api-to-development by Jaeden Amero · 6 years ago
  89. 572a16e Merge branch 'psa-api-1.0-beta' into api-to-development by Darryl Green · 6 years ago
  90. 712f7a8 Add a check for double underscores in identifiers in check-names.sh by Unknown · 6 years ago
  91. e2e1995 Rename AEAD macro to not use double underscores by Unknown · 6 years ago
  92. 09a24b3 Add Everest components to all.sh by Gilles Peskine · 6 years ago
  93. 02174b9 3rdparty: Fix Makefile coding conventions by Christoph M. Wintersteiger · 6 years ago
  94. 6ea2dea1 3rdparty: Add additional build facilities for 3rd-party code by Christoph M. Wintersteiger · 7 years ago
  95. 8a0f5bb Make check-names.sh find the right names in 3rdparty by Christoph M. Wintersteiger · 7 years ago
  96. 1083a25 ECDH: Exclude FStar and Hacl* from exported symbol checks by Christoph M. Wintersteiger · 7 years ago
  97. 7cc4c68 Fix preprocessor directive recognition in list-enum-consts.pl by Christoph M. Wintersteiger · 7 years ago
  98. 6817b9e ECDH: Add #ifdef filter to tests/scripts/list-enum-consts.pl by Christoph M. Wintersteiger · 7 years ago
  99. d5fd766 ECDH: Include Everest Curve25519 in build scripts by Christoph M. Wintersteiger · 7 years ago
  100. 89e7655 Merge remote-tracking branch 'crypto/pr/212' into development by Jaeden Amero · 6 years ago