Sign in
boringssl
/
boringssl
/
eed2401cac6816e7b46395372e60f76d117b4036
/
ssl
eed2401
Apply SendClientVersion at the end.
by David Benjamin
· 9 years ago
4ac2dc4
Add a comment about ServerHello.supported_groups.
by David Benjamin
· 9 years ago
version_for_cocoapods_6.0
96a16cd
Finish aligning up_ref functions with OpenSSL 1.1.0.
by David Benjamin
· 9 years ago
3e51757d
Enforce the server ALPN protocol was advertised.
by David Benjamin
· 9 years ago
37b486a
Remove optimisation for known DH groups.
by Adam Langley
· 9 years ago
881f196
Make ECDHE_PSK + AES_GCM unmatchable.
by David Benjamin
· 9 years ago
25fe85b
Insert a state before cert_cb.
by David Benjamin
· 9 years ago
fddbadc
Pass a ClientHello into ssl3_choose_cipher.
by David Benjamin
· 9 years ago
1deb41b
Move SCSV handling out of cipher list parsing.
by David Benjamin
· 9 years ago
19d5cf8
Move remaining ScopedContext types out of scoped_types.h
by Martin Kreichgauer
· 9 years ago
e14ff06
Only have one ClientHello parser, not three.
by David Benjamin
· 9 years ago
f71d7ed
Shim-specific configuration file with suppressions and error translation.
by EKR
· 9 years ago
baafa4a
Undo rename of tlsext_tick_lifetime_hint.
by Martin Kreichgauer
· 9 years ago
e7e36aa
Test that switching versions on renego is illegal.
by David Benjamin
· 9 years ago
b919540
Align SSL_SESSION_up_ref with OpenSSL.
by David Benjamin
· 9 years ago
a9c3bf1
Add TLS_{client,server}_method.
by David Benjamin
· 9 years ago
4087df9
Move more side-specific code out of tls13_process_certificate.
by David Benjamin
· 9 years ago
bb9e36e
Test client certificates carry over on session resumption.
by David Benjamin
· 9 years ago
e455e51
Push some duplicated code into ssl_verify_cert_chain.
by David Benjamin
· 9 years ago
56d280d
Remove the SSL_R_SESSION_ID_CONTEXT_UNINITIALIZED sanity check.
by David Benjamin
· 9 years ago
721e8b7
Test that servers enforce session timeouts.
by David Benjamin
· 9 years ago
a20e535
Add a test for session ID context logic.
by David Benjamin
· 9 years ago
33dad1b
Stop pretending to ssl_clear_bad_session.
by David Benjamin
· 9 years ago
cec7344
Add a CBS version of SSL_early_callback_ctx_extension_get.
by David Benjamin
· 9 years ago
1e6f11a
Adding NewSessionTicket.
by Steven Valdez
· 9 years ago
e8e84b9
Reject warning alerts in TLS 1.3.
by David Benjamin
· 9 years ago
7259f2f
Prefix ext_key_share methods.
by Steven Valdez
· 9 years ago
a70de14
Check for trailing data in key_share extension.
by David Benjamin
· 9 years ago
ce079fd
Add SSL_is_dtls.
by David Benjamin
· 9 years ago
da2630c
Remove redundant SSL_VERIFY_PEER check.
by David Benjamin
· 9 years ago
0b3625b
Add support for TLS 1.3 PSK resumption in Go.
by Nick Harper
· 9 years ago
afc64de
Add tests to ensure our ClientHello does not change.
by David Benjamin
· 9 years ago
3ce4389
Move some client/server special-cases out of tls13_process_certificate.
by David Benjamin
· 9 years ago
4501bd5
Align with OpenSSL on SSL_set_bio behavior.
by David Benjamin
· 9 years ago
d4aae0f
Minor typo fixes.
by Adam Langley
· 9 years ago
4890165
Empty signature algorithms in TLS 1.3 CertificateRequest is illegal.
by David Benjamin
· 9 years ago
0c40a96
Send unsupported_extension on unexpected ServerHello extensions.
by David Benjamin
· 9 years ago
636ff1c
Convert rsa_1024_key.pem to a PKCS#8 PEM blob.
by David Benjamin
· 9 years ago
9498e74
Don't have the default value of |verify_result| be X509_V_OK.
by Adam Langley
· 9 years ago
0d1b096
Fix mixed comment markers.
by David Benjamin
· 9 years ago
1dc53d2
Adding handling for KeyUpdate post-handshake message.
by Steven Valdez
· 9 years ago
8e1c7be
Adding Post-Handshake message handling.
by Steven Valdez
· 9 years ago
87eab49
Splitting SSL session state.
by Steven Valdez
· 9 years ago
163f29a
Move post-handshake message handling out of read_app_data.
by David Benjamin
· 9 years ago
e97fb48
Test that V2ClientHello must be the first record.
by David Benjamin
· 9 years ago
173bf93
Accept the special token 'UNTRANSLATED_ERROR' instead of the expected error code when -loose-errors argument is used. Usable for non-bssl shims
by EKR
· 9 years ago
4edca0b
Add BN_rand_range_ex and use internally.
by Brian Smith
· 9 years ago
4792110
Forbid interleaving app data in a HelloRequest.
by David Benjamin
· 9 years ago
17e1292
Make runner's -test parameter take glob patterns.
by David Benjamin
· 9 years ago
4497e58
Switch finish_handshake to release_current_message.
by David Benjamin
· 9 years ago
02edcd0
Reject stray post-Finished messages in DTLS.
by David Benjamin
· 9 years ago
9fd9580
Remove ssl->s3->message_complete in favor of ssl->init_msg.
by David Benjamin
· 9 years ago
a950948
Use SSL3_HM_HEADER_LENGTH a bit more.
by David Benjamin
· 9 years ago
481b9d2
Remove begin_handshake and allocate init_buf lazily.
by David Benjamin
· 9 years ago
7baf681
Convert all of our test private keys to PKCS#8 PEM blobs.
by David Benjamin
· 9 years ago
4905454
Clear init_msg/init_num whenever we clear the backing store.
by David Benjamin
· 9 years ago
bd4679d
Tidy up ssl3_get_message slightly.
by David Benjamin
· 9 years ago
21c0028
Implement KeyUpdate in Go.
by David Benjamin
· 9 years ago
d5a4ecb
Support accepting TLS 1.3 tickets on the Go client.
by David Benjamin
· 9 years ago
5810488
Add support for sending TLS 1.3 tickets in Go.
by David Benjamin
· 9 years ago
4528e2b
Take DHE ciphers out of 1.3 in Go.
by David Benjamin
· 9 years ago
842ae6c
Support unimplemented tests in test runner.
by EKR
· 9 years ago
1d4f4c0
Add SSL_send_fatal_alert.
by David Benjamin
· 9 years ago
12d2c48
Add a packed renegotiation test.
by David Benjamin
· 9 years ago
613fe3b
Call expect_flight and received_flight in the 1.3 logic.
by David Benjamin
· 9 years ago
a68c118
Make SSL_get_extms_support a little friendlier.
by David Benjamin
· 9 years ago
5e7e7cc
Add SSL_set_fallback_version.
by David Benjamin
· 9 years ago
d7573dc
Tweak ssl_early_callback_init.
by David Benjamin
· 9 years ago
5440fe0
Adding HelloRetryRequest.
by Steven Valdez
· 9 years ago
4d90c10
Send extension indicating the TLS 1.3 draft version in Go.
by Nick Harper
· 9 years ago
13f1ebe
Factor out the client_cert_cb code.
by David Benjamin
· 9 years ago
14a077c
Revert "Add tests to ensure our ClientHello does not change."
by David Benjamin
· 9 years ago
69f40df
Add tests to ensure our ClientHello does not change.
by David Benjamin
· 9 years ago
dcfbc67
Implement HelloRetryRequest in Go.
by Nick Harper
· 9 years ago
3a28755
Fix sending draft_version.
by Steven Valdez
· 9 years ago
e776cc2
Implement SSLKEYLOGFILE support for TLS 1.3.
by David Benjamin
· 9 years ago
f2401eb
Add a ssl_hs_flush_and_read_message wait mode.
by David Benjamin
· 9 years ago
e470e66
Test if the ServerHello includes an unknown cipher suite.
by David Benjamin
· 9 years ago
b62d287
Add TLS 1.3 versions of the -Enforced versions.
by David Benjamin
· 9 years ago
8d315d7
Remove enableTLS13Handshake.
by David Benjamin
· 9 years ago
4f92157
Add a TLS 1.3 version of UnsupportedCurve.
by David Benjamin
· 9 years ago
942f4ed
Implement OCSP stapling in TLS 1.3.
by David Benjamin
· 9 years ago
143e8b3
Add TLS 1.3 1-RTT.
by Steven Valdez
· 9 years ago
4ee027f
Allow server supported_curves in TLS 1.3 in Go.
by David Benjamin
· 9 years ago
eeef635
Remove dead code.
by David Benjamin
· 9 years ago
0b8d5da
Add much more aggressive WrongMessageType tests.
by David Benjamin
· 9 years ago
7964b18
Add machinery for testing TLS 1.3 cipher change synchronization.
by David Benjamin
· 9 years ago
6167281
Check for buffered handshake messages on cipher change in DTLS.
by David Benjamin
· 9 years ago
cea0ab4
Reject 1.3 ServerHellos with the RI extension in Go.
by David Benjamin
· 9 years ago
9ec1c75
Add TLS 1.3 version of EmptyCertificateList.
by David Benjamin
· 9 years ago
97d17d9
Run extensions tests at all versions.
by David Benjamin
· 9 years ago
46f94bd
Enforce in Go that all ServerHello extensions are known.
by David Benjamin
· 9 years ago
d3440b4
Give SSL_PRIVATE_KEY_METHOD a message-based API.
by David Benjamin
· 9 years ago
0c0b7e1
Widen SSL_PRIVATE_KEY_METHOD types to include the curve name.
by David Benjamin
· 9 years ago
ca3d545
Add SSL_set_signing_algorithm_prefs.
by David Benjamin
· 9 years ago
0ee2e11
Fixing TLS 1.3 Go Handshake Bugs.
by Steven Valdez
· 9 years ago
bf5aa84
Moving ssl_check_leaf_certificate to ssl_cert.
by Steven Valdez
· 9 years ago
2aad406
Switch application traffic keys at the right time in Go TLS 1.3.
by David Benjamin
· 9 years ago
49ec9bb
Fix ssl3_get_cert_verify key type checks.
by David Benjamin
· 9 years ago
5c900c8
Factor out certificate list parsing.
by David Benjamin
· 9 years ago
Next »