aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-08-11 17:18:24 -0600
committerTheo Buehler <tb@openbsd.org>2023-08-11 17:18:24 -0600
commit761c90d45bbcfe5b874d576aaf5ad4c1228c7bed (patch)
treedb743cd475dccd2e1c1b4561db95654304f663f5
parent3b0e389fc36461cbac435b982dbd0f722d281f0b (diff)
downloadportable-761c90d45bbcfe5b874d576aaf5ad4c1228c7bed.tar.gz
portable-761c90d45bbcfe5b874d576aaf5ad4c1228c7bed.tar.bz2
portable-761c90d45bbcfe5b874d576aaf5ad4c1228c7bed.zip
Update ChangeLog
-rw-r--r--ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 71d8114..ef62523 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -56,8 +56,10 @@ LibreSSL Portable Release Notes:
56 - Rewrote OBJ_find_sigid_algs() and OBJ_find_sigid_by_algs(). 56 - Rewrote OBJ_find_sigid_algs() and OBJ_find_sigid_by_algs().
57 - Various improvements in the 'simple' EC code. 57 - Various improvements in the 'simple' EC code.
58 - Fix OPENSSL_cpuid_setup() invocations on arm/aarch64. 58 - Fix OPENSSL_cpuid_setup() invocations on arm/aarch64.
59 - Fixed numerous leaks and other minor bugs in RSA, DH, DSA and EC 59 - Reduced the dependency of hash implementations on many layers of
60 ASN.1 methods. Unified the coding style. 60 macros. This results in significant speedups since modern compilers
61 are now less confused.
62 - Significantly simplified the BN_BLINDING internals used in RSA.
61 * New features 63 * New features
62 * Compatibility changes 64 * Compatibility changes
63 - X509_NAME_get_text_by_{NID,OBJ}() now only succeed if they contain 65 - X509_NAME_get_text_by_{NID,OBJ}() now only succeed if they contain
@@ -81,6 +83,8 @@ LibreSSL Portable Release Notes:
81 each other. 83 each other.
82 - Made EVP_PKEY_set1_hkdf_key() fail on a NULL key. 84 - Made EVP_PKEY_set1_hkdf_key() fail on a NULL key.
83 - Plugged leaks in BIO_chain_dup(). 85 - Plugged leaks in BIO_chain_dup().
86 - Fixed numerous leaks and other minor bugs in RSA, DH, DSA and EC
87 ASN.1 methods. Unified the coding style.
84 * Documentation improvements 88 * Documentation improvements
85 - Made it very explicit that the verify callback should not be used. 89 - Made it very explicit that the verify callback should not be used.
86 - Called out that the CRL lastUpdate is standardized as thisUpdate. 90 - Called out that the CRL lastUpdate is standardized as thisUpdate.