1. e0ce40b Change hardcoded error values in ssl-opt to take in the PSA error alias by Felix Conway · 3 months ago
  2. 232da48 Merge pull request #9421 from mfil/feature/implement_tls_exporter by David Horstmann · 4 months ago
  3. ed4a2b4 Merge branch 'development-restricted' into merge-from-restricted by Manuel Pégourié-Gonnard · 4 months ago
  4. d23579c Fix requirements for TLS 1.3 Exporter compat test by Max Fillinger · 9 months ago
  5. 4e21703 Add fixed compatibility test for TLS 1.3 Exporter by Max Fillinger · 9 months ago
  6. 7b97712 Remove exporter compatibility test for TLS 1.3 by Max Fillinger · 9 months ago
  7. 6d53a3a Fix openssl s_client invocation by Max Fillinger · 9 months ago
  8. f8059db Print names of new tests properly by Max Fillinger · 9 months ago
  9. 92b7a7e ssl-opt.sh: Add tests for keying material export by Max Fillinger · 9 months ago
  10. 1ac784c Fix test case migration by Gabor Mezei · 5 months ago
  11. 3ead04a Remove/migrate tests for key exchange based on decryption by Gabor Mezei · 5 months ago
  12. e1e2730 Remove `MBEDTLS_KEY_EXCHANGE_RSA_ENABLED` config option by Gabor Mezei · 5 months ago
  13. 625c8fd ssl-opt: Added 4 and 128 bytes tests to HS defragmentation for server initiated reneg by Minos Galanakis · 5 months ago
  14. dfc082e ssl-opt: Fixed a minor typo. by Minos Galanakis · 5 months ago
  15. f475a15 ssl-opt: Disabled the renegotiation delay for fragmented HS renegotiation. by Minos Galanakis · 5 months ago
  16. 641e08e ssl-opt: Updated documentation. by Minos Galanakis · 5 months ago
  17. 1d78c7d ssl-opt: Added client-initiated server-rejected renegotation test. by Minos Galanakis · 5 months ago
  18. a8f1438 ssl-opt: Updated O_NEXT_CLI_RENEGOTIATE used by fragmented HS renegotiation with certificates. by Minos Galanakis · 5 months ago
  19. df4ddfd ssl-opt: Fragmented HS renegotiation, removed -legacy_renegotiation argument. by Minos Galanakis · 5 months ago
  20. 0b830f1 ssl-opt: Fragmented HS renegotiation, removed requires_certificate_authentication dependency. by Minos Galanakis · 5 months ago
  21. 9b2e4b8 ssl-opt: Fragmented HS renegotiation, removed requires_openssl_3_x dependency. by Minos Galanakis · 5 months ago
  22. af0e60b ssl-opt: Fragmented HS renegotiation, adjusted test names for consistency. by Minos Galanakis · 5 months ago
  23. 70be67b ssl-opt: Fragmented HS renegotiation, updated matching regex by Minos Galanakis · 5 months ago
  24. ae54c74 ssl-opt: Added coverage for client-initiated fragmented HS renegotiation tests. by Minos Galanakis · 5 months ago
  25. a7b19aa ssl-opt: Refactored fragmented HS renegotiation tests. by Minos Galanakis · 5 months ago
  26. 990a109 ssl-opt: Fragmented HS renegotiation, updated documentation. by Minos Galanakis · 5 months ago
  27. 135ebd3 ssl-opt: Removed mock-tests from HS renegotiation. by Minos Galanakis · 5 months ago
  28. 87be69a sll-opt: Added refence fix for the Mock HS Defrag test using renegotitiation delay by Minos Galanakis · 5 months ago
  29. 05009c7 Added Mock Renegotiation negative test for testing. by Minos Galanakis · 5 months ago
  30. 529188f ssl-opt: Added fragmented HS tests for server-initiated renegotiation. by Minos Galanakis · 5 months ago
  31. 5aaa6e0 ssl-opt: Added fragmented HS tests for client-initiated renegotiation. by Minos Galanakis · 6 months ago
  32. daa14a4 ssl-opt: Added fragmented HS tests for SSL_VARIABLE_BUFFER_LENGTH. by Minos Galanakis · 6 months ago
  33. a2a0c2c Merge remote-tracking branch 'origin/features/tls-defragmentation/development' into feature_merge_defragmentation_dev by Minos Galanakis · 5 months ago
  34. dd7c0f1 Fix ciphersuit by Gabor Mezei · 6 months ago
  35. 00ab710 Delete SSL async decryption tests by Gabor Mezei · 6 months ago
  36. fc42c22 Migrate RSA key exchange tests by Gabor Mezei · 6 months ago
  37. b40d33b Move most TLS handshake defragmentation tests to a separate file by Gilles Peskine · 5 months ago
  38. 4354dc6 ssl-opt: Re-introduce certificate dependency for HS negative tests. by Minos Galanakis · 5 months ago
  39. 0dd57a9 ssl-opt: Removed dependencies for HS defrag negative tests. by Minos Galanakis · 5 months ago
  40. d01ac30 ssl-opt: Adjusted reference hs defragmentation tests. by Minos Galanakis · 5 months ago
  41. 76957cc ssl-opt: Minor typos and documentation fixes. by Minos Galanakis · 5 months ago
  42. 17170a5 ssl-opt: Updated documentation of HS-Defrag tests. by Minos Galanakis · 5 months ago
  43. c8709c6 ssl-opt: Removed redundant dependencies: requires_openssl_3_x by Minos Galanakis · 5 months ago
  44. 640512e mbedtls_ssl_set_hostname tests: add tests with CA callback by Gilles Peskine · 6 months ago
  45. 488b919 Require calling mbedtls_ssl_set_hostname() for security by Gilles Peskine · 6 months ago
  46. 434016e Keep track of whether mbedtls_ssl_set_hostname() has been called by Gilles Peskine · 5 months ago
  47. cd6a24b ssl-opt.sh: Disabled HS Defrag Tests for TLS1.2 where len < 16 by Minos Galanakis · 5 months ago
  48. 99ca668 ssl-opt: Replaced max_send_frag with split_send_frag by Minos Galanakis · 5 months ago
  49. a5a8c9f ssl-opt: Added coverage for hs defragmentation TLS 1.2 tests. by Minos Galanakis · 5 months ago
  50. d708a63 ssl-opt: Updated documentation. by Minos Galanakis · 6 months ago
  51. 36c81f5 ssl-opt: Added DSA-RSA dependency on TLS1.2 defragmentation testing. by Minos Galanakis · 5 months ago
  52. 74ce749 ssl-opt: Added negative tests for handshake fragmentation. by Minos Galanakis · 6 months ago
  53. 1c106af ssl-opt: Added handshake fragmentation tests for 4 byte fragments. by Minos Galanakis · 6 months ago
  54. 41782a9 ssl-opt: Added negative-assertion testing, (HS Fragmentation disabled) by Minos Galanakis · 6 months ago
  55. 85fe73d ssl-opt: Added tls 1.2 tests for HS defragmentation. by Minos Galanakis · 6 months ago
  56. a4dde77 ssl-opt: Dependency resolving set to use to requires_protocol_version HS deframentation tests. by Minos Galanakis · 6 months ago
  57. a8a298c ssl-opt: Adjusted the wording on handshake fragmentation tests. by Minos Galanakis · 6 months ago
  58. a1b9117 ssl-opt: Added requires_openssl_3_x to defragmentation tests. by Minos Galanakis · 6 months ago
  59. 270dd74 ssl-opt: Updated the keywords to look up during handshake fragmentation tests. by Minos Galanakis · 6 months ago
  60. 4028cfd Add missing client certificate check in handshake defragmentation tests by Waleed Elmelegy · 6 months ago
  61. 5f21537 Test Handshake defragmentation only for TLS 1.3 only for small values by Waleed Elmelegy · 6 months ago
  62. a75c7e0 Add guard to handshake defragmentation tests for client certificate by Waleed Elmelegy · 6 months ago
  63. f162249 Add a comment to elaborate using split_send_frag in handshake defragmentation tests by Waleed Elmelegy · 6 months ago
  64. 61b8e2d Enforce client authentication in handshake fragmentation tests by Waleed Elmelegy · 6 months ago
  65. 39d83dd Remove unneeded mtu option from handshake fragmentation tests by Waleed Elmelegy · 6 months ago
  66. 48874b3 Add client authentication to handshake defragmentation tests by Waleed Elmelegy · 6 months ago
  67. f912031 Require openssl to support TLS 1.3 in handshake defragmentation tests by Waleed Elmelegy · 6 months ago
  68. fccd014 Remove unnecessary string check in handshake defragmentation tests by Waleed Elmelegy · 6 months ago
  69. c0118d8 Fix typo in TLS Handshake defrafmentation tests by Waleed Elmelegy · 6 months ago
  70. 0e0d5d4 Improve TLS handshake defragmentation tests by Waleed Elmelegy · 6 months ago
  71. 79a8ded Add TLS Hanshake defragmentation tests by Waleed Elmelegy · 6 months ago
  72. e5054e4 mbedtls_ssl_set_hostname tests: baseline by Gilles Peskine · 6 months ago
  73. 58b399e Automate MBEDTLS_X509_TRUSTED_CERTIFICATE_CALLBACK dependency by Gilles Peskine · 6 months ago
  74. 98f348a ssl-opt.sh|compat.sh: remove references to DHE-RSA by Valerio Setti · 6 months ago
  75. ed44508 Merge pull request #9916 from valeriosetti/issue9688 by Ronald Cron · 6 months ago
  76. 0ebd6de ssl-opt.sh: remove tests forcing DHE-RSA for which have alternatives by Valerio Setti · 7 months ago
  77. 3b412e2 ssl-opt.sh: remove tests which are specific for DHE-RSA by Valerio Setti · 7 months ago
  78. 309a7ec ssl-opt.sh: adapt tests from DHE-RSA to ECDHE-RSA by Valerio Setti · 7 months ago
  79. 5c730c1 ssl-opt.sh: remove DHE-PSK only test cases by Valerio Setti · 7 months ago
  80. bc7c523 Remove uses of secp244k1 by Gilles Peskine · 7 months ago
  81. 4a8e8f8 Merge pull request #9666 from Harry-Ramsey/remove-obsolete-ci-scripts-development by Manuel Pégourié-Gonnard · 8 months ago
  82. 4ce27cb ssl-opt: CONFIGS_ENABLED list should always end with a space char. by Minos Galanakis · 8 months ago
  83. c6d2e4e Remove obsolete tcp_client.pl by Harry Ramsey · 10 months ago
  84. ac767e5 Remove MBEDTLS_KEY_EXCHANGE_RSA_PSK_ENABLED by Gilles Peskine · 11 months ago
  85. 7dfe7c9 Remove RSA-PSK test cases by Gilles Peskine · 11 months ago
  86. e7c28d6 Merge pull request #9727 from gilles-peskine-arm/use_psa_crypto-always_forced by Janos Follath · 9 months ago gh-readonly-queue/development/pr-9727-0b7faf9011cda58411a4f21ee940f196decddf1a
  87. 05030d4 Skip slowest FFDH tests against GnuTLS with MSan or Valgrind by Gilles Peskine · 9 months ago
  88. 005370f Skip "no USE_PSA" test cases in ssl-opt.sh by Gilles Peskine · 9 months ago
  89. fb31ebd Remove code for MBEDTLS_USE_PSA_CRYPTO disabled in ssl-opt.sh by Gilles Peskine · 9 months ago
  90. 5e443f9 Remove direct requirements on MBEDTLS_USE_PSA_CRYPTO in ssl-opt.sh by Gilles Peskine · 9 months ago
  91. f9ad830 Skip ssl_server in config-suite-b by Gilles Peskine · 11 months ago
  92. cc7d6ae Note known issue about test cases skipped in TLS 1.3-only builds by Gilles Peskine · 11 months ago
  93. 6ef5239 Compatibiliy with older OpenSSL and GnuTLS by Gilles Peskine · 11 months ago
  94. 6b4d693 Test dtls_server by Gilles Peskine · 11 months ago
  95. c83e56c Test ssl_fork_server by Gilles Peskine · 11 months ago
  96. 3abca95 Test ssl_pthread_server by Gilles Peskine · 11 months ago
  97. a21e893 Test ssl_server by Gilles Peskine · 11 months ago
  98. ae710c8 Test dtls_client by Gilles Peskine · 11 months ago
  99. 7985d45 Test ssl_client1 by Gilles Peskine · 11 months ago
  100. 2bc5c80 Allow test cases to use a specific port by Gilles Peskine · 11 months ago