diff options
author | Theo Buehler <tb@openbsd.org> | 2024-12-10 05:47:31 -0700 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-12-10 05:50:23 -0700 |
commit | 915f39dc8cd812dcc4961672506d8c3f6b841dea (patch) | |
tree | 65b0d37e4aa6f36448a6932fff548f067bacc63d | |
parent | 393106f71d00436423213513cbad331d25b2da08 (diff) | |
download | portable-915f39dc8cd812dcc4961672506d8c3f6b841dea.tar.gz portable-915f39dc8cd812dcc4961672506d8c3f6b841dea.tar.bz2 portable-915f39dc8cd812dcc4961672506d8c3f6b841dea.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -53,6 +53,9 @@ LibreSSL Portable Release Notes: | |||
53 | - All elliptic curves over fields with less than 224 bits and a | 53 | - All elliptic curves over fields with less than 224 bits and a |
54 | few more were removed from the built-in curves. This includes | 54 | few more were removed from the built-in curves. This includes |
55 | all WTLS curves and P-192. | 55 | all WTLS curves and P-192. |
56 | * New features | ||
57 | - libtls has a new tls_peer_cert_common_name() API call to retrieve | ||
58 | the peer's common name without having to inspect the PEM. | ||
56 | * Bug fixes | 59 | * Bug fixes |
57 | - Plugged a leak in eckey_compute_pubkey(). | 60 | - Plugged a leak in eckey_compute_pubkey(). |
58 | * Testing and proactive security | 61 | * Testing and proactive security |