CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/08/31 08:34:01
Modified files:
lib/libssl : ssl_locl.h ssl_sess.c t1_lib.c
Log message:
Return code tweaks for session ticket handlers
In tls1_process_ticket() and tls_decrypt_ticket() use #defines with
descriptive names instead of hardcoding -1 1 2 3 4 and occasionally
explaining the magic numbers with comments.
ok beck inoguchi
