openssl/ssl
Matt Caswell f7506416b1 Keep the DTLS timer running after the end of the handshake if appropriate
During a full handshake the server is the last one to "speak". The timer
should continue to run until we know that the client has received our last
flight (e.g. because we receive some application data).

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6170)
2018-05-08 09:40:17 +01:00
..
record Keep the DTLS timer running after the end of the handshake if appropriate 2018-05-08 09:40:17 +01:00
statem Keep the DTLS timer running after the end of the handshake if appropriate 2018-05-08 09:40:17 +01:00
bio_ssl.c
build.info
d1_lib.c
d1_msg.c
d1_srtp.c
methods.c
packet_locl.h
packet.c Update copyright year 2018-04-17 15:18:40 +02:00
pqueue.c Update copyright year 2018-04-17 15:18:40 +02:00
s3_cbc.c
s3_enc.c
s3_lib.c Fix typo in the definition of tls13_ciphers 2018-04-26 16:35:12 +01:00
s3_msg.c
ssl_asn1.c
ssl_cert_table.h
ssl_cert.c
ssl_ciph.c Fix configuration of TLSv1.3 ciphersuites 2018-04-04 16:17:26 +01:00
ssl_conf.c Improve backwards compat with 1.0.2 for ECDHParameters 2018-04-24 09:09:43 +01:00
ssl_err.c Fix last(?) batch of malloc-NULL places 2018-04-26 14:02:24 -04:00
ssl_init.c Add a config option to disable automatic config loading 2018-04-17 16:33:15 +02:00
ssl_lib.c Fix SSL_get_shared_ciphers() 2018-05-02 23:30:46 +01:00
ssl_locl.h Fix comment in ssl_locl.h 2018-05-02 23:30:46 +01:00
ssl_mcnf.c Move the loading of the ssl_conf module to libcrypto 2018-04-05 15:30:12 +01:00
ssl_rsa.c
ssl_sess.c
ssl_stat.c
ssl_txt.c
ssl_utst.c
t1_enc.c
t1_lib.c Fix the MAX_CURVELIST definition 2018-04-25 10:20:43 +01:00
t1_trce.c Fix mixed indentation (and other whitespace issues) 2018-04-26 21:34:46 +02:00
tls13_enc.c Add support for logging early exporter secret 2018-04-18 08:15:00 +01:00
tls_srp.c