Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ssl/test
AgeCommit message (Expand)Author
2014-08-26Fix FalseStart-SessionTicketsDisabled tests.David Benjamin
2014-08-26Introduce a mechanism for base64 options.David Benjamin
2014-08-26Implement TLS Channel ID in runner.goDavid Benjamin
2014-08-26Fix 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-15Get SSL 3.0 server tests working.David Benjamin
2014-08-14Add initial DTLS tests.David Benjamin
2014-08-14Move configuration into a dedicated TestConfig struct.David Benjamin
2014-08-14Test-only DTLS implementation in runner.go.David Benjamin
2014-08-13Clean up s23_srvr.c.David Benjamin
2014-08-12Windows 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-06Test state machine asynchronous behavior.David Benjamin
2014-08-05runner: Implement DHE-RSA.David Benjamin
2014-08-05runner: Take the build directory as flag.David Benjamin
2014-08-05runner: Take the number of workers as a flag.David Benjamin
2014-08-05Add server-side FallbackSCSV tests.David Benjamin
2014-08-05Add a test to assert parsing V2ClientHellos works.David Benjamin
2014-07-29Fix False Start without session tickets.David Benjamin
2014-07-25Change CCS_OK to EXPECT_CCS.David Benjamin
2014-07-25Improve test coverage around NewSessionTicket message.David Benjamin
2014-07-25Add EarlyChangeCipherSpec tests.David Benjamin
2014-07-25Add 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-15Add a server NPN test.David Benjamin
2014-07-15Add tests for the server accepting client certificates.David Benjamin
2014-07-15Be strict about requiring ServerKeyExchange.David Benjamin
2014-07-15Be strict about expecting a server Certificate message.David Benjamin
2014-07-15Add UnauthenticatedECDH bug test.David Benjamin
2014-07-10Add client auth tests.David Benjamin
2014-07-10Add a test for certificate types parsing.David Benjamin
2014-07-09Port early callback support to CBS.David Benjamin
2014-07-09Check duplicate extensions before processing.David Benjamin
2014-07-03Add a test that server_name extensions are parsed correctly.David Benjamin
2014-07-03Add some basic server tests to runner.go.David Benjamin
2014-07-02Fix FallbackSCSV test.David Benjamin