1. c8f936e mbedtls_test_ssl_do_handshake_with_endpoints: Zeroize endpoints by Max Fillinger · 9 months ago
  2. 538ed71 Coding style cleanup by Max Fillinger · 9 months ago
  3. 436cc20 Exportert tests: Free endpoints and options by Max Fillinger · 9 months ago
  4. 9e23339 Add more tests for keying material export by Max Fillinger · 9 months ago
  5. f810d44 cmake: Generate test_keys.h and test_certs.h in the build tree by Ronald Cron · 6 months ago
  6. 05657d9 Revert "Add auto-generated files" by Minos Galanakis · 4 months ago
  7. 22098d4 Add auto-generated files by Minos Galanakis · 5 months ago mbedtls-3.6.3 v3.6.3
  8. 7a95d16 Merge branch 'mbedtls-3.6-restricted' into mbedtls-3.6.3rc0-pr by Minos Galanakis · 5 months ago
  9. 00ad6f6 New test function inject_client_content_on_the_wire() by Manuel Pégourié-Gonnard · 6 months ago
  10. 1f6864b Call mbedtls_ssl_set_hostname in the generic endpoint setup in unit tests by Gilles Peskine · 6 months ago
  11. eae12b1 Move some test helpers out of Mbed TLS by David Horstmann · 9 months ago
  12. 6f35a4d Merge pull request #9547 from davidhorstmann-arm/align-development-3.6-test-helpers-3.6 by Manuel Pégourié-Gonnard · 9 months ago
  13. d3aa6d9 Add const specifiers to pacify armclang by Paul Elliott · 9 months ago
  14. a7d2afe Tidy up header guards by David Horstmann · 10 months ago
  15. dfd3075 Only guard with CRYPTO_CLIENT when version >= 4 by David Horstmann · 10 months ago
  16. 3ee3223 Regenerate PSA test wrappers by David Horstmann · 11 months ago
  17. 8660e4b Align 3.6 tests/{src,include} with development PR by David Horstmann · 11 months ago
  18. 9ec6d45 Fix code style (for real this time, hopefully) by Manuel Pégourié-Gonnard · 11 months ago
  19. 96cfd7a Move bignum code path testing out of the library by Janos Follath · 12 months ago
  20. 9f44c88 Rename some "new_session_tickets" symbols by Ronald Cron · 11 months ago
  21. d67f801 Do not add a new field in the SSL config by Ronald Cron · 11 months ago
  22. 23303a4 Enable TLS 1.3 ticket handling in resumption tests by Ronald Cron · 11 months ago
  23. 7f9470a Merge pull request #9451 from minosgalanakis/fix-v3.6-issues-9186-and-9188-bp by Gilles Peskine · 12 months ago
  24. 3b41e1d Merge pull request #9403 from gilles-peskine-arm/psa-keystore-dynamic-prep-3.6 by Gilles Peskine · 12 months ago
  25. a9083b7 PSA_DONE: account for MBEDTLS_TEST_PSA_INTERNAL_KEYS by Gilles Peskine · 12 months ago
  26. a8e39f2 Update PSA wrappers by Gilles Peskine · 1 year, 2 months ago
  27. 9bf1875 Revert commit 33af72df in order to not depend on test code by Michael Schuster · 1 year ago
  28. ab4951f Add missing include in tests/src/psa_memory_poisoning_wrappers.c to fix missing-prototype error by Michael Schuster · 1 year, 2 months ago
  29. 6d6cae5 Fix tests build with MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS enabled by Michael Schuster · 1 year, 2 months ago
  30. 31b1cb8 Adjust spacing in tests/suites function sources by Michael Schuster · 1 year, 2 months ago
  31. b1e33fb Fix missing-prototype errors in tests/suites by Michael Schuster · 1 year, 2 months ago
  32. 3a4c431 Move print_buf into mbedtls_test_print_buf helper function in sample programs by Michael Schuster · 1 year, 2 months ago
  33. b4d55bb Add missing include in tests/src/asn1_helpers.c by Michael Schuster · 1 year, 2 months ago
  34. 52992e5 Merge pull request #9395 from sezrab/mbedtls_test_ssl_message_queue_pop_info-3.6 by Bence Szépkúti · 1 year ago
  35. 1640bd3 Update auto-generated psa_test_wrappers. by Ronald Cron · 1 year ago
  36. d66dc64 Keep track of PSA keys used interally by Gilles Peskine · 1 year, 1 month ago
  37. 4804847 Make it possible to enable CTR_DRBG/PSA without a PSA AES driver by Gilles Peskine · 1 year, 2 months ago
  38. 1fb69a9 tests/ssl_helpers: Check that message queue is popped by Tomás González · 1 year, 6 months ago
  39. 2463ec8 tests: src: Fix PSA test wrappers for PAKE by Ronald Cron · 1 year, 2 months ago
  40. 4b9aebf tests: remove test_certs.h and test_keys.h as they are auto-generated by Valerio Setti · 1 year, 4 months ago
  41. a607a1b test: automatically generate test_certs.h and test_keys.h by Valerio Setti · 1 year, 4 months ago
  42. 5e96584 generate_test_keys: split group_id and key bitsize in the generated structure by Valerio Setti · 1 year, 4 months ago
  43. 04ee264 generate_test_keys: generate also look-up table in script by Valerio Setti · 1 year, 4 months ago
  44. 65953e2 generate_test_keys: generate arrays for all keys in asymmetric_key_data.py by Valerio Setti · 1 year, 4 months ago
  45. f38640d generate_test_keys: generate also RSA public key arrays by Valerio Setti · 1 year, 4 months ago
  46. ea9c8bd generate_test_keys: minor improvements by Valerio Setti · 1 year, 4 months ago
  47. 7affeef generate_test_keys: use keys from asymmetric_key_data.py by Valerio Setti · 1 year, 4 months ago
  48. 001ec96 generate_test_keys.py: minor improvements by Valerio Setti · 1 year, 4 months ago
  49. bdb7ae1 test_suite_pk: add python script to generate predefined keys by Valerio Setti · 1 year, 4 months ago
  50. cca2d43 test_suite_pk: use look-up table instead of file for the predefined keys by Valerio Setti · 1 year, 4 months ago
  51. 79d2587 Merge pull request #9009 from mpg/fix-wrong-dep-test-case-3.6 by Gilles Peskine · 1 year, 4 months ago gh-readonly-queue/mbedtls-3.6/pr-9009-f05f7066a12f57c105a6cd3dd6f13f0f947829f6
  52. 346b818 tests: ssl: Add hostname checks in session serialization tests by Ronald Cron · 1 year, 4 months ago
  53. 8196369 tests: ssl: Fix session field guards by Ronald Cron · 1 year, 4 months ago
  54. 3bb89dc Fix failures in psa_cryto_driver_wrappers suite by Pengyu Lv · 1 year, 8 months ago
  55. b70f0fd Merge branch 'development' into 'development-restricted' by Minos Galanakis · 1 year, 5 months ago
  56. 4dfb0e7 Add ALPN checking when accepting early data by Waleed Elmelegy · 1 year, 5 months ago
  57. 44ccc87 Merge pull request #8924 from Ryan-Everett-arm/threading-same-key-tests by Paul Elliott · 1 year, 5 months ago
  58. 6bee910 Merge pull request #8858 from waleed-elmelegy-arm/add_alpn_to_session by Ronald Cron · 1 year, 5 months ago
  59. 6de38ac Add missing PSA_ASSERT in mbedtls_test_psa_raw_key_agreement_with_self by Ryan Everett · 1 year, 5 months ago
  60. 0a8abde Update wrapper generation script and regenerate by David Horstmann · 1 year, 5 months ago
  61. 4a48bec Invert and rename config option by David Horstmann · 1 year, 5 months ago
  62. 5bc5263 Add code improvments and refactoring in dealing with ALPN by Waleed Elmelegy · 1 year, 5 months ago
  63. 883f77c Add mbedtls_ssl_session_set_alpn() function by Waleed Elmelegy · 1 year, 5 months ago
  64. 2824a20 Add ALPN information in session tickets by Waleed Elmelegy · 1 year, 5 months ago
  65. fbf815d Add key_destroyable parameter to key export smoke tests by Ryan Everett · 1 year, 5 months ago
  66. 73e4ea3 Add key_destroyable parameter to non-raw key agreement smoke tests by Ryan Everett · 1 year, 5 months ago
  67. 13beaa2 psa_crypto_stubs: extend stub functions for the CRYPTO_CLIENT tests by Valerio Setti · 1 year, 5 months ago
  68. 80a5dbd Regenerate PSA wrappers for new PSA functions by David Horstmann · 1 year, 5 months ago
  69. 8163028 Add key_destroyable parameter to raw key agreement smoke tests by Ryan Everett · 1 year, 5 months ago
  70. c1cc668 Add key_destroyable parameter to key derivation smoke tests by Ryan Everett · 1 year, 5 months ago
  71. d48fc10 Add key_destroyable parameter to exercise_asymmetric_encryption_key by Ryan Everett · 1 year, 5 months ago
  72. 6edd408 Add key_destroyable parameter to exercise_signature_key by Ryan Everett · 1 year, 5 months ago
  73. fbe703d Add key_destroyable parameter to exercise_aead_key by Ryan Everett · 1 year, 5 months ago
  74. 70691f3 Add key_destroyable parameter to psa_exercise_cipher_key by Ryan Everett · 1 year, 5 months ago
  75. 7763550 Add key_destroyable parameter to exercise_mac_key by Ryan Everett · 1 year, 5 months ago
  76. f08a93f Add key_destroyable parameter to check_key_attributes_sanity by Ryan Everett · 1 year, 5 months ago
  77. 0a271fd Add key_destroyable parameter to mbedtls_test_psa_exercise_key by Ryan Everett · 1 year, 5 months ago
  78. 93fa4e1 Merge branch 'development' into buffer-sharing-merge by David Horstmann · 1 year, 5 months ago
  79. 5d64c6a Generate memory poisoning in wrappers by David Horstmann · 1 year, 5 months ago
  80. 63dfb45 Merge pull request #1181 from tom-daubney-arm/key_agreement_buffer_protection by David Horstmann · 1 year, 5 months ago
  81. af3e574 Merge pull request #8862 from valeriosetti/issue8825 by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  82. 7e1f9f2 Merge pull request #8854 from ronald-cron-arm/tls13-srv-max-early-data-size by Ronald Cron · 1 year, 5 months ago gh-readonly-queue/development/pr-8854-080a5171e2e07abaf01faff6e1862d70aaf35e9f
  83. 139a418 Merge pull request #8587 from yanrayw/issue/4911/ssl_setup-check-RNG-configuration by Ronald Cron · 1 year, 5 months ago
  84. d4c57c0 Merge branch 'development-restricted' into key_agreement_buffer_protection by tom-daubney-arm · 1 year, 5 months ago
  85. a517563 Merge branch 'development-restricted' into copying-pake by David Horstmann · 1 year, 5 months ago
  86. 8462146 Merge pull request #8867 from gilles-peskine-arm/psa_key_attributes-remove_core by Gilles Peskine · 1 year, 5 months ago
  87. 716cf2d Merge branch 'development-restricted' into buffer_protection_for_cipher by Gábor Mezei · 1 year, 5 months ago
  88. 987cf89 ssl_helpers: Restore rng_seed incrementation by Ronald Cron · 1 year, 5 months ago
  89. ada2ec3 psa_crypto_stubs/changelog: fix typos by Valerio Setti · 1 year, 5 months ago
  90. 10b040f tests: ssl_helpers: Rename rng_get to mbedtls_test_random by Ronald Cron · 1 year, 6 months ago
  91. e33b349 Merge pull request #8864 from valeriosetti/issue8848 by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  92. 5d3036e tests: ssl: Add max_early_data_size option by Ronald Cron · 1 year, 5 months ago
  93. 1a58e9a psa_util: change guard for mbedtls_psa_get_random() to CRYPTO_CLIENT by Valerio Setti · 1 year, 5 months ago
  94. c5688a2 Merge branch 'development-restricted' into generate-random-buffer-protection by David Horstmann · 1 year, 5 months ago
  95. 840dfe8 Merge branch 'development-restricted' into asymmetric_encrypt_buffer_protection by tom-daubney-arm · 1 year, 5 months ago
  96. b74ac66 Update test wrapper functions for ciper buffer protection by Gabor Mezei · 1 year, 6 months ago
  97. b8f97a1 Add test wrapper functions for cipher buffer protection by Gabor Mezei · 1 year, 6 months ago
  98. 2f107ae Don't access psa_key_attributes_t.core by Gilles Peskine · 1 year, 5 months ago
  99. a9de944 ssl_helpers: minor fix in mbedtls_test_ssl_endpoint_certificate_init() by Valerio Setti · 1 year, 5 months ago
  100. ca21b24 Merge pull request #8840 from gilles-peskine-arm/domain_parameters-remove by Tom Cosgrove · 1 year, 5 months ago gh-readonly-queue/development/pr-8840-f4a200f106f4203322fcfc141c50cd2645021272