Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
boringssl.googlesource.com
/
boringssl
/
78b8b99cf73d5989874115bc3b784edcc0befb42
/
ssl
/
test
78b8b99
Fix a bug in and test the message callback.
by David Benjamin
· 8 years ago
b0c761e
Tolerate early ChangeCipherSpec in DTLS.
by David Benjamin
· 8 years ago
182b573
Don't set timeout in runner when using GDB.
by Adam Langley
· 8 years ago
e6c58ff
go fmt runner.go
by Adam Langley
· 8 years ago
10e1060
Send correct fatal alert the renegotation extension fails to match.
by Adam Langley
· 8 years ago
31b0c9b
Add a bunch of scopers.
by David Benjamin
· 8 years ago
e39ac8f
Switch BORINGSSL_INTERNAL_CXX_TYPES in favor of subclassing games.
by David Benjamin
· 8 years ago
86e95b8
Move libssl's internals into the bssl namespace.
by David Benjamin
· 8 years ago
0e4a448
Add ClientHello no_session_id variant.
by Steven Valdez
· 8 years ago
3a1dd46
Add async certificate verification callback.
by David Benjamin
· 8 years ago
09ed119
Test that record-splitting splits records.
by David Benjamin
· 8 years ago
b853f31
Fix handling of ServerHellos with omitted extensions.
by David Benjamin
· 8 years ago
c386440
Add some timestamps to connect/accept failures.
by David Benjamin
· 8 years ago
2abda63
Fix TLS 1.3 variant fuzzers.
by David Benjamin
· 8 years ago
dbe0158
Implement ContentType TLS 1.3 variant.
by Steven Valdez
· 8 years ago
8a5dcbc
Print the socket error when connect fails.
by David Benjamin
· 8 years ago
1ffb4a4
Route the TLS 1.3 experiment into the fuzzer.
by David Benjamin
· 8 years ago
a502239
Actually test the TLS 1.3 experimental variant.
by David Benjamin
· 8 years ago
038da9b
Move the version to an extension in the experimental TLS 1.3 encoding.
by Steven Valdez
· 8 years ago
08fea48
Fix fuzzer mode test suppressions.
by David Benjamin
· 8 years ago
520e122
Implement experimental alternate encoding of TLS 1.3.
by Steven Valdez
· 8 years ago
a818134
Simplify ChangeCipherSpec code in runner.
by David Benjamin
· 8 years ago
d9cbb53
Fix SSL_version on 0-RTT.
by David Benjamin
· 8 years ago
a1ce856
Test record splitting at all ciphers.
by David Benjamin
· 8 years ago
634f475
Test the Channel IDs are not requested without ECDHE.
by David Benjamin
· 8 years ago
c3648fa
Add tests for SSL_VERIFY_PEER_IF_NO_OBC and fix TLS 1.3.
by David Benjamin
· 8 years ago
364af78
Add some cipher negotiation tests.
by David Benjamin
· 8 years ago
413e79e
Test the client rejects invalid compression methods from the server.
by David Benjamin
· 8 years ago
9343b0b
Don't check renegotiation_info in fuzzer mode.
by David Benjamin
· 8 years ago
0fde2eb
Update TLS fuzzer format with prepended settings.
by David Benjamin
· 8 years ago
c94998a
Revise version negotiation on the Go half.
by Steven Valdez
· 8 years ago
353577c
Fix SSL_set_{min,max}_proto_version APIs in invalid versions.
by David Benjamin
· 8 years ago
5aaaa98
Detect WatchGuard's TLS 1.3 interference failure mode.
by David Benjamin
· 8 years ago
a75fc71
Update fuzzer mode suppressions.
by David Benjamin
· 8 years ago
0391f16
Fix some malloc failure handling.
by David Benjamin
· 8 years ago
e831a81
Adding support for sending early data on the client.
by Steven Valdez
· 8 years ago
24e5886
Add a test for invalid alert types.
by David Benjamin
· 8 years ago
fips-20170615
1967094
Align EVP_PKEY Ed25519 API with upstream.
by David Benjamin
· 8 years ago
8ba6a14
Fix build with VS 2017.
by David Benjamin
· 8 years ago
2d04cf0
Test with IPv6 by default, and IPv4 only if that fails.
by Matthew Braithwaite
· 8 years ago
873ebc9
Improve TestConfig flags for initial and resumption connections.
by Steven Valdez
· 8 years ago
4d1f4ba
Timeout the shim on Accept and Wait.
by David Benjamin
· 8 years ago
2997589
Unwind DHE support from BoGo.
by David Benjamin
· 8 years ago
c88f245
Don't print message when waiting for urandom entropy.
by Adam Langley
· 8 years ago
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
3071
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
· 9 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
· 9 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
· 9 years ago
f2511f1
Send 0-RTT data in bogo.
by Nick Harper
· 9 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
· 9 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
· 9 years ago
Next »