openssl/ssl
Benjamin Kaduk 3bfacb5fd4 Add SSL_new_session_ticket() API
This API requests that the TLS stack generate a (TLS 1.3)
NewSessionTicket message the next time it is safe to do so (i.e., we do
not have other data pending write, which could be mid-record).  For
efficiency, defer actually generating/writing the ticket until there
is other data to write, to avoid producing server-to-client traffic when
not needed.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11416)
2020-05-01 15:10:11 -07:00
..
record Add SSL_new_session_ticket() API 2020-05-01 15:10:11 -07:00
statem Add SSL_new_session_ticket() API 2020-05-01 15:10:11 -07:00
bio_ssl.c Reorganize local header files 2019-09-28 20:26:35 +02:00
build.info If we are multiblock capable make sure we use it 2019-08-14 11:04:09 +01:00
d1_lib.c Reorganize local header files 2019-09-28 20:26:35 +02:00
d1_msg.c Reorganize local header files 2019-09-28 20:26:35 +02:00
d1_srtp.c In OpenSSL builds, declare STACK for datatypes ... 2020-04-24 16:42:46 +02:00
methods.c Update some inclusions of <openssl/macros.h> 2019-11-07 11:37:25 +01:00
pqueue.c Reorganize local header files 2019-09-28 20:26:35 +02:00
s3_cbc.c Update copyright year 2020-04-23 13:55:52 +01:00
s3_enc.c Update copyright year 2020-04-23 13:55:52 +01:00
s3_lib.c In OpenSSL builds, declare STACK for datatypes ... 2020-04-24 16:42:46 +02:00
s3_msg.c Reorganize local header files 2019-09-28 20:26:35 +02:00
ssl_asn1.c Explicitly test against NULL; do not use !p or similar 2019-10-09 21:32:15 +02:00
ssl_cert_table.h Following the license change, modify the boilerplates in ssl/ 2018-12-06 14:20:59 +01:00
ssl_cert.c coverity 1462581 Dereference after null check 2020-04-30 20:21:33 +10:00
ssl_ciph.c In OpenSSL builds, declare STACK for datatypes ... 2020-04-24 16:42:46 +02:00
ssl_conf.c In OpenSSL builds, declare STACK for datatypes ... 2020-04-24 16:42:46 +02:00
ssl_err.c Use a fetched version of SHA256 in tls_process_new_session_ticket() 2020-03-24 16:13:59 +00:00
ssl_init.c Update copyright year 2020-04-23 13:55:52 +01:00
ssl_lib.c Add SSL_new_session_ticket() API 2020-05-01 15:10:11 -07:00
ssl_local.h Add SSL_new_session_ticket() API 2020-05-01 15:10:11 -07:00
ssl_mcnf.c Reorganize local header files 2019-09-28 20:26:35 +02:00
ssl_rsa.c In OpenSSL builds, declare STACK for datatypes ... 2020-04-24 16:42:46 +02:00
ssl_sess.c In OpenSSL builds, declare STACK for datatypes ... 2020-04-24 16:42:46 +02:00
ssl_stat.c Reorganize local header files 2019-09-28 20:26:35 +02:00
ssl_txt.c Update copyright year 2020-04-23 13:55:52 +01:00
ssl_utst.c Reorganize local header files 2019-09-28 20:26:35 +02:00
t1_enc.c Update copyright year 2020-04-23 13:55:52 +01:00
t1_lib.c Fix GOST curve sec bits 2020-04-28 11:40:18 +03:00
t1_trce.c GOST2012 TLS Supported Groups Identifiers Support 2020-04-22 11:22:00 +03:00
tls13_enc.c coverity 1462570 Resource leak 2020-04-30 20:21:32 +10:00
tls_srp.c Update copyright year 2020-04-23 13:55:52 +01:00