diff options
author | Theo Buehler <tb@openbsd.org> | 2023-04-28 10:52:41 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-04-28 10:52:41 -0600 |
commit | 9b4a05cbe6d004c5fedeb0ec06f07406245705c5 (patch) | |
tree | 62ed7be677ef9924305a04176624a72dc78feb6e | |
parent | 0b9dd2d1bc9990043cdbd01be1a93bf4da1db914 (diff) | |
download | portable-9b4a05cbe6d004c5fedeb0ec06f07406245705c5.tar.gz portable-9b4a05cbe6d004c5fedeb0ec06f07406245705c5.tar.bz2 portable-9b4a05cbe6d004c5fedeb0ec06f07406245705c5.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -43,7 +43,8 @@ LibreSSL Portable Release Notes: | |||
43 | - Added a new implementation of BN_mod_sqrt(). | 43 | - Added a new implementation of BN_mod_sqrt(). |
44 | - Removed incomplete and dangerous BN_RECURSION code. | 44 | - Removed incomplete and dangerous BN_RECURSION code. |
45 | - Added endbr64 instructions to amd64 assembly. | 45 | - Added endbr64 instructions to amd64 assembly. |
46 | - Imported RFC 5280 policy checking code from BoringSSL. | 46 | - Imported RFC 5280 policy checking code from BoringSSL and used it |
47 | to replace the old exponential time code. | ||
47 | * New features | 48 | * New features |
48 | - Added support for truncated SHA-2 and for SHA-3. | 49 | - Added support for truncated SHA-2 and for SHA-3. |
49 | * Compatibility changes | 50 | * Compatibility changes |
@@ -57,7 +58,7 @@ LibreSSL Portable Release Notes: | |||
57 | - Removed SXNET and NETSCAPE_CERT_SEQUENCE support including the | 58 | - Removed SXNET and NETSCAPE_CERT_SEQUENCE support including the |
58 | openssl(1) nseq command. | 59 | openssl(1) nseq command. |
59 | - Dropped proxy certificate (RFC 3820) support. | 60 | - Dropped proxy certificate (RFC 3820) support. |
60 | - The POLICY_TREE and its related structures and API are no longer public. | 61 | - The POLICY_TREE and its related structures and API were removed. |
61 | - The explicitText user notice uses UTF8String instead of VisibleString | 62 | - The explicitText user notice uses UTF8String instead of VisibleString |
62 | to reduce the risk of emitting certificates with invalid DER-encoding. | 63 | to reduce the risk of emitting certificates with invalid DER-encoding. |
63 | * Bug fixes | 64 | * Bug fixes |