diff options
| author | Theo Buehler <tb@openbsd.org> | 2020-10-08 21:35:00 +0200 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2020-10-08 21:35:00 +0200 |
| commit | 01c146e3a5b8aa8594629af108df9c388fcdc951 (patch) | |
| tree | 6ea1c27bc75315d2e0ef252196ed84ced64e2f66 | |
| parent | 617e8e861e83b1b250019e750c8d127761df3e68 (diff) | |
| download | portable-01c146e3a5b8aa8594629af108df9c388fcdc951.tar.gz portable-01c146e3a5b8aa8594629af108df9c388fcdc951.tar.bz2 portable-01c146e3a5b8aa8594629af108df9c388fcdc951.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. |
