Skip to content

Commit

Permalink
Update ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq committed Jun 28, 2024
1 parent 57a4289 commit 56d32d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ LibreSSL Portable Release Notes:
now vaguely resemble code.
- Rewrote BN_bn2mpi() using CBB.
- Made most error string tables const.
- Removed handling for SSLv2 client hello messages.
* Documentation improvements
- Removed documentation of no longer existing API.
* Testing and proactive security
Expand Down Expand Up @@ -102,6 +103,9 @@ LibreSSL Portable Release Notes:
decrypting with RSA_NO_PADDING and checking the padding in libssl
in constant time. This is possible because the pre-master secret
is of known length based on the size of the RSA key.
- Rewrote SSL_select_next_proto() using CBS, also fixing a buffer
overread that wasn't reachable when used as intended from an
ALPN callback.

3.9.0 - Development release

Expand Down

0 comments on commit 56d32d0

Please sign in to comment.