diff options
author | Theo Buehler <tb@openbsd.org> | 2023-06-15 13:30:23 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-06-15 13:30:23 -0600 |
commit | 4e2abbea666fd47d5d01ece0b099443e9ce01152 (patch) | |
tree | b08fdc32b49145cb2346fa1e8db1c45521dad813 /ChangeLog | |
parent | d7096cc3e19230c63f4ea99b46e4b2df4307ca88 (diff) | |
download | portable-4e2abbea666fd47d5d01ece0b099443e9ce01152.tar.gz portable-4e2abbea666fd47d5d01ece0b099443e9ce01152.tar.bz2 portable-4e2abbea666fd47d5d01ece0b099443e9ce01152.zip |
Update ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -40,6 +40,8 @@ LibreSSL Portable Release Notes: | |||
40 | - Initial cleanup passes for SHA-256 internals. | 40 | - Initial cleanup passes for SHA-256 internals. |
41 | - Converted more libcrypto internals API using CBB and CBS. | 41 | - Converted more libcrypto internals API using CBB and CBS. |
42 | - Removed code guarded by #ifdef ZLIB. | 42 | - Removed code guarded by #ifdef ZLIB. |
43 | - Changed ASN1_item_sign_ctx() and ASN1_item_verify() to work with | ||
44 | Ed25519 and fixed a few bugs in there. | ||
43 | * New features | 45 | * New features |
44 | * Compatibility changes | 46 | * Compatibility changes |
45 | - X509_NAME_get_text_by_{NID,OBJ}() now only succeed if they contain | 47 | - X509_NAME_get_text_by_{NID,OBJ}() now only succeed if they contain |