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
2021-02-13CleanupSteve Pfister
2016-10-20Update to chromium-stable commit 3cab5572b1fcf5a8f6018529dc30dc8d21b2a4bd.Martin Baulig
2016-02-02Drop dh->q in bssl_shim when -use-sparse-dh-prime is passed.David Benjamin
2016-02-02Update references to the extended master secret draft.David Benjamin
2016-01-30Stop allowing SHA-224 in TLS 1.2.David Benjamin
2016-01-28Update draft-irtf-cfrg-curves-11 references to RFC 7748.David Benjamin
2016-01-28Remove alert mapping machinery.David Benjamin
2016-01-27Add some tests to ensure we ignore bogus curves and ciphers.David Benjamin
2016-01-15Consider session if the client supports tickets but offered a session ID.David Benjamin
2015-12-23Make it possible to tell what curve was used on the server.David Benjamin
2015-12-23Implement draft-ietf-tls-curve25519-01 in C.David Benjamin
2015-12-22Implement draft-ietf-tls-curve25519-01 in Go.David Benjamin
2015-12-22Bundle a copy of golang.org/x/crypto/curve25519 for testing.David Benjamin
2015-12-22Switch the bundled poly1305 to relative imports.David Benjamin
2015-12-22Completely remove P-224 from the TLS stack.David Benjamin
2015-12-22Test all supported curves (including those off by default).David Benjamin
2015-12-22Add a -lldb flag to runner.go.David Benjamin
2015-12-17Implement draft-ietf-tls-chacha20-poly1305-04.David Benjamin
2015-12-17Implement draft-ietf-tls-chacha20-poly1305-04 in Go.David Benjamin
2015-12-17Implement RFC 7539 in Go.David Benjamin
2015-12-17Rename the Go ChaCha20-Poly1305 implementation.David Benjamin
2015-12-16Pull ChangeCipherSpec into the handshake state machine.David Benjamin
2015-12-16Add tests for malformed HelloRequests.David Benjamin
2015-12-16Add tests for bad ChangeCipherSpecs.David Benjamin
2015-12-16Fix flaky BadRSAClientKeyExchange-1 test.David Benjamin
2015-12-15Get struct timeval from sys/time.h.David Benjamin
2015-12-15Add slightly better RSA key exchange tests.David Benjamin
2015-12-15Remove SSL_OP_LEGACY_SERVER_CONNECT.David Benjamin
2015-12-15Tighten SSL_OP_LEGACY_SERVER_CONNECT to align with RFC 5746.David Benjamin
2015-12-15Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER.David Benjamin
2015-12-15Remove SSL_OP_TLS_D5_BUG.David Benjamin
2015-12-15Add a comment in SetTestState from bssl_shim.David Benjamin
2015-12-15Include <sys/time.h> in packeted_bio.h for 'timeval'Sam Clegg
2015-12-01Work around yaSSL bug.Adam Langley
2015-11-21Add get0 getters for EVP_PKEY.David Benjamin
2015-11-12Remove stl_compat.h.David Benjamin
2015-11-12Limit DHE groups to 4096-bit.David Benjamin
2015-11-12Move curve check out of tls12_check_peer_sigalg.David Benjamin
2015-11-07Add SSL_get_server_key_exchange_hash.David Benjamin
2015-11-07Rewrite DTLS handshake message sending logic.David Benjamin
2015-11-06Test that the client doesn't offer TLS 1.2 ciphers when it shouldn't.David Benjamin
2015-11-04Add ssl_renegotiate_ignore.Adam Langley
2015-11-03Fix DTLS asynchronous write handling.David Benjamin
2015-11-03Make recordingconn emit more useful things for DTLS.David Benjamin
2015-10-26Add server-side support for asynchronous RSA decryption.nagendra modadugu
2015-10-26Add an option to disable NPN on a per-SSL basis.David Benjamin
2015-10-26Deprecate SSL_library_init.David Benjamin
2015-10-26Explicitly handle empty NewSessionTickets on the client.David Benjamin
2015-10-20Document early callback functions.David Benjamin
2015-10-13Add SSL_set_renegotiate_mode.David Benjamin