boringssl/ssl
Steven Valdez 384d0eaf19 Make SSL_get_current_cipher valid during QUIC callbacks.
Update-Note: This effectively reverts https://boringssl-review.googlesource.com/4733,
which was an attempt at a well-defined story during renegotiation and pre-handshake.
This is a behavior change, though one that matches OpenSSL upstream. It is also more
consistent with other functions, such as SSL_get_curve_id. Renegotiation is now
opt-in, so this is less critical, and, if we change the behavior mid-renegotiation,
we should do it consistently to all getters.

Change-Id: Ica6b386fb7c5ac524395de6650642edd27cac36f
Reviewed-on: https://boringssl-review.googlesource.com/c/32904
Reviewed-by: David Benjamin <davidben@google.com>
Commit-Queue: David Benjamin <davidben@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
2018-11-06 19:04:48 +00:00
..
test Make SSL_get_current_cipher valid during QUIC callbacks. 2018-11-06 19:04:48 +00:00
bio_ssl.cc Switch a number of files to C++. 2017-07-12 20:54:02 +00:00
CMakeLists.txt Support symbol prefixes 2018-09-06 20:07:52 +00:00
d1_both.cc Remove the add_alert hook. 2018-09-15 00:55:02 +00:00
d1_lib.cc Support symbol prefixes 2018-09-06 20:07:52 +00:00
d1_pkt.cc Support symbol prefixes 2018-09-06 20:07:52 +00:00
d1_srtp.cc A bunch more scopers. 2018-07-06 19:43:08 +00:00
dtls_method.cc Remove the add_alert hook. 2018-09-15 00:55:02 +00:00
dtls_record.cc Another batch of bools. 2018-09-07 15:06:55 +00:00
handoff.cc Serialize SSL curve list in handoff and check it on application. 2018-11-06 01:19:10 +00:00
handshake_client.cc Add an interface for QUIC integration. 2018-10-31 20:38:10 +00:00
handshake_server.cc Support symbol prefixes 2018-09-06 20:07:52 +00:00
handshake.cc Add an interface for QUIC integration. 2018-10-31 20:38:10 +00:00
internal.h Serialize SSL curve list in handoff and check it on application. 2018-11-06 01:19:10 +00:00
s3_both.cc Buffer up QUIC data within a level internally. 2018-11-01 13:52:43 +00:00
s3_lib.cc Support symbol prefixes 2018-09-06 20:07:52 +00:00
s3_pkt.cc Add an interface for QUIC integration. 2018-10-31 20:38:10 +00:00
span_test.cc Support symbol prefixes 2018-09-06 20:07:52 +00:00
ssl_aead_ctx.cc Add an interface for QUIC integration. 2018-10-31 20:38:10 +00:00
ssl_asn1.cc Support symbol prefixes 2018-09-06 20:07:52 +00:00
ssl_buffer.cc Support symbol prefixes 2018-09-06 20:07:52 +00:00
ssl_cert.cc Another batch of bools. 2018-09-07 15:06:55 +00:00
ssl_cipher.cc Serialize SSL configuration in handoff and check it on application. 2018-11-02 19:45:42 +00:00
ssl_file.cc Avoid modifying stack in sk_find. 2018-04-12 21:02:12 +00:00
ssl_key_share.cc Serialize SSL curve list in handoff and check it on application. 2018-11-06 01:19:10 +00:00
ssl_lib.cc Make SSL_get_current_cipher valid during QUIC callbacks. 2018-11-06 19:04:48 +00:00
ssl_privkey.cc Another batch of bools. 2018-09-07 15:06:55 +00:00
ssl_session.cc Support symbol prefixes 2018-09-06 20:07:52 +00:00
ssl_stat.cc Remove trailing whitespace from ssl/. 2018-02-26 22:05:13 +00:00
ssl_test.cc Make SSL_get_current_cipher valid during QUIC callbacks. 2018-11-06 19:04:48 +00:00
ssl_transcript.cc Support symbol prefixes 2018-09-06 20:07:52 +00:00
ssl_versions.cc Add an interface for QUIC integration. 2018-10-31 20:38:10 +00:00
ssl_x509.cc Fix undefined function pointer casts in {d2i,i2d}_Foo_{bio,fp} 2018-10-01 17:34:53 +00:00
t1_enc.cc Support symbol prefixes 2018-09-06 20:07:52 +00:00
t1_lib.cc Reorder some extensions to better match Firefox. 2018-09-07 17:59:18 +00:00
tls13_both.cc Add an interface for QUIC integration. 2018-10-31 20:38:10 +00:00
tls13_client.cc Add an interface for QUIC integration. 2018-10-31 20:38:10 +00:00
tls13_enc.cc Add an interface for QUIC integration. 2018-10-31 20:38:10 +00:00
tls13_server.cc Add an interface for QUIC integration. 2018-10-31 20:38:10 +00:00
tls_method.cc Remove the add_alert hook. 2018-09-15 00:55:02 +00:00
tls_record.cc Another batch of bools. 2018-09-07 15:06:55 +00:00