aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c820104..4c2743d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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