diff options
author | Theo Buehler <tb@openbsd.org> | 2023-07-02 11:21:27 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-07-02 11:21:27 -0600 |
commit | 2493c4737b4bfde179ce8dc34941d832aa992167 (patch) | |
tree | c89713282c87eaa6fc69a3545a0eb87240929bf9 | |
parent | 559f40996a938c8563821e0920974d3779f29c6a (diff) | |
download | portable-2493c4737b4bfde179ce8dc34941d832aa992167.tar.gz portable-2493c4737b4bfde179ce8dc34941d832aa992167.tar.bz2 portable-2493c4737b4bfde179ce8dc34941d832aa992167.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ LibreSSL Portable Release Notes: | |||
50 | - Rewrote and simplified bn_sqr(). | 50 | - Rewrote and simplified bn_sqr(). |
51 | - Removed EC_GROUP precomp machinery. | 51 | - Removed EC_GROUP precomp machinery. |
52 | - Ensure no X.509v3 extensions appear more than once in certificates. | 52 | - Ensure no X.509v3 extensions appear more than once in certificates. |
53 | - Cleaned up various ECDH, ECDSA and EC internals. | ||
53 | * New features | 54 | * New features |
54 | * Compatibility changes | 55 | * Compatibility changes |
55 | - X509_NAME_get_text_by_{NID,OBJ}() now only succeed if they contain | 56 | - X509_NAME_get_text_by_{NID,OBJ}() now only succeed if they contain |