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