1. 9ec6d45 Fix code style (for real this time, hopefully) by Manuel Pégourié-Gonnard · 11 months ago
  2. 96cfd7a Move bignum code path testing out of the library by Janos Follath · 12 months ago
  3. 9f44c88 Rename some "new_session_tickets" symbols by Ronald Cron · 11 months ago
  4. d67f801 Do not add a new field in the SSL config by Ronald Cron · 11 months ago
  5. 23303a4 Enable TLS 1.3 ticket handling in resumption tests by Ronald Cron · 11 months ago
  6. 7f9470a Merge pull request #9451 from minosgalanakis/fix-v3.6-issues-9186-and-9188-bp by Gilles Peskine · 12 months ago
  7. 3b41e1d Merge pull request #9403 from gilles-peskine-arm/psa-keystore-dynamic-prep-3.6 by Gilles Peskine · 12 months ago
  8. a9083b7 PSA_DONE: account for MBEDTLS_TEST_PSA_INTERNAL_KEYS by Gilles Peskine · 12 months ago
  9. a8e39f2 Update PSA wrappers by Gilles Peskine · 1 year, 2 months ago
  10. 9bf1875 Revert commit 33af72df in order to not depend on test code by Michael Schuster · 1 year ago
  11. 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
  12. 6d6cae5 Fix tests build with MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS enabled by Michael Schuster · 1 year, 2 months ago
  13. 31b1cb8 Adjust spacing in tests/suites function sources by Michael Schuster · 1 year, 2 months ago
  14. b1e33fb Fix missing-prototype errors in tests/suites by Michael Schuster · 1 year, 2 months ago
  15. 3a4c431 Move print_buf into mbedtls_test_print_buf helper function in sample programs by Michael Schuster · 1 year, 2 months ago
  16. b4d55bb Add missing include in tests/src/asn1_helpers.c by Michael Schuster · 1 year, 2 months ago
  17. 52992e5 Merge pull request #9395 from sezrab/mbedtls_test_ssl_message_queue_pop_info-3.6 by Bence Szépkúti · 1 year ago
  18. 1640bd3 Update auto-generated psa_test_wrappers. by Ronald Cron · 1 year ago
  19. d66dc64 Keep track of PSA keys used interally by Gilles Peskine · 1 year, 1 month ago
  20. 4804847 Make it possible to enable CTR_DRBG/PSA without a PSA AES driver by Gilles Peskine · 1 year, 1 month ago
  21. 1fb69a9 tests/ssl_helpers: Check that message queue is popped by Tomás González · 1 year, 6 months ago
  22. 2463ec8 tests: src: Fix PSA test wrappers for PAKE by Ronald Cron · 1 year, 2 months ago
  23. 4b9aebf tests: remove test_certs.h and test_keys.h as they are auto-generated by Valerio Setti · 1 year, 4 months ago
  24. a607a1b test: automatically generate test_certs.h and test_keys.h by Valerio Setti · 1 year, 4 months ago
  25. 5e96584 generate_test_keys: split group_id and key bitsize in the generated structure by Valerio Setti · 1 year, 4 months ago
  26. 04ee264 generate_test_keys: generate also look-up table in script by Valerio Setti · 1 year, 4 months ago
  27. 65953e2 generate_test_keys: generate arrays for all keys in asymmetric_key_data.py by Valerio Setti · 1 year, 4 months ago
  28. f38640d generate_test_keys: generate also RSA public key arrays by Valerio Setti · 1 year, 4 months ago
  29. ea9c8bd generate_test_keys: minor improvements by Valerio Setti · 1 year, 4 months ago
  30. 7affeef generate_test_keys: use keys from asymmetric_key_data.py by Valerio Setti · 1 year, 4 months ago
  31. 001ec96 generate_test_keys.py: minor improvements by Valerio Setti · 1 year, 4 months ago
  32. bdb7ae1 test_suite_pk: add python script to generate predefined keys by Valerio Setti · 1 year, 4 months ago
  33. cca2d43 test_suite_pk: use look-up table instead of file for the predefined keys by Valerio Setti · 1 year, 4 months ago
  34. 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
  35. 346b818 tests: ssl: Add hostname checks in session serialization tests by Ronald Cron · 1 year, 4 months ago
  36. 8196369 tests: ssl: Fix session field guards by Ronald Cron · 1 year, 4 months ago
  37. 3bb89dc Fix failures in psa_cryto_driver_wrappers suite by Pengyu Lv · 1 year, 8 months ago
  38. b70f0fd Merge branch 'development' into 'development-restricted' by Minos Galanakis · 1 year, 5 months ago
  39. 4dfb0e7 Add ALPN checking when accepting early data by Waleed Elmelegy · 1 year, 5 months ago
  40. 44ccc87 Merge pull request #8924 from Ryan-Everett-arm/threading-same-key-tests by Paul Elliott · 1 year, 5 months ago
  41. 6bee910 Merge pull request #8858 from waleed-elmelegy-arm/add_alpn_to_session by Ronald Cron · 1 year, 5 months ago
  42. 6de38ac Add missing PSA_ASSERT in mbedtls_test_psa_raw_key_agreement_with_self by Ryan Everett · 1 year, 5 months ago
  43. 0a8abde Update wrapper generation script and regenerate by David Horstmann · 1 year, 5 months ago
  44. 4a48bec Invert and rename config option by David Horstmann · 1 year, 5 months ago
  45. 5bc5263 Add code improvments and refactoring in dealing with ALPN by Waleed Elmelegy · 1 year, 5 months ago
  46. 883f77c Add mbedtls_ssl_session_set_alpn() function by Waleed Elmelegy · 1 year, 5 months ago
  47. 2824a20 Add ALPN information in session tickets by Waleed Elmelegy · 1 year, 5 months ago
  48. fbf815d Add key_destroyable parameter to key export smoke tests by Ryan Everett · 1 year, 5 months ago
  49. 73e4ea3 Add key_destroyable parameter to non-raw key agreement smoke tests by Ryan Everett · 1 year, 5 months ago
  50. 13beaa2 psa_crypto_stubs: extend stub functions for the CRYPTO_CLIENT tests by Valerio Setti · 1 year, 5 months ago
  51. 80a5dbd Regenerate PSA wrappers for new PSA functions by David Horstmann · 1 year, 5 months ago
  52. 8163028 Add key_destroyable parameter to raw key agreement smoke tests by Ryan Everett · 1 year, 5 months ago
  53. c1cc668 Add key_destroyable parameter to key derivation smoke tests by Ryan Everett · 1 year, 5 months ago
  54. d48fc10 Add key_destroyable parameter to exercise_asymmetric_encryption_key by Ryan Everett · 1 year, 5 months ago
  55. 6edd408 Add key_destroyable parameter to exercise_signature_key by Ryan Everett · 1 year, 5 months ago
  56. fbe703d Add key_destroyable parameter to exercise_aead_key by Ryan Everett · 1 year, 5 months ago
  57. 70691f3 Add key_destroyable parameter to psa_exercise_cipher_key by Ryan Everett · 1 year, 5 months ago
  58. 7763550 Add key_destroyable parameter to exercise_mac_key by Ryan Everett · 1 year, 5 months ago
  59. f08a93f Add key_destroyable parameter to check_key_attributes_sanity by Ryan Everett · 1 year, 5 months ago
  60. 0a271fd Add key_destroyable parameter to mbedtls_test_psa_exercise_key by Ryan Everett · 1 year, 5 months ago
  61. 93fa4e1 Merge branch 'development' into buffer-sharing-merge by David Horstmann · 1 year, 5 months ago
  62. 5d64c6a Generate memory poisoning in wrappers by David Horstmann · 1 year, 5 months ago
  63. 63dfb45 Merge pull request #1181 from tom-daubney-arm/key_agreement_buffer_protection by David Horstmann · 1 year, 5 months ago
  64. af3e574 Merge pull request #8862 from valeriosetti/issue8825 by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  65. 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
  66. 139a418 Merge pull request #8587 from yanrayw/issue/4911/ssl_setup-check-RNG-configuration by Ronald Cron · 1 year, 5 months ago
  67. d4c57c0 Merge branch 'development-restricted' into key_agreement_buffer_protection by tom-daubney-arm · 1 year, 5 months ago
  68. a517563 Merge branch 'development-restricted' into copying-pake by David Horstmann · 1 year, 5 months ago
  69. 8462146 Merge pull request #8867 from gilles-peskine-arm/psa_key_attributes-remove_core by Gilles Peskine · 1 year, 5 months ago
  70. 716cf2d Merge branch 'development-restricted' into buffer_protection_for_cipher by Gábor Mezei · 1 year, 5 months ago
  71. 987cf89 ssl_helpers: Restore rng_seed incrementation by Ronald Cron · 1 year, 5 months ago
  72. ada2ec3 psa_crypto_stubs/changelog: fix typos by Valerio Setti · 1 year, 5 months ago
  73. 10b040f tests: ssl_helpers: Rename rng_get to mbedtls_test_random by Ronald Cron · 1 year, 6 months ago
  74. e33b349 Merge pull request #8864 from valeriosetti/issue8848 by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  75. 5d3036e tests: ssl: Add max_early_data_size option by Ronald Cron · 1 year, 5 months ago
  76. 1a58e9a psa_util: change guard for mbedtls_psa_get_random() to CRYPTO_CLIENT by Valerio Setti · 1 year, 5 months ago
  77. c5688a2 Merge branch 'development-restricted' into generate-random-buffer-protection by David Horstmann · 1 year, 5 months ago
  78. 840dfe8 Merge branch 'development-restricted' into asymmetric_encrypt_buffer_protection by tom-daubney-arm · 1 year, 5 months ago
  79. b74ac66 Update test wrapper functions for ciper buffer protection by Gabor Mezei · 1 year, 6 months ago
  80. b8f97a1 Add test wrapper functions for cipher buffer protection by Gabor Mezei · 1 year, 6 months ago
  81. 2f107ae Don't access psa_key_attributes_t.core by Gilles Peskine · 1 year, 5 months ago
  82. a9de944 ssl_helpers: minor fix in mbedtls_test_ssl_endpoint_certificate_init() by Valerio Setti · 1 year, 5 months ago
  83. 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
  84. 1fa2f6e test: remove usage of mbedtls_pk_wrap_as_opaque() from tests by Valerio Setti · 1 year, 5 months ago
  85. 075c5fb Generate test wrappers for psa_generate_random() by David Horstmann · 1 year, 6 months ago
  86. f4a200f Merge pull request #8838 from paul-elliott-arm/improve_test_data_accessors by Tom Cosgrove · 1 year, 5 months ago gh-readonly-queue/development/pr-8838-0f63028809e775eb068b3575a1fd36f1ed917ff0
  87. 4c32b69 Ignore domain parameters in RSA key generation by Gilles Peskine · 1 year, 6 months ago
  88. 9011dae Improve documentation / comments by Paul Elliott · 1 year, 5 months ago
  89. 5cd611d Merge branch 'development-restricted' into mac_buffer_protection by tom-daubney-arm · 1 year, 5 months ago
  90. 0aab69d Merge pull request #8807 from gilles-peskine-arm/pk_import_into_psa-implement_import by Gilles Peskine · 1 year, 6 months ago
  91. dd49c73 Merge remote-tracking branch 'development' into pk_import_into_psa-implement_import by Gilles Peskine · 1 year, 6 months ago
  92. 0ecb5fd Merge pull request #8574 from ronald-cron-arm/ssl-tickets by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  93. cf3457e Merge pull request #1132 from davidhorstmann-arm/copying-aead by David Horstmann · 1 year, 6 months ago
  94. 6fe8a06 New test helper: mbedtls_test_key_consistency_psa_pk by Gilles Peskine · 1 year, 6 months ago
  95. fe2bda3 Generate test wrappers by Thomas Daubney · 1 year, 6 months ago
  96. ba536dc Lock test mutex before doing mutex usage check by Paul Elliott · 1 year, 6 months ago
  97. 114ed5e Fix missing mutex lock for mutex usage error by Paul Elliott · 1 year, 6 months ago
  98. 264e210 Rename internal test info data accessors by Paul Elliott · 1 year, 6 months ago
  99. f50cd59 Fix encrypt/decrypt confusion by Gilles Peskine · 1 year, 6 months ago
  100. b539126 Merge pull request #1156 from Ryan-Everett-arm/key-derivation-buffer-protection by David Horstmann · 1 year, 6 months ago