[openssl] openssl-3.0 update

Matt Caswell matt at openssl.org
Tue Dec 14 12:48:01 UTC 2021


The branch openssl-3.0 has been updated
       via  5cca8ff84fea936dc845d0449380f8390fecd679 (commit)
      from  2daa2a0d00c39e9ff1d79d296c3d48b3db1e72ce (commit)


- Log -----------------------------------------------------------------
commit 5cca8ff84fea936dc845d0449380f8390fecd679
Author: Tomas Mraz <tomas at openssl.org>
Date:   Mon Dec 13 15:27:20 2021 +0100

    Add some CHANGES.md entries for the 3.0.1 release
    
    Reviewed-by: Paul Dale <pauli at openssl.org>
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/17264)

-----------------------------------------------------------------------

Summary of changes:
 CHANGES.md | 45 +++++++++++++++++++++++++++++++++++++++++++++
 NEWS.md    |  3 ++-
 2 files changed, 47 insertions(+), 1 deletion(-)

diff --git a/CHANGES.md b/CHANGES.md
index a8c1bb51ab..37533e8f82 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -36,6 +36,51 @@ breaking changes, and mappings for the large list of deprecated functions.
 
    *Richard Levitte*
 
+ * Fixed EVP_PKEY_eq() to make it possible to use it with strictly private
+   keys.
+
+   *Richard Levitte*
+
+ * Fixed PVK encoder to properly query for the passphrase.
+
+   *Tomáš Mráz*
+
+ * Multiple fixes in the OSSL_HTTP API functions.
+
+   *David von Oheimb*
+
+ * Allow sign extension in OSSL_PARAM_allocate_from_text() for the
+   OSSL_PARAM_INTEGER data type and return error on negative numbers
+   used with the OSSL_PARAM_UNSIGNED_INTEGER data type. Make
+   OSSL_PARAM_BLD_push_BN{,_pad}() return an error on negative numbers.
+
+   *Richard Levitte*
+
+ * Allow copying uninitialized digest contexts with EVP_MD_CTX_copy_ex.
+
+   *Tomáš Mráz*
+
+ * Fixed detection of ARMv7 and ARM64 CPU features on FreeBSD.
+
+   *Allan Jude*
+
+ * Avoid loading of a dynamic engine twice.
+
+   *Bernd Edlinger*
+
+ * Multiple threading fixes.
+
+   *Matt Caswell*
+
+ * Added NULL digest implementation to keep compatibility with 1.1.1 version.
+
+   *Tomáš Mráz*
+
+ * Allow fetching an operation from the provider that owns an unexportable key
+   as a fallback if that is still allowed by the property query.
+
+   *Richard Levitte*
+
 ### Changes between 1.1.1 and 3.0.0 [7 sep 2021]
 
  * TLS_MAX_VERSION, DTLS_MAX_VERSION and DTLS_MIN_VERSION constants are now
diff --git a/NEWS.md b/NEWS.md
index 0b1fc5fe97..047b38dd88 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -20,7 +20,8 @@ OpenSSL 3.0
 
 ### Major changes between OpenSSL 3.0.0 and OpenSSL 3.0.1 [under development]
 
- *
+ * Allow fetching an operation from the provider that owns an unexportable key
+   as a fallback if that is still allowed by the property query.
 
 ### Major changes between OpenSSL 1.1.1 and OpenSSL 3.0.0 [7 sep 2021]
 


More information about the openssl-commits mailing list