diff options
author | Theo Buehler <tb@openbsd.org> | 2020-10-08 21:35:00 +0200 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2020-10-17 03:15:28 -0500 |
commit | cfe0081a6dcf46c2f591a7494a3fc05eee1a5c70 (patch) | |
tree | 149b29bb43790f1a4efec023c361a846231e27c8 | |
parent | d3cebddd7f1a57c27ed0a31d7853b4296b8873c1 (diff) | |
download | portable-cfe0081a6dcf46c2f591a7494a3fc05eee1a5c70.tar.gz portable-cfe0081a6dcf46c2f591a7494a3fc05eee1a5c70.tar.bz2 portable-cfe0081a6dcf46c2f591a7494a3fc05eee1a5c70.zip |
Mention cleanup and refactoring of ssl_prev_session().
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -84,6 +84,9 @@ LibreSSL Portable Release Notes: | |||
84 | * Copy the session ID directly in ssl_get_prev_session() instead of | 84 | * Copy the session ID directly in ssl_get_prev_session() instead of |
85 | handing it through several functions for copying. | 85 | handing it through several functions for copying. |
86 | 86 | ||
87 | * Clean up and refactor ssl_get_prev_session(); simplify | ||
88 | tls_decrypt_ticket() and tls1_process_ticket() exit paths. | ||
89 | |||
87 | * Avoid memset() before memcpy() in CBS_add_bytes(). | 90 | * Avoid memset() before memcpy() in CBS_add_bytes(). |
88 | 91 | ||
89 | * Rewrite X509_INFO_{new,free}() more idiomatically. | 92 | * Rewrite X509_INFO_{new,free}() more idiomatically. |