Sign in
boringssl
/
boringssl
/
2e22d1b3cb2415ffdf229d7039489f7fcd971546
/
ssl
/
ssl_versions.cc
72b095d
Reword some comments.
by David Benjamin
· 4 years, 9 months ago
58d56f4
Enable TLS 1.3 by default.
by Matthew Braithwaite
· 5 years ago
12049fd
Add |SSL_get_min_proto_version| and |SSL_get_max_proto_version|
by Alessandro Ghedini
· 5 years ago
95dd54e
Have some more fun with spans.
by David Benjamin
· 6 years ago
a4af5f8
Support get versions with get_{min,max}_proto_version for context
by Nitish Sakhawalkar
· 6 years ago
3cbb029
Allow configuring QUIC method per-connection
by Alessandro Ghedini
· 6 years ago
b84674b
Delete the variants/draft code.
by Steven Valdez
· 7 years ago
6965d25
Work around a JDK 11 TLS 1.3 bug.
by David Benjamin
· 6 years ago
c8e0f90
Add an interface for QUIC integration.
by Steven Valdez
· 7 years ago
8c7c635
Support symbol prefixes
by Joshua Liebow-Feeser
· 7 years ago
6855e0a
Switch the default TLS 1.3 variant to tls13_rfc.
by David Benjamin
· 7 years ago
d451453
Implement final TLS 1.3 RFC!!!
by Steven Valdez
· 7 years ago
c59b9aa
Remove more remnants of SSLv3.
by David Benjamin
· 7 years ago
9bb15f5
Remove SSL 3.0 implementation.
by David Benjamin
· 7 years ago
fec83fc
Order draft-28 over draft-23.
by David Benjamin
· 7 years ago
56c4ed9
Allow enabling all TLS 1.3 variants by setting |tls13_default|.
by Steven Valdez
· 7 years ago
0e9e0ba
SSL_apply_handback: check that SSL version is valid.
by Matthew Braithwaite
· 7 years ago
b7bc80a
SSL_CONFIG: new struct for sheddable handshake configuration.
by Matthew Braithwaite
· 7 years ago
861f384
Implement TLS 1.3 draft28.
by Steven Valdez
· 7 years ago
7e5dd25
Remove draft22 and experiment2.
by Steven Valdez
· 7 years ago
74666da
Update key share extension number for draft23.
by Steven Valdez
· 7 years ago
64cc121
Remove deprecated TLS 1.3 variants.
by Steven Valdez
· 7 years ago
f98b582
Fix tls13_variant check to check max_version.
by Steven Valdez
· 7 years ago
ba8f186
Disable 'draft 22' by default.
by Steven Valdez
· 7 years ago
964b237
Implement PR 1091 (TLS 1.3 draft '22').
by Steven Valdez
· 7 years ago
cd8470f
Adding support for draft 21 as a TLS 1.3 variant.
by Steven Valdez
· 7 years ago
d1e3ce1
Rename ssl3_send_alert and ssl3_protocol_version.
by David Benjamin
· 7 years ago
a4bafd3
Add SSL_SESSION_{get,set}_protocol_version.
by David Benjamin
· 7 years ago
4c7f5fa
Remove old TLS 1.3 variants (NoSessionID and RecordType).
by Steven Valdez
· 7 years ago
ed9aed1
int to bool in ssl_versions.cc.
by David Benjamin
· 7 years ago
c7d4d21
Add experiment without client CCS and fix session ID bug.
by Steven Valdez
· 8 years ago
1682126
Add Experiment 2
by Steven Valdez
· 8 years ago
c11ea942
Convert comments in ssl.
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
dbe0158
Implement ContentType TLS 1.3 variant.
by Steven Valdez
· 8 years ago
0238d8f
Switch more files to C++.
by David Benjamin
· 8 years ago
[Renamed from ssl/ssl_versions.c]
52586f9
Adding TLS 1.3 variant to SSL*.
by Steven Valdez
· 8 years ago
520e122
Implement experimental alternate encoding of TLS 1.3.
by Steven Valdez
· 8 years ago
d9cbb53
Fix SSL_version on 0-RTT.
by David Benjamin
· 8 years ago
353577c
Fix SSL_set_{min,max}_proto_version APIs in invalid versions.
by David Benjamin
· 8 years ago
8f36c51
Revise version negotiation logic on the C side.
by Steven Valdez
· 8 years ago