Sign in
boringssl
/
boringssl.git
/
1d134eee9a7f456cc100ac450abcc67243d8fbdd
/
ssl
/
test
4b65693
Make runner ignore entropy warnings.
by Adam Langley
· 8 years ago
de254b4
Enforce max_early_data_size on the server.
by Alessandro Ghedini
· 8 years ago
71c21b4
Add SSL_CTX_set_verify_algorithm_prefs.
by David Benjamin
· 8 years ago
96bc12a
Remove includeDHE from runner.go.
by David Benjamin
· 8 years ago
7e06de5
Really remove DHE ciphersuites from TLS.
by Matthew Braithwaite
· 8 years ago
3cfeb95
Disable SSLv3 by default.
by David Benjamin
· 8 years ago
bbba939
Acknowledge KeyUpdate messages.
by David Benjamin
· 8 years ago
ebacdee
Add SendServerHelloAsHelloRetryRequest test.
by David Benjamin
· 8 years ago
6952211
Support Ed25519 in TLS.
by David Benjamin
· 8 years ago
d768c5d
Support Ed25519 keys in BoGo.
by David Benjamin
· 8 years ago
e1d18a7
Vendor a copy of golang.org/x/crypto/ed25519.
by David Benjamin
· 8 years ago
a232a71
Deprecate SSL_PRIVATE_KEY_METHOD type and max_signature_len.
by David Benjamin
· 8 years ago
c8ff30c
Add an option to allow unknown ALPN protocols.
by David Benjamin
· 8 years ago
chromium-3071
ebcb5be
Sync vendored copies of Go poly1305 and curve25519.
by David Benjamin
· 8 years ago
0c05c37
Update fuzzer exclusions.
by David Benjamin
· 8 years ago
6bb507b
Add missing tests for the Channel ID / 0-RTT interaction.
by David Benjamin
· 8 years ago
f368c73
Fix fuzzer excludes.
by Steven Valdez
· 8 years ago
764ab98
Support and test P-224 certificates.
by Adam Langley
· 8 years ago
8c26d75
Test the behavior of running SSL_do_handshake twice in a row.
by David Benjamin
· 8 years ago
681eb6a
Adding support for receiving early data on the server.
by Steven Valdez
· 8 years ago
32c8927
Add a test for missing end_of_early_data.
by David Benjamin
· 8 years ago
065d733
Test ticket age skew when resuming a resumed session.
by David Benjamin
· 8 years ago
2a07072
Prevent Channel ID and Custom Extensions on 0-RTT.
by Steven Valdez
· 8 years ago
794cc59
Send half-RTT tickets when negotiating 0-RTT.
by David Benjamin
· 8 years ago
4784b99
Use set_{accept,connect}_state + do_handshake in bssl_shim.
by David Benjamin
· 8 years ago
e3843d4
Run all state machine coverage tests on implicit handshake.
by David Benjamin
· 8 years ago
bbf4246
Add a test that ALPN is rejected on renegotiation.
by David Benjamin
· 8 years ago
2d85062
Add Data-less Zero-RTT support.
by Steven Valdez
· 8 years ago
57e81e6
Name |select_certificate_cb| return values
by Alessandro Ghedini
· 8 years ago
cedc6f1
Remove DHE ciphersuites from TLS.
by Matthew Braithwaite
· 8 years ago
73812e0
Fix SSLv3 version check in BoGo.
by David Benjamin
· 8 years ago
2070f8a
Apply bugs to second, TLS 1.3 ClientHello.
by Adam Langley
· 8 years ago
35ac5b7
Export server-side ticket_age skew.
by David Benjamin
· 8 years ago
924a352
Remove experimental TLS 1.3 short record header extension.
by Steven Valdez
· 8 years ago
d6c22ee
Add |SSL_get0_server_requested_CAs|.
by Adam Langley
· 8 years ago
a58baaf
Forbid the server certificate from changing on renego.
by David Benjamin
· 8 years ago
11c8289
Remove support for blocking DTLS timeout handling.
by David Benjamin
· 8 years ago
2ff7933
Add test for |SSL_get_client_CA_list|.
by Adam Langley
· 8 years ago
898be92
Support P-224 certificates as a server.
by Adam Langley
· 8 years ago
a57dcfb
Add new cipherlist-setting APIs that reject nonsense.
by Matthew Braithwaite
· 8 years ago
26e1ff3
Remove some unnecessary return values.
by David Benjamin
· 8 years ago
07ab5d4
Stop skipping stray HelloRequests.
by David Benjamin
· 8 years ago
46db7af
Remove |X509| things from SSL_SESSION.
by Adam Langley
· 8 years ago
7ebe61a
Fix server-side KeyUpdates.
by David Benjamin
· 8 years ago
d4c349b
Test various lengths of ticket session IDs.
by David Benjamin
· 8 years ago
cdb6fe9
Test the exporter at all versions + ciphers + side.
by David Benjamin
· 8 years ago
3bd57e3
Remove remnants of non-standard ECDHE_PSK GCM ciphers.
by David Benjamin
· 8 years ago
023d419
Test that we tolerate server name acknowledgements.
by David Benjamin
· 8 years ago
ab20cec
Read 0-RTT data in Bogo.
by Nick Harper
· 8 years ago
f2511f1
Send 0-RTT data in bogo.
by Nick Harper
· 8 years ago
daa0539
Remove an unnecessary TLS 1.3 ClientHello state.
by David Benjamin
· 8 years ago
17b3083
Use a separate timeout scheme for TLS 1.3.
by David Benjamin
· 8 years ago
b5c58db
TLS 1.3 sessions should not be added to the server session cache.
by David Benjamin
· 8 years ago
7cd0a97
Bogo: Send and receive 0.5-RTT data.
by Nick Harper
· 8 years ago
9b16066
Ignore 0-RTT-capable tickets unless enabled.
by David Benjamin
· 8 years ago
47383aa
Skip over early data in bogo.
by Nick Harper
· 8 years ago
44c1a65
Run go fmt on bogo code.
by Nick Harper
· 8 years ago
958346a
Run select_certificate_cb multiple times
by Alessandro Ghedini
· 8 years ago
2e83924
Remove old ChaCha20-Poly1305 AEAD.
by Adam Langley
· 8 years ago
5322010
Revert "Remove old ChaCha20-Poly1305 AEAD."
by Adam Langley
· 8 years ago
def9b46
Remove old ChaCha20-Poly1305 AEAD.
by Adam Langley
· 8 years ago
e3fbb36
Test SSL_set_max_send_fragment.
by David Benjamin
· 8 years ago
d261004
Report TLS 1.3 as supporting secure renegotiation.
by David Benjamin
· 8 years ago
9c33ae8
Fix TLS 1.3 NewSessionTicket processing.
by David Benjamin
· 8 years ago
08b65f4
Enabling 0-RTT on new Session Tickets.
by Steven Valdez
· 8 years ago
053fee9
Enforce the SSL 3.0 no_certificate alert in tests.
by David Benjamin
· 8 years ago
a1eaba1
Add a test for renegotiation on busy write buffer.
by David Benjamin
· 8 years ago
2214f4e
Remove call to SSL_CTX_set_tls_channel_id_enabled in bssl_shim.
by David Benjamin
· 8 years ago
a81967b
Add tests for the point format extension.
by David Benjamin
· 8 years ago
9c70b89
Update fuzzer mode suppressions.
by David Benjamin
· 8 years ago
6f600d6
Add experimental TLS 1.3 short record header extension.
by David Benjamin
· 8 years ago
17cf2cb
Work around language and compiler bug in memcpy, etc.
by David Benjamin
· 8 years ago
56cadc3
Assert on the alert sent on FALLBACK_SCSV.
by David Benjamin
· 8 years ago
b442dee
Rename FallbackSCSV-MatchVersion.
by David Benjamin
· 8 years ago
65fb425
Remove version-specific cipher lists.
by David Benjamin
· 8 years ago
a4b9198
Make TLS 1.3 check ECDSA KeyUsage and add test.
by Adam Langley
· 8 years ago
aa01204
Move per-cipher-suite tests into a separate function.
by David Benjamin
· 8 years ago
db5bd72
Move key_share extension check with ECDHE code.
by David Benjamin
· 8 years ago
f1050fd
Preserve the peer signature algorithm across resumes.
by David Benjamin
· 8 years ago
8a55ce4
Test SSL_get_curve_id behavior on resume.
by David Benjamin
· 8 years ago
5488122
Remove SSL_get_dhe_group_size.
by David Benjamin
· 8 years ago
d519bf6
Add |SSL_CTX_set0_buffer_pool|.
by Adam Langley
· 8 years ago
5edfc8c
Emulate the client_cert_cb with cert_cb.
by David Benjamin
· 8 years ago
f440e82
Remove New Hope key agreement.
by Matthew Braithwaite
· 8 years ago
651aaef
Remove CECPQ1 (experimental post-quantum key agreement).
by Matthew Braithwaite
· 8 years ago
559f064
Support setting per-connection OCSP staple
by Alessandro Ghedini
· 8 years ago
9d125dc
Remove SSL_OP_DISABLE_NPN.
by David Benjamin
· 8 years ago
aac1e2d
Remove the remaining bssl::Main wrappers.
by David Benjamin
· 8 years ago
33b1d4f
Check that tests with a version in the name do something with versions.
by Adam Langley
· 8 years ago
eebd3c8
Add SSL_(CTX_)set_tls_channel_id_enabled.
by David Benjamin
· 8 years ago
731058e
Typedef ssl_early_callback_ctx to SSL_CLIENT_HELLO.
by David Benjamin
· 8 years ago
cd6cfb0
Test SendReceiveIntermediate* with expected version.
by Adam Langley
· 8 years ago
dfec182
Remove Fake TLS 1.3 code from prf.go.
by Nick Harper
· 8 years ago
48891ad
Simplify BoGo's TLS 1.3 key derivation.
by David Benjamin
· 8 years ago
aedf303
Parse the entire PSK extension.
by David Benjamin
· 8 years ago
a4ee74d
Skipping early data on 0RTT rejection.
by Steven Valdez
· 8 years ago
9b885c5
Don't allow invalid SCT lists to be set.
by Adam Langley
· 8 years ago
cfa08c3
Enforce basic sanity of SCT lists.
by Adam Langley
· 8 years ago
bbaf367
Add |SSL_set_retain_only_sha256_of_client_certs|.
by David Benjamin
· 8 years ago
f01f42a
Negotiate ciphers before resumption.
by David Benjamin
· 8 years ago
Next »