1. 7a95d16 Merge branch 'mbedtls-3.6-restricted' into mbedtls-3.6.3rc0-pr by Minos Galanakis · 5 months ago
  2. 6c129c3 ssl-opt: Added 4 and 128 bytes tests to HS defragmentation for server initiated reneg by Minos Galanakis · 5 months ago
  3. 5c6d317 ssl-opt: Fixed a minor typo. by Minos Galanakis · 5 months ago
  4. dfc8e43 Merge remote-tracking branch 'upstream/mbedtls-3.6' into pre-3.6.3-upstream-merge by Minos Galanakis · 5 months ago
  5. bde759b ssl-opt: Disabled the renegotiation delay for fragmented HS renegotiation. by Minos Galanakis · 5 months ago
  6. 875cce9 ssl-opt: Updated documentation. by Minos Galanakis · 5 months ago
  7. e61d0e9 ssl-opt: Added client-initiated server-rejected renegotation test. by Minos Galanakis · 5 months ago
  8. 2798888 ssl-opt: Updated O_NEXT_CLI_RENEGOTIATE used by fragmented HS renegotiation with certificates. by Minos Galanakis · 5 months ago
  9. 2a1eacc ssl-opt: Fragmented HS renegotiation, removed -legacy_renegotiation argument. by Minos Galanakis · 5 months ago
  10. e5a3fd2 ssl-opt: Fragmented HS renegotiation, removed requires_certificate_authentication dependency. by Minos Galanakis · 5 months ago
  11. 5b6ec15 ssl-opt: Fragmented HS renegotiation, removed requires_openssl_3_x dependency. by Minos Galanakis · 5 months ago
  12. 620e8c2 ssl-opt: Fragmented HS renegotiation, adjusted test names for consistency. by Minos Galanakis · 5 months ago
  13. 135aed5 ssl-opt: Fragmented HS renegotiation, updated matching regex by Minos Galanakis · 5 months ago
  14. 9d78547 ssl-opt: Added coverage for client-initiated fragmented HS renegotiation tests. by Minos Galanakis · 5 months ago
  15. 9d1aa08 ssl-opt: Refactored fragmented HS renegotiation tests. by Minos Galanakis · 5 months ago
  16. 44c1c5f ssl-opt: Fragmented HS renegotiation, updated documentation. by Minos Galanakis · 5 months ago
  17. 6d1491d ssl-opt: Removed mock-tests from HS renegotiation. by Minos Galanakis · 5 months ago
  18. a23e697 sll-opt: Added refence fix for the Mock HS Defrag test using renegotitiation delay by Minos Galanakis · 5 months ago
  19. 12cf388 Added Mock Renegotiation negative test for testing. by Minos Galanakis · 5 months ago
  20. a37a936 ssl-opt: Added fragmented HS tests for server-initiated renegotiation. by Minos Galanakis · 5 months ago
  21. c4595a4 ssl-opt: Added fragmented HS tests for client-initiated renegotiation. by Minos Galanakis · 6 months ago
  22. 1e6438d ssl-opt: Added fragmented HS tests for SSL_VARIABLE_BUFFER_LENGTH. by Minos Galanakis · 6 months ago
  23. 8ef2e74 Move most TLS handshake defragmentation tests to a separate file by Gilles Peskine · 5 months ago
  24. 5764816 ssl-opt: Re-introduce certificate dependency for HS negative tests. by Minos Galanakis · 5 months ago
  25. 97a24eb ssl-opt: Removed dependencies for HS defrag negative tests. by Minos Galanakis · 5 months ago
  26. 4834826 ssl-opt: Adjusted reference hs defragmentation tests. by Minos Galanakis · 5 months ago
  27. 19d857d ssl-opt: Minor typos and documentation fixes. by Minos Galanakis · 5 months ago
  28. 618ad79 ssl-opt: Updated documentation of HS-Defrag tests. by Minos Galanakis · 5 months ago
  29. bb1bd8b ssl-opt: Removed redundant dependencies: requires_openssl_3_x by Minos Galanakis · 5 months ago
  30. 065b89c ssl-opt.sh: Disabled HS Defrag Tests for TLS1.2 where len < 16 by Minos Galanakis · 5 months ago
  31. 4335125 ssl-opt: Replaced max_send_frag with split_send_frag by Minos Galanakis · 5 months ago
  32. ee8e7c3 ssl-opt: Added coverage for hs defragmentation TLS 1.2 tests. by Minos Galanakis · 5 months ago
  33. e6dbf49 ssl-opt: Updated documentation. by Minos Galanakis · 6 months ago
  34. 79693bf ssl-opt: Added negative tests for handshake fragmentation. by Minos Galanakis · 6 months ago
  35. 03ae352 ssl-opt: Added handshake fragmentation tests for 4 byte fragments. by Minos Galanakis · 6 months ago
  36. 871469a ssl-opt: Added negative-assertion testing, (HS Fragmentation disabled) by Minos Galanakis · 6 months ago
  37. 48aa2de ssl-opt: Added tls 1.2 tests for HS defragmentation. by Minos Galanakis · 6 months ago
  38. 1d47ceb ssl-opt: Dependency resolving set to use to requires_protocol_version HS deframentation tests. by Minos Galanakis · 6 months ago
  39. 502da02 ssl-opt: Adjusted the wording on handshake fragmentation tests. by Minos Galanakis · 6 months ago
  40. 9886fd1 ssl-opt: Added requires_openssl_3_x to defragmentation tests. by Minos Galanakis · 6 months ago
  41. afb428e ssl-opt: Updated the keywords to look up during handshake fragmentation tests. by Minos Galanakis · 6 months ago
  42. c5f1ba3 Add missing client certificate check in handshake defragmentation tests by Waleed Elmelegy · 6 months ago
  43. 5fc8d3f Test Handshake defragmentation only for TLS 1.3 only for small values by Waleed Elmelegy · 6 months ago
  44. be59ab5 Add guard to handshake defragmentation tests for client certificate by Waleed Elmelegy · 6 months ago
  45. 99f4691 Add a comment to elaborate using split_send_frag in handshake defragmentation tests by Waleed Elmelegy · 6 months ago
  46. 57f61f8 Enforce client authentication in handshake fragmentation tests by Waleed Elmelegy · 6 months ago
  47. 826fc5c Remove unneeded mtu option from handshake fragmentation tests by Waleed Elmelegy · 6 months ago
  48. e9b0884 Add client authentication to handshake defragmentation tests by Waleed Elmelegy · 6 months ago
  49. 1b2590b Require openssl to support TLS 1.3 in handshake defragmentation tests by Waleed Elmelegy · 6 months ago
  50. 5b7c8bb Remove unnecessary string check in handshake defragmentation tests by Waleed Elmelegy · 6 months ago
  51. 8870b99 Fix typo in TLS Handshake defrafmentation tests by Waleed Elmelegy · 6 months ago
  52. e11d8c9 Improve TLS handshake defragmentation tests by Waleed Elmelegy · 6 months ago
  53. 29581ce Add TLS Hanshake defragmentation tests by Waleed Elmelegy · 6 months ago
  54. da0e32e mbedtls_ssl_set_hostname tests: add tests with CA callback by Gilles Peskine · 6 months ago
  55. 2c33c75 Require calling mbedtls_ssl_set_hostname() for security by Gilles Peskine · 6 months ago
  56. 6b88594 Keep track of whether mbedtls_ssl_set_hostname() has been called by Gilles Peskine · 6 months ago
  57. b3de9da mbedtls_ssl_set_hostname tests: baseline by Gilles Peskine · 6 months ago
  58. 48e4ff9 Automate MBEDTLS_X509_TRUSTED_CERTIFICATE_CALLBACK dependency by Gilles Peskine · 6 months ago
  59. 8fae4b0 Remove obsolete tcp_client.pl by Harry Ramsey · 10 months ago
  60. 6bdebfe Skip slowest FFDH tests against GnuTLS with MSan or Valgrind by Gilles Peskine · 9 months ago
  61. 5bf54ca Skip ssl_server in config-suite-b by Gilles Peskine · 11 months ago
  62. 927f2f1 Note known issue about test cases skipped in TLS 1.3-only builds by Gilles Peskine · 11 months ago
  63. 8d64fe1 Compatibiliy with older OpenSSL and GnuTLS by Gilles Peskine · 11 months ago
  64. 9d104e9 Test dtls_server by Gilles Peskine · 11 months ago
  65. 2a0af35 Test ssl_fork_server by Gilles Peskine · 11 months ago
  66. fab6099 Test ssl_pthread_server by Gilles Peskine · 11 months ago
  67. 37c3749 Test ssl_server by Gilles Peskine · 11 months ago
  68. f8b373e Test dtls_client by Gilles Peskine · 11 months ago
  69. e6b8250 Test ssl_client1 by Gilles Peskine · 11 months ago
  70. 6c798ef Allow test cases to use a specific port by Gilles Peskine · 11 months ago
  71. 578bfee Remove obsolete requirements on middlebox compatibility mode: manual by Gilles Peskine · 11 months ago
  72. fc3accd Adapt middlebox compatibility tests for always-on acceptance by Gilles Peskine · 11 months ago
  73. 365296a Avoid multiline requires_all_configs_xxx by Gilles Peskine · 11 months ago
  74. cfbaffd requires_certificate_authentication: prioritize TLS 1.3 by Gilles Peskine · 11 months ago
  75. d57212e Documentation improvements by Gilles Peskine · 11 months ago
  76. 19c60d2 Fix detection of TLS 1.2 PSK-ephemeral key exchange modes by Gilles Peskine · 11 months ago
  77. 5838a64 Improve some comments by Gilles Peskine · 11 months ago
  78. 4c1347c Remove unused auth_mode parameter on a PSK test case by Gilles Peskine · 11 months ago
  79. 07e24e9 Fix weirdly quoted invocations of requires_any_configs_enabled by Gilles Peskine · 11 months ago
  80. d98b363 Also activate PSK-only mode when PSK-ephemeral key exchanges are available by Gilles Peskine · 11 months ago
  81. 0a9f9d6 Unify the two requires-key-exchange-with-certificate function by Gilles Peskine · 11 months ago
  82. bbdc1a3 Detect PSK-only mode in TLS 1.3 as well by Gilles Peskine · 11 months ago
  83. 5c766dc Fix PSK-only mode doing less than it should by Gilles Peskine · 11 months ago
  84. 6eff90f Detect more cases where certificates are required by Gilles Peskine · 11 months ago
  85. 9cd5848 ssl-opt: Fix GnuTLS PSK injection by Gilles Peskine · 11 months ago
  86. 0bc5729 Use CONFIGS_ENABLED instead of repeatedly calling query_compile_time_config by Gilles Peskine · 11 months ago
  87. ed8cc46 Fix "Renegotiation: openssl server, client-initiated" with OpenSSL 3 by Gilles Peskine · 11 months ago
  88. aa80f53 Use libary default in ssl_client2 for new_session_tickets by Manuel Pégourié-Gonnard · 11 months ago
  89. 4002e6f Merge remote-tracking branch 'mbedtls-3.6' into mbedtls-3.6-restricted by Gilles Peskine · 12 months ago
  90. 1297309 Remove redundant legacy compression test by Waleed Elmelegy · 1 year, 1 month ago
  91. 38c8757 Improve legacy compression regression testing by Waleed Elmelegy · 1 year, 1 month ago
  92. 790f3b1 Add regression testing to handling Legacy_compression_methods by Waleed Elmelegy · 1 year, 1 month ago
  93. ff28e4c Fix two dependency declarations in ssl-opt by Manuel Pégourié-Gonnard · 12 months ago
  94. dee6ffa Add support for context f_vrfy callback in 1.3 by Manuel Pégourié-Gonnard · 12 months ago
  95. 8d5da8f ssl-opt.sh: Test trusted certificate callback in TLS 1.3 by Ronald Cron · 1 year, 4 months ago
  96. 84442a3 ssl-opt.sh: Fix test case titles by Ronald Cron · 1 year, 4 months ago
  97. 2b98a4e Allow no authentication of the server in 1.3 by Manuel Pégourié-Gonnard · 12 months ago
  98. a0a781e Reorder some tests in ssl-opt.sh by Manuel Pégourié-Gonnard · 12 months ago
  99. e1cc926 Allow optional authentication of the server in 1.3 by Manuel Pégourié-Gonnard · 12 months ago
  100. 4192bba Test cert alert REVOKED -> CERT_REVOKED by Manuel Pégourié-Gonnard · 12 months ago