1. 69d9817 cipher_alg_without_iv: generalized to also do decryption by Gilles Peskine · 3 years, 4 months ago
  2. 5f50420 cipher_encrypt_alg_without_iv: validate size macros independently by Gilles Peskine · 3 years, 4 months ago
  3. 4a83c10 Fix RC4 multipart PSA by Gilles Peskine · 3 years, 4 months ago
  4. c768600 Mbed TLS supports RC4 only with 128-bit keys by Gilles Peskine · 3 years, 4 months ago
  5. ce78c96 Rename and document mac_or_tag_lengths -> permitted_truncations by Gilles Peskine · 3 years, 4 months ago
  6. b8bd61a No need to recalculate iv_length by Gilles Peskine · 3 years, 4 months ago
  7. 913c01f Fix digits in octal constant by Gilles Peskine · 3 years, 4 months ago
  8. 65bc92a Don't try to perform operations when driver support is lacking by Gilles Peskine · 3 years, 5 months ago
  9. 041388a Short-tag AEAD with the nominal length are encoded as nominal AEAD by Gilles Peskine · 3 years, 5 months ago
  10. 9d3706f exercise_key: support combined key agreement+derivation algorithms by Gilles Peskine · 3 years, 5 months ago
  11. 8ddced5 Only exercise Brainpool curve keys on one algorithm by Gilles Peskine · 3 years, 5 months ago
  12. cb45170 Public keys can't be used as private-key inputs to key agreement by Gilles Peskine · 3 years, 5 months ago
  13. 3261124 Don't exercise OAEP with small key and large hash by Gilles Peskine · 3 years, 5 months ago
  14. 275ecde exercise_key: signature: detect function/algorithm incompatibility by Gilles Peskine · 3 years, 5 months ago
  15. 743972c Use PSA_AEAD_NONCE_LENGTH when exercising AEAD keys by Gilles Peskine · 3 years, 5 months ago
  16. b3e87b6 psa_crypto does not support XTS by Gilles Peskine · 3 years, 5 months ago
  17. ae93ee6 Reject block cipher modes that are not implemented in Mbed TLS by Gilles Peskine · 3 years, 5 months ago
  18. b0537ba Reject invalid MAC and AEAD truncations by Gilles Peskine · 3 years, 5 months ago
  19. d36ed48 Fix invalid argument enumeration when there are >=3 arguments by Gilles Peskine · 3 years, 5 months ago
  20. c77f16b Test more truncated MAC and short AEAD tag lengths by Gilles Peskine · 3 years, 5 months ago
  21. 8f3aad2 exercise_key: support modes where IV length is not 16 by Gilles Peskine · 3 years, 5 months ago
  22. 4eb1c7e 64-bit block ciphers are incompatible with some modes by Gilles Peskine · 3 years, 5 months ago
  23. 0de1143 Storage format tests: exercise operations with keys by Gilles Peskine · 3 years, 5 months ago
  24. 930ccef Abbreviate descriptions of generated PSA storage tests by Gilles Peskine · 3 years, 5 months ago
  25. d79aef5 Unify the code to shorten expressions by Gilles Peskine · 3 years, 5 months ago
  26. d9af978 Refactor usage flag formatting and implication by Gilles Peskine · 3 years, 5 months ago
  27. 6213a00 Storage format tests: cover algorithms for each key type by Gilles Peskine · 4 years, 3 months ago
  28. 989c13d Remove ad hoc is_valid_for_signature method by Gilles Peskine · 3 years, 5 months ago
  29. a16d8fc Merge pull request #5697 from gilles-peskine-arm/psa-test-op-fail-2.28 by Gilles Peskine · 3 years, 4 months ago
  30. 37f6d01 Merge pull request #5737 from mpg/clean-compat-sh-2.28 by Gilles Peskine · 3 years, 4 months ago
  31. 6abc625 Add comment in compat.sh about callers by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  32. b623832 Fix compat.sh invocation in basic-built-test.sh by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  33. 03efa0b Fix ARIA support in test driver configuration by Gilles Peskine · 3 years, 4 months ago
  34. 18633187 test_psa_crypto_config_accel_cipher: deactivate CMAC by Gilles Peskine · 3 years, 4 months ago
  35. d81b5ae Merge pull request #5717 from daverodgman/backport_2.28-alert_reentrant by Gilles Peskine · 3 years, 4 months ago
  36. 50b677d Merge pull request #5713 from tom-cosgrove-arm/pr-2479-backport-2.28 by Dave Rodgman · 3 years, 4 months ago
  37. c2d1938 Merge pull request #5720 from tom-cosgrove-arm/adamwolf-reasonable-2.28 by Dave Rodgman · 3 years, 4 months ago
  38. 9cd8831 Merge pull request #5721 from tom-cosgrove-arm/roneld-1805-2.28 by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  39. 27ad033 Merge pull request #5718 from AndrzejKurek/timeless-struggles-2-28 by Gilles Peskine · 3 years, 4 months ago
  40. b283228 Fix shared library link error with cmake on Windows by Ron Eldor · 8 years ago
  41. ef30d90 Fix spelling of 'reasonable' in comments by Adam Wolf · 6 years ago
  42. 7ece768 Seed the PRNG even if time() isn't available by Gilles Peskine · 3 years, 4 months ago
  43. 263d8f7 Remove the dependency on MBEDTLS_HAVE_TIME from MBEDTLS_TIMING_C by Andrzej Kurek · 3 years, 4 months ago
  44. 2603fec Remove dummy timing implementation by Andrzej Kurek · 3 years, 4 months ago
  45. 28fd4cd Update ChangeLog.d/alert_reentrant.txt by Dave Rodgman · 3 years, 4 months ago
  46. a349cfd Add ChangeLog entry by Hanno Becker · 7 years ago
  47. d9c66c0 Make alert sending function re-entrant by Hanno Becker · 7 years ago
  48. 1882b9a Fix spelling of 'features' in comment by Jacob Schloss · 6 years ago
  49. e29a837 Merge pull request #5705 from AndrzejKurek/off-by-one-ssl-opt-2-28 by Gilles Peskine · 3 years, 4 months ago
  50. 363553b Fix an off-by-one error in ssl-opt.sh by Andrzej Kurek · 3 years, 4 months ago
  51. dbeaad3 Add missing logic for accelerated ECB under MBEDTLS_PSA_CRYPTO_CONFIG by Gilles Peskine · 3 years, 5 months ago
  52. bc79582 Fix psa_mac_verify() returning BUFFER_TOO_SMALL by Gilles Peskine · 3 years, 5 months ago
  53. 449e02e If a cipher algorithm is not supported, fail during setup by Gilles Peskine · 3 years, 5 months ago
  54. 161c5ee Use a plausible input size with asymmetric verification by Gilles Peskine · 3 years, 5 months ago
  55. c2fc241 Test attempts to use a public key for a private-key operation by Gilles Peskine · 4 years, 3 months ago
  56. 739c98c Make psa_key_derivation_setup return early if the key agreement is not supported by Gilles Peskine · 4 years, 3 months ago
  57. ea0d95e Make psa_key_derivation_setup return early if the hash is not supported by Gilles Peskine · 4 years, 3 months ago
  58. cdacf04 Simplify is_kdf_alg_supported in psa_key_derivation_setup_kdf by Gilles Peskine · 4 years, 3 months ago
  59. 23cb12e A key agreement algorithm can contain a key derivation by Gilles Peskine · 4 years, 3 months ago
  60. d096445 In NOT_SUPPORTED test case descriptions, show what is not supported by Gilles Peskine · 4 years, 3 months ago
  61. 35409be Add a few manual test cases by Gilles Peskine · 3 years, 5 months ago
  62. f8b6b50 Systematically generate test cases for operation setup failure by Gilles Peskine · 3 years, 5 months ago
  63. 3905433 Add knowledge of the compatibility of key types and algorithms by Gilles Peskine · 4 years, 3 months ago
  64. 0dacd4d Add knowledge of algorithms by Gilles Peskine · 4 years, 3 months ago
  65. a218047 Generate test cases for hash operation failure by Gilles Peskine · 4 years, 3 months ago
  66. c05158b New test suite for systematically generated operation failure tests by Gilles Peskine · 4 years, 3 months ago
  67. 2a71b72 Add missing type annotation by Gilles Peskine · 4 years, 3 months ago
  68. a296e48 Simplify key_for_usage_flags by Gilles Peskine · 3 years, 5 months ago
  69. b5c4382 check-generated-files.sh -u: don't update file timestamps by Gilles Peskine · 3 years, 4 months ago
  70. 619cbfe Merge pull request #5696 from yanesca/fix-lts-version-in-guidelines-2.28 by Gilles Peskine · 3 years, 4 months ago
  71. b71c625 Fix LTS version in contributing guidelines by Janos Follath · 3 years, 4 months ago
  72. a8827d1 Merge pull request #5542 from gilles-peskine-arm/config-baremetal-size-2.28 by Gilles Peskine · 3 years, 4 months ago
  73. f749930 Merge pull request #5682 from daverodgman/migration_2.28 by Dave Rodgman · 3 years, 4 months ago
  74. 52af769 Update references to old Github organisation by Dave Rodgman · 3 years, 4 months ago
  75. 3a7d7b9 Merge pull request #5670 from bensze01/typo-2.28 by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  76. e25dc1c Fix typo "phtreads" to "pthreads" by Artur Allmann · 3 years, 5 months ago
  77. 19f2d59 Merge pull request #5660 from ronald-cron-arm/restore-full-compat-testing-2.28 by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  78. e7dad1f ssl_tls.c: Fix inappropriate use of ssl context by Ronald Cron · 3 years, 4 months ago
  79. f1ed595 ssl_srv.c: Mark ETM as disabled if cipher is not CBC by Ronald Cron · 3 years, 5 months ago
  80. c2e2876 compat.sh: Fix check for OpenSSL support by Ronald Cron · 3 years, 5 months ago
  81. 01e3c37 compat.sh: Restore full TLS compatibility testing by Ronald Cron · 3 years, 5 months ago
  82. ce514de Merge pull request #5563 from AndrzejKurek/timeless-2.28 by Dave Rodgman · 3 years, 5 months ago
  83. 2f39f19 Merge pull request #5603 from tom-cosgrove-arm/fix_test_md_api_violation-2.28 by Dave Rodgman · 3 years, 5 months ago
  84. 76d1cb2 Merge pull request #5601 from SiliconLabs/erase_secret_before_free_backport_2_28 by Gilles Peskine · 3 years, 5 months ago
  85. ecd119d Merge pull request #5605 from gilles-peskine-arm/storage-format-check-mononicity-2.28 by Gilles Peskine · 3 years, 5 months ago
  86. 478181d Refactor ssl_context_info time printing by Andrzej Kurek · 3 years, 5 months ago
  87. 388ee8a Guard cache_timeout in ssl_server2 with MBEDTLS_HAVE_TIME by Andrzej Kurek · 3 years, 5 months ago
  88. 161005b Add the timing test dependency on MBEDTLS_HAVE_TIME by Andrzej Kurek · 3 years, 5 months ago
  89. 65f93d5 Fix udp_proxy dependency on MBEDTLS_HAVE_TIME by Andrzej Kurek · 3 years, 5 months ago
  90. 77daaad Provide a dummy implementation of timing.c by Andrzej Kurek · 3 years, 5 months ago
  91. 448cf48 Fix requirement mismatch in fuzz/common.c by Andrzej Kurek · 3 years, 5 months ago
  92. 516e1b0 Add a missing guard for time.h in net_sockets.c by Andrzej Kurek · 3 years, 5 months ago
  93. c841508 Add a changelog entry by Andrzej Kurek · 3 years, 6 months ago
  94. 3cb5e9b Use $PWD instead of $(pwd) for consistency by David Horstmann · 3 years, 8 months ago
  95. 11d0a6f programs/fuzz: Remove superfluous MBEDTLS_HAVE_TIME by David Horstmann · 3 years, 8 months ago
  96. 0e4a1aa programs/test: fix build without MBEDTLS_HAVE_TIME by David Horstmann · 3 years, 8 months ago
  97. 1a021af tests: add baremetal full config build by Daniel Axtens · 5 years ago
  98. 2db000f programs/ssl: Fix compile errors when MBEDTLS_HAVE_TIME is not defined by Raoul Strackx · 5 years ago
  99. 6f63cc7 tests: prevent inclusion of time.h in baremetal compiles by Daniel Axtens · 5 years ago
  100. 301db66 Do not include time.h without MBEDTLS_HAVE_TIME by Daniel Axtens · 5 years ago