Sign in
boringssl
/
boringssl.git
/
6965d25602754bc419c5f757d008ba1f4da49ae4
/
ssl
/
handshake.cc
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
1c337e5
Option to reverify certs on resumption.
by Jesse Selover
· 7 years ago
0a3e07a
Remove custom extensions support.
by David Benjamin
· 7 years ago
50596f8
Switch some easy SSL fields to UniquePtr.
by David Benjamin
· 7 years ago
bfdd1a9
Give SSL_SESSION a destructor.
by David Benjamin
· 7 years ago
9bb15f5
Remove SSL 3.0 implementation.
by David Benjamin
· 7 years ago
a307cb7
Preliminary support for compressed certificates.
by Adam Langley
· 7 years ago
911cc0a
The legacy client OCSP callback should run without server OCSP.
by David Benjamin
· 7 years ago
103ed08
Implement legacy OCSP APIs for libssl.
by David Benjamin
· 7 years ago
b7bc80a
SSL_CONFIG: new struct for sheddable handshake configuration.
by Matthew Braithwaite
· 7 years ago
56986f9
Hand back ECDHE split handshakes after the first server message.
by Matthew Braithwaite
· 7 years ago
3fe8fa7
Add initial, experimental support for split handshakes.
by Adam Langley
· 7 years ago
5301c10
ssl_verify_peer_cert: implement |SSL_VERIFY_NONE| as advertised.
by Matthew Braithwaite
· 7 years ago
a7bc944
Don't use the client_random entropy for GREASE.
by David Benjamin
· 7 years ago
964b237
Implement PR 1091 (TLS 1.3 draft '22').
by Steven Valdez
· 7 years ago
32ce0ac
Move init_buf and rwstate into SSL3_STATE.
by David Benjamin
· 7 years ago
8e7bbba
Use more scopers.
by David Benjamin
· 7 years ago
ea712e3
Make SSL3_BUFFER a proper C++ class.
by David Benjamin
· 7 years ago
f6632da
Make all read errors idempotent.
by David Benjamin
· 7 years ago
d9229f9
Lift BIO above SSL_PROTOCOL_METHOD.
by David Benjamin
· 7 years ago
97250f4
Switch a bunch of things from int to bool.
by David Benjamin
· 7 years ago
75a1f23
Have a bit more fun with Span.
by David Benjamin
· 7 years ago
00f48c8
Rename and move a few more ssl3_ functions around.
by David Benjamin
· 7 years ago
d1e3ce1
Rename ssl3_send_alert and ssl3_protocol_version.
by David Benjamin
· 7 years ago
a84b6f2
Fix comment.
by David Benjamin
· 7 years ago
e52f4c4
Replay the entire error queue on ssl_hs_error.
by David Benjamin
· 7 years ago
b949355
Add bssl::Span<T>::subspan and use it.
by David Benjamin
· 8 years ago
b1cf48e
Store the peer_sigalgs as an Array.
by David Benjamin
· 8 years ago
879efc3
Switch more things to Array.
by David Benjamin
· 8 years ago
08f5c76
Convert more things to Array.
by David Benjamin
· 8 years ago
cf0ce67
Use Span and Array for the curve list.
by David Benjamin
· 8 years ago
499742c
Introduce bssl::Array<T> and use it in SSLKeyShare.
by David Benjamin
· 8 years ago
b7e5b08
Remove some redundant OPENSSL_cleanses.
by David Benjamin
· 8 years ago
6dc892f
Remove redundant calls to |OPENSSL_cleanse| and |OPENSSL_realloc_clean|.
by Martin Kreichgauer
· 8 years ago
74795b3
More miscellaneous bools.
by David Benjamin
· 8 years ago
fd45ee7
Replace bits in SSL_HANDSHAKE with bool.
by David Benjamin
· 8 years ago
d816874
Set SSL_in_init to false before new_session_cb.
by Steven Valdez
· 8 years ago
6abaa31
Remove unnecessary parameter.
by David Benjamin
· 8 years ago
c11ea942
Convert comments in ssl.
by David Benjamin
· 8 years ago
4d71a9a
Migrate TLS 1.2 and below state machines to the new style.
by Steven Valdez
· 8 years ago