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-12-14Add tests for version negotiation failure alerts.David Benjamin
2014-12-14Merge SSLv23_method and DTLS_ANY_VERSION.David Benjamin
2014-12-14Add min_version tests.David Benjamin
2014-12-14Add min_version and max_version APIs.David Benjamin
2014-12-12Don't infinite loop on garbage server input.David Benjamin
2014-12-11Don't set client_version to the ServerHello version.David Benjamin
2014-12-11Add assertions on the initial record version number.David Benjamin
2014-12-05ClientHello Padding for Fast Radio Opening in 3G.Feng Lu
2014-12-04Shush a MSVC bool/int comparison warning.David Benjamin
2014-12-02Fix standalone Windows build.David Benjamin
2014-12-02Left-pad a V2ClientHello's random, not right-pad.David Benjamin
2014-12-02Factor out the client max-version logic into a helper function.David Benjamin
2014-12-02Merge client/server SSL_METHODs into the generic one.David Benjamin
2014-12-02Remove a place where SSL_clear cleans up after client/server confusion.David Benjamin
2014-12-02Add test for renego client_version quirk.David Benjamin
2014-12-02Fix DTLS_ANY_VERSION and add tests.David Benjamin
2014-12-02Debug resumption connections with -debug too.David Benjamin
2014-12-02Add tests for OCSP stapling and SCT lists.David Benjamin
2014-11-22Add tests for session-ID-based resumption.David Benjamin
2014-11-20Fix a couple more malloc test crashes.David Benjamin
2014-11-19Add malloc failure tests.Adam Langley
2014-11-19Add tests for signature algorithm negotiation.David Benjamin
2014-11-19Add DTLS-SRTP tests.David Benjamin
2014-11-14Remove support for processing fragmented alertsAlex Chernyakhovsky
2014-11-14Don't resume sessions if the negotiated version doesn't match.David Benjamin
2014-11-11runner: Refuse to resume sessions on mismatching versions.David Benjamin
2014-11-11Add tests for client-initiated renegotiation.David Benjamin
2014-11-11Add a test for RSA ServerKeyExchange.David Benjamin
2014-11-11Add DTLS replay tests.David Benjamin
2014-11-04Test renegotiation with BoringSSL as the client.Adam Langley
2014-11-04Test server-side renegotiation.Adam Langley
2014-10-29Add tests for ECDHE_PSK.David Benjamin
2014-10-29Add tests for PSK cipher suites.David Benjamin
2014-10-25Extended master secret support.Adam Langley
2014-10-20Remove obsolete TODODavid Benjamin
2014-10-20Fix memory leak when decoding corrupt tickets.Adam Langley
2014-09-30Missing includes for FreeBSD.Ben Laurie
2014-09-26Add tests for client version negotiation and session resumption.David Benjamin
2014-09-25runner: don't resume sessions if SessionTicketsDisabled is true.David Benjamin
2014-09-16Test that ALPN is preferred over NPN.David Benjamin
2014-09-16Add tests for ALPN support.David Benjamin
2014-09-16Implement ALPN in runner.go.David Benjamin
2014-09-16Don't deadlock if a resume test fails the first half.David Benjamin
2014-09-16Improve test coverage for server_name extension.David Benjamin
2014-09-06Test SHA-256 and SHA-384 CBC-mode cipher suites.David Benjamin
2014-09-03Check the server did not use a TLS 1.2 cipher suite pre-TLS 1.2.David Benjamin
2014-09-03Add 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