aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b3e7cf..c820104 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -43,6 +43,7 @@ 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 * New features 47 * New features
47 - Added support for truncated SHA-2 and for SHA-3. 48 - Added support for truncated SHA-2 and for SHA-3.
48 * Compatibility changes 49 * Compatibility changes
@@ -53,6 +54,8 @@ LibreSSL Portable Release Notes:
53 - Removed most public symbols that were deprecated in OpenSSL 0.9.8. 54 - Removed most public symbols that were deprecated in OpenSSL 0.9.8.
54 - Removed X9.31 support. 55 - Removed X9.31 support.
55 - Removed Cipher Text Stealing mode. 56 - Removed Cipher Text Stealing mode.
57 - Removed SXNET and NETSCAPE_CERT_SEQUENCE support including the
58 openssl(1) nseq command.
56 - Dropped proxy certificate (RFC 3820) support. 59 - Dropped proxy certificate (RFC 3820) support.
57 - The POLICY_TREE and its related structures and API are no longer public. 60 - The POLICY_TREE and its related structures and API are no longer public.
58 - The explicitText user notice uses UTF8String instead of VisibleString 61 - The explicitText user notice uses UTF8String instead of VisibleString