openssl/ssl
Matt Caswell cd624ccd41 Don't acknowledge a servername following warning alert in servername cb
If the servername cb decides to send back a warning alert then the
handshake continues, but we should not signal to the client that the
servername has been accepted.

Reviewed-by: Ben Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/10018)
2020-01-30 16:01:26 +00:00
..
record Make sure we use RAND_bytes_ex and RAND_priv_bytes_ex in libssl 2020-01-24 15:12:56 +00:00
statem Don't acknowledge a servername following warning alert in servername cb 2020-01-30 16:01:26 +00:00
bio_ssl.c
build.info
d1_lib.c
d1_msg.c
d1_srtp.c
methods.c
pqueue.c
s3_cbc.c Deprecate the low level MD5 functions. 2020-01-19 10:14:39 +10:00
s3_enc.c
s3_lib.c TLS: use EVP for HMAC throughout libssl. 2020-01-29 19:49:23 +10:00
s3_msg.c
ssl_asn1.c
ssl_cert_table.h
ssl_cert.c
ssl_ciph.c
ssl_conf.c
ssl_err.c
ssl_init.c
ssl_lib.c Fix SSL_get_servername() and SNI behaviour 2020-01-30 16:01:25 +00:00
ssl_local.h TLS: use EVP for HMAC throughout libssl. 2020-01-29 19:49:23 +10:00
ssl_mcnf.c
ssl_rsa.c
ssl_sess.c Make sure we use RAND_bytes_ex and RAND_priv_bytes_ex in libssl 2020-01-24 15:12:56 +00:00
ssl_stat.c
ssl_txt.c
ssl_utst.c
t1_enc.c
t1_lib.c TLS: use EVP for HMAC throughout libssl. 2020-01-29 19:49:23 +10:00
t1_trce.c
tls13_enc.c
tls_srp.c