Mention cleanup and refactoring of ssl_prev_session().

This commit is contained in:
Theo Buehler 2020-10-08 21:35:00 +02:00
parent 617e8e861e
commit 01c146e3a5

View File

@ -84,6 +84,9 @@ LibreSSL Portable Release Notes:
* 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.
* Avoid memset() before memcpy() in CBS_add_bytes().
* Rewrite X509_INFO_{new,free}() more idiomatically.