]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/statem/statem_clnt.c
Send and receive the ticket_nonce field in a NewSessionTicket
authorMatt Caswell <matt@openssl.org>
Wed, 5 Jul 2017 07:45:46 +0000 (08:45 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 7 Jul 2017 14:02:09 +0000 (15:02 +0100)
commit9b6a82546151d6f971628e2d7828752ee47bfef7
treed06ef726a463be94649301639b19307a59260fc0
parent07ff590f8f2d0affcd89afad103274100bb5705b
Send and receive the ticket_nonce field in a NewSessionTicket

This just adds the processing for sending and receiving the newly added
ticket_nonce field. It doesn't actually use it yet.

Reviewed-by: Ben Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/3852)
ssl/ssl_asn1.c
ssl/ssl_locl.h
ssl/ssl_sess.c
ssl/statem/statem_clnt.c
ssl/statem/statem_srvr.c