CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/04/22 09:12:20
Modified files:
lib/libssl : ssl_locl.h ssl_sess.c ssl_srvr.c t1_lib.c
Log message:
Pass the session ID down to the session/ticket handling code as a CBS.
Convert ssl_get_prev_session(), tls1_process_ticket() and
tls1_decrypt_ticket() to handle the session ID from the client hello
as a CBS. While here also swap the order of arguments for
tls1_decrypt_ticket() so that it is consistent with the other functions.
ok tb@
