summaryrefslogtreecommitdiff
path: root/ssl/test
AgeCommit message (Expand)Author
2014-09-02Add a test for SSL_OP_TLS_D5_BUG.David Benjamin
2014-08-29Test client auth under TLS 1.2 hash mismatch and SSL 3.David Benjamin
2014-08-26Add a test to ensure False Start occurs.David Benjamin
2014-08-26Add basic TLS Channel ID tests.David Benjamin
2014-08-25Fix FalseStart-SessionTicketsDisabled tests.David Benjamin
2014-08-25Introduce a mechanism for base64 options.David Benjamin
2014-08-25Implement TLS Channel ID in runner.goDavid Benjamin
2014-08-25Fix duplicate test name.David Benjamin
2014-08-19Fix (harmless) memory leak in the test harness.Adam Langley
2014-08-19Tidy up cipher ordering.David Benjamin
2014-08-18DTLS version negotiation doesn't happen at HelloVerifyRequest.David Benjamin
2014-08-18Simplify HelloVerifyRequest processing.David Benjamin
2014-08-18Tidy DTLS cookie callback types.David Benjamin
2014-08-14Get SSL 3.0 server tests working.David Benjamin
2014-08-14Add initial DTLS tests.David Benjamin
2014-08-13Move configuration into a dedicated TestConfig struct.David Benjamin
2014-08-13Test-only DTLS implementation in runner.go.David Benjamin
2014-08-12Clean up s23_srvr.c.David Benjamin
2014-08-11Windows build fixes.Adam Langley
2014-08-08Move SendV2ClientHello to handshake coverage tests.David Benjamin
2014-08-08Add RenewTicketOnResume tests.David Benjamin
2014-08-08Add tests for CVE-2014-3511.David Benjamin
2014-08-08Add test coverage for TLS version negotiation.David Benjamin
2014-08-08Remove SSL_OP_TLS_ROLLBACK_BUG.David Benjamin
2014-08-07Retry sending record split fragment when SSL write fails.Kenny Root
2014-08-05Test state machine asynchronous behavior.David Benjamin
2014-08-04runner: Implement DHE-RSA.David Benjamin
2014-08-04runner: Take the build directory as flag.David Benjamin
2014-08-04runner: Take the number of workers as a flag.David Benjamin
2014-08-04Add server-side FallbackSCSV tests.David Benjamin
2014-08-04Add a test to assert parsing V2ClientHellos works.David Benjamin
2014-07-28Fix False Start without session tickets.David Benjamin
2014-07-25Change CCS_OK to EXPECT_CCS.David Benjamin
2014-07-24Improve test coverage around NewSessionTicket message.David Benjamin
2014-07-24Add EarlyChangeCipherSpec tests.David Benjamin
2014-07-24Add test coverage for session resumption with tickets.David Benjamin
2014-07-23Fix runner.go session ticket support.David Benjamin
2014-07-21Add SkipChangeCipherSpec-Server-NPN test.David Benjamin
2014-07-21runner: Require the CertificateVerify signature and hash to match.David Benjamin
2014-07-21Add SkipChangeCipherSpec tests.David Benjamin
2014-07-16Fix parsing of CertificateRequests.David Benjamin
2014-07-15Port ssl3_get_client_hello to CBS.David Benjamin
2014-07-14Add a server NPN test.David Benjamin
2014-07-14Add tests for the server accepting client certificates.David Benjamin
2014-07-14Be strict about requiring ServerKeyExchange.David Benjamin
2014-07-14Be strict about expecting a server Certificate message.David Benjamin
2014-07-14Add UnauthenticatedECDH bug test.David Benjamin
2014-07-09Add client auth tests.David Benjamin
2014-07-09Add a test for certificate types parsing.David Benjamin
2014-07-09Port early callback support to CBS.David Benjamin