diff options
| author | Theo Buehler <tb@openbsd.org> | 2024-06-28 09:36:56 -0600 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2024-06-28 09:36:56 -0600 |
| commit | 56d32d01f0a6b48a5c0bdad29e251d005ae02897 (patch) | |
| tree | cabbbe4a4fe4be9cb359af5ffb4837d9720d8053 | |
| parent | 57a4289e8d9d6dbc46b668546f9d51cc8e6645ea (diff) | |
| download | portable-56d32d01f0a6b48a5c0bdad29e251d005ae02897.tar.gz portable-56d32d01f0a6b48a5c0bdad29e251d005ae02897.tar.bz2 portable-56d32d01f0a6b48a5c0bdad29e251d005ae02897.zip | |
Update ChangeLog
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -64,6 +64,7 @@ LibreSSL Portable Release Notes: | |||
| 64 | now vaguely resemble code. | 64 | now vaguely resemble code. |
| 65 | - Rewrote BN_bn2mpi() using CBB. | 65 | - Rewrote BN_bn2mpi() using CBB. |
| 66 | - Made most error string tables const. | 66 | - Made most error string tables const. |
| 67 | - Removed handling for SSLv2 client hello messages. | ||
| 67 | * Documentation improvements | 68 | * Documentation improvements |
| 68 | - Removed documentation of no longer existing API. | 69 | - Removed documentation of no longer existing API. |
| 69 | * Testing and proactive security | 70 | * Testing and proactive security |
| @@ -102,6 +103,9 @@ LibreSSL Portable Release Notes: | |||
| 102 | decrypting with RSA_NO_PADDING and checking the padding in libssl | 103 | decrypting with RSA_NO_PADDING and checking the padding in libssl |
| 103 | in constant time. This is possible because the pre-master secret | 104 | in constant time. This is possible because the pre-master secret |
| 104 | is of known length based on the size of the RSA key. | 105 | is of known length based on the size of the RSA key. |
| 106 | - Rewrote SSL_select_next_proto() using CBS, also fixing a buffer | ||
| 107 | overread that wasn't reachable when used as intended from an | ||
| 108 | ALPN callback. | ||
| 105 | 109 | ||
| 106 | 3.9.0 - Development release | 110 | 3.9.0 - Development release |
| 107 | 111 | ||
