1. ea5de2b Simplify psa-crypto components that come from test-ref-configs by Gilles Peskine · 11 months ago
  2. e7422a1 Remove legacy-crypto components that come from test-ref-configs by Gilles Peskine · 11 months ago
  3. 2e449f0 Remove test-ref-configs.pl, which no longer does anything by Gilles Peskine · 11 months ago
  4. effa6a0 Move config-tfm.h testing to separate all.sh component by Gilles Peskine · 11 months ago
  5. af5a899 Move config-symmetric-only.h testing to separate all.sh components by Gilles Peskine · 11 months ago
  6. 86ceb13 Move config-thread.h testing to separate all.sh components by Gilles Peskine · 11 months ago
  7. b6d4913 Move config-suite-b.h testing to separate all.sh components by Gilles Peskine · 11 months ago
  8. 68f511e Move config-ccm-psk-dtls1_2.h testing to separate all.sh components by Gilles Peskine · 11 months ago
  9. 063fb8c Move config-ccm-psk-tls1_2.h testing to separate all.sh components by Gilles Peskine · 11 months ago
  10. e3eab32 requires_certificate_authentication: prioritize TLS 1.3 by Gilles Peskine · 11 months ago
  11. 6e85e35 Documentation improvements by Gilles Peskine · 11 months ago
  12. 2dd4395 Fix detection of TLS 1.2 PSK-ephemeral key exchange modes by Gilles Peskine · 11 months ago
  13. 7f453bf Improve some comments by Gilles Peskine · 11 months ago
  14. 78df617 Remove unused auth_mode parameter on a PSK test case by Gilles Peskine · 11 months ago
  15. cd4fe70 Fix weirdly quoted invocations of requires_any_configs_enabled by Gilles Peskine · 11 months ago
  16. db26406 Also activate PSK-only mode when PSK-ephemeral key exchanges are available by Gilles Peskine · 11 months ago
  17. 9d3b207 Unify the two requires-key-exchange-with-certificate function by Gilles Peskine · 11 months ago
  18. 24b4303 Detect PSK-only mode in TLS 1.3 as well by Gilles Peskine · 11 months ago
  19. 4f09864 Fix PSK-only mode doing less than it should by Gilles Peskine · 11 months ago
  20. ae3dc17 Detect more cases where certificates are required by Gilles Peskine · 11 months ago
  21. 6f9952a ssl-opt: Fix GnuTLS PSK injection by Gilles Peskine · 11 months ago
  22. 9404169 Use CONFIGS_ENABLED instead of repeatedly calling query_compile_time_config by Gilles Peskine · 11 months ago
  23. 56ee69d Fix "Renegotiation: openssl server, client-initiated" with OpenSSL 3 by Gilles Peskine · 11 months ago
  24. a45ba05 Merge pull request #9549 from ronald-cron-arm/adapt-components by Ronald Cron · 11 months ago
  25. 2f620f3 Merge pull request #9561 from gilles-peskine-arm/cmake-underscore_D by Paul Elliott · 11 months ago gh-readonly-queue/development/pr-9561-5f71537fdd640230f5b17dc8677571bbd525abdd
  26. 8ea8b30 Merge pull request #8988 from billatarm/add-pc-files by Paul Elliott · 11 months ago
  27. 10ff417 tests: add a test for pkg-config files by Bill Roberts · 1 year, 4 months ago
  28. 236e05d Fix typo that caused cpp_dummy_build not to be built with CMake by Gilles Peskine · 11 months ago
  29. 4153ebb Fix comments by Ronald Cron · 11 months ago
  30. e7f289e Use PSA crypto config in test_sha3_variations by Ronald Cron · 11 months ago
  31. 6604047 all.sh: Keep only "test_block_cipher_no_decrypt_aesni" with PSA config by Ronald Cron · 11 months ago
  32. 54d1eec all.sh: Enable MBEDTLS_PSA_CRYPTO_CONFIG in build_aes_variations by Ronald Cron · 11 months ago
  33. a9511bc all.sh: Enable MBEDTLS_PSA_CRYPTO_CONFIG in tls13 components by Ronald Cron · 11 months ago
  34. 8c95999 Merge pull request #9544 from eleuzi01/replace-224k1 by Ronald Cron · 11 months ago
  35. 1ad1954 Merge pull request #9304 from sezrab/analyze_driver_vs_reference_header_correction by Gilles Peskine · 11 months ago
  36. 63cb13e Replace MBEDTLS_ECP_HAVE_SECP224K1 with PSA_WANT_ECC_SECP_K1_224 by Elena Uziunaite · 11 months ago
  37. 9fc5be0 Replace MBEDTLS_MD_CAN_SHA1 with PSA_WANT_ALG_SHA_1 by Elena Uziunaite · 11 months ago
  38. 1d98d9d Merge pull request #9526 from mpg/refactor-tls123-verif-dev by David Horstmann · 11 months ago
  39. 36fe918 Merge pull request #9252 from gabor-mezei-arm/9114_replace_MBEDTLS_MD_CAN_SHA512_with_PSA_WANT by David Horstmann · 11 months ago
  40. f3cd97d Merge pull request #9327 from eleuzi01/issue-9319 by Manuel Pégourié-Gonnard · 11 months ago
  41. c37877f Merge pull request #9515 from mpg/windows-makefile-fixes by Manuel Pégourié-Gonnard · 11 months ago
  42. c21675e Make error line consistent with the header by Elena Uziunaite · 11 months ago
  43. 67072bf Fix two dependency declarations in ssl-opt by Manuel Pégourié-Gonnard · 12 months ago
  44. 843a00d Add support for context f_vrfy callback in 1.3 by Manuel Pégourié-Gonnard · 12 months ago
  45. 95dd6f5 ssl-opt.sh: Test trusted certificate callback in TLS 1.3 by Ronald Cron · 1 year, 4 months ago
  46. 7a442c9 ssl-opt.sh: Fix test case titles by Ronald Cron · 1 year, 4 months ago
  47. 6901504 Allow no authentication of the server in 1.3 by Manuel Pégourié-Gonnard · 12 months ago
  48. 18dd213 Reorder some tests in ssl-opt.sh by Manuel Pégourié-Gonnard · 12 months ago
  49. 58ab9ba Allow optional authentication of the server in 1.3 by Manuel Pégourié-Gonnard · 12 months ago
  50. 2ffa53a Test cert alert REVOKED -> CERT_REVOKED by Manuel Pégourié-Gonnard · 1 year ago
  51. 0274175 Test cert alert NOT_TRUSTED -> UNKNOWN_CA by Manuel Pégourié-Gonnard · 1 year ago
  52. 946d14a Fix ordering of a test case in ssl-opt.sh by Manuel Pégourié-Gonnard · 1 year ago
  53. a6397f0 Add test forcing TLS 1.2 for clearer coverage by Manuel Pégourié-Gonnard · 1 year ago
  54. 6ddde67 Don't clean test_keys.h and test_certs.h by David Horstmann · 11 months ago
  55. 0b0f090 Merge remote-tracking branch 'restricted/development-restricted' into dev-mergeback by Manuel Pégourié-Gonnard · 11 months ago
  56. aa29660 Restore testing of all reference configs by Ronald Cron · 11 months ago
  57. dcc78ee Fix typos in make clean target for Windows by David Horstmann · 11 months ago
  58. 99b57bd Merge pull request #1272 from eleuzi01/forward-1263 by Gilles Peskine · 11 months ago
  59. c15ef93 Replace `MBEDTLS_MD_CAN_SHA512` with `PSA_WANT_ALG_SHA_512` by Gabor Mezei · 1 year, 2 months ago
  60. ab0af45 Merge pull request #9464 from gilles-peskine-arm/psa-keystore-dynamic-development by Gilles Peskine · 11 months ago gh-readonly-queue/development/pr-9464-805ac15e2d77c00d41edea336c8fb33e28322ff5
  61. 0a2b6e2 Merge remote-tracking branch 'development' into development-restricted by Gilles Peskine · 12 months ago
  62. 805ac15 Merge pull request #9244 from waleed-elmelegy-arm/fix-tls13_parse_client_hello-issue by Gilles Peskine · 12 months ago
  63. f48bfb0 Add test cases for extKeyUsage by Elena Uziunaite · 12 months ago
  64. 6a04b16 Rationalize extKeyUsage tests by Elena Uziunaite · 12 months ago
  65. aeda1fd Use P_CLI when O_CLI's status is not reliable by Manuel Pégourié-Gonnard · 12 months ago
  66. 19d6d34 Rationalize keyUsage testing, round 2 by Manuel Pégourié-Gonnard · 12 months ago
  67. 92a391e Always print detailed cert errors in test programs by Manuel Pégourié-Gonnard · 12 months ago
  68. 4956e32 Fix 1.3 failure to update flags for (ext)KeyUsage by Manuel Pégourié-Gonnard · 12 months ago
  69. 5a4c8f0 Rationalize ssl-opt tests for keyUsage by Manuel Pégourié-Gonnard · 12 months ago
  70. 8e70c2b Test cert alert KEY_USAGE -> UNSUPPORTED_CERT by Manuel Pégourié-Gonnard · 1 year ago
  71. bdf2c98 Add psa_key_agreement() API by Waleed Elmelegy · 12 months ago
  72. 659f9e7 Merge pull request #9441 from paul-elliott-arm/add_docs_iop_key_generation by Janos Follath · 12 months ago
  73. 2dc5fa3 Add generated files for new iop key generation funcs by Paul Elliott · 1 year, 1 month ago
  74. d110250 Merge pull request #9362 from eleuzi01/replace-key-camellia by Gilles Peskine · 12 months ago
  75. 1176e6f Merge pull request #9410 from paul-elliott-arm/add_docs_iop_key_agreement by Janos Follath · 12 months ago
  76. da41b60 Replace MBEDTLS_SSL_HAVE_CAMELLIA with PSA_WANT_KEY_TYPE_CAMELLIA by Elena Uziunaite · 1 year, 1 month ago
  77. b8457ff Merge pull request #9353 from eleuzi01/replace-ecp-have-secp384r1 by Gilles Peskine · 12 months ago
  78. 0858fdc Merge pull request #9189 from misch7/fix-v3.6-issues-9186-and-9188 by Gilles Peskine · 12 months ago
  79. 88f3dd9 Merge pull request #9402 from tom-daubney-arm/remove_function_level_alt_interface by Bence Szépkúti · 12 months ago
  80. a9dda7e Add test components with the PSA static key store by Gilles Peskine · 1 year, 2 months ago
  81. c1cd26b Revert commit 33af72df in order to not depend on test code by Michael Schuster · 1 year, 1 month ago
  82. 0aaa493 Add missing include in tests/src/psa_memory_poisoning_wrappers.c to fix missing-prototype error by Michael Schuster · 1 year, 2 months ago
  83. f828f04 Fix Uncrustify errors in modified tests/suites to satisfy check_code_style test by Michael Schuster · 1 year, 2 months ago
  84. a3cc463 Use correct test case conditionals for helper functions in tests/suites by Michael Schuster · 1 year, 2 months ago
  85. 8f60655 Fix tests build with MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS enabled by Michael Schuster · 1 year, 2 months ago
  86. bd89b79 Adjust spacing in tests/suites function sources by Michael Schuster · 1 year, 2 months ago
  87. 54300d4 Fix missing-prototype errors in tests/suites by Michael Schuster · 1 year, 2 months ago
  88. 4595e68 Move print_buf into mbedtls_test_print_buf helper function in sample programs by Michael Schuster · 1 year, 2 months ago
  89. 2b87afb Add missing include in tests/src/asn1_helpers.c by Michael Schuster · 1 year, 2 months ago
  90. a368c8a Add -Wmissing-prototypes to component_build_no_ssl_srv and component_build_no_ssl_cli in all.sh by Minos Galanakis · 12 months ago
  91. 6b4cd48 Replace MBEDTLS_ECP_HAVE_SECP384R1 with PSA_WANT_ECC_SECP_R1_384 by Elena Uziunaite · 1 year, 1 month ago
  92. aacbc62 Merge pull request #9453 from gilles-peskine-arm/psa-keystore-dynamic-prep-4.0 by Gilles Peskine · 12 months ago
  93. e1171bd Merge pull request #9361 from eleuzi01/replace-key-aria by Gilles Peskine · 12 months ago
  94. f35bb31 Merge pull request #9459 from gilles-peskine-arm/make-tests-make-3.81-20240808 by Tom Cosgrove · 12 months ago
  95. fe8fc75 PSA_DONE: account for MBEDTLS_TEST_PSA_INTERNAL_KEYS by Gilles Peskine · 12 months ago
  96. 123a625 Resolved merge conflicts caused by file moved in #8226 by Minos Galanakis · 12 months ago
  97. 9e54a4f Merge pull request #9369 from eleuzi01/replace-ecc-keys by Gilles Peskine · 12 months ago
  98. 88a6baa Be compatible with GNU Make 3.81 by Gilles Peskine · 12 months ago
  99. 195e164 Merge pull request #9427 from valeriosetti/psasim-small-fixes by Tom Cosgrove · 12 months ago
  100. 35f0573 Keep track of PSA keys used interally by Gilles Peskine · 1 year, 1 month ago