=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/68.html,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- www/68.html 2020/10/08 17:41:42 1.62 +++ www/68.html 2020/10/08 19:32:53 1.63 @@ -528,6 +528,7 @@
  • Make the message type available in the internal TLS extensions API functions.
  • Numerous openssl(1) subcommands were converted to the new option handling.
  • Copy the session ID directly in ssl_get_prev_session() instead of handing it through several functions for copying. +
  • Clean up and refactor ssl_get_prev_session(); simplify tls_decrypt_ticket() and tls1_process_ticket() exit paths.
  • Portable Improvements