]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add changes entry indicating that the OBJ_* calls are now thread safe
authorPauli <ppzgs1@gmail.com>
Sat, 25 Sep 2021 00:41:02 +0000 (10:41 +1000)
committerPauli <ppzgs1@gmail.com>
Sat, 25 Sep 2021 00:41:02 +0000 (10:41 +1000)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15713)

CHANGES.md

index 84fb4c3f84219f396eda8b72694b09131461a99f..dc3008f814df89b1cc433760754ee90d9b7cf760 100644 (file)
@@ -24,6 +24,10 @@ OpenSSL 3.1
 
 ### Changes between 3.0 and 3.1 [xx XXX xxxx]
 
+ * The various OBJ_* functions have been made thread safe.
+
+   *Paul Dale*
+
  * CCM8 cipher suites in TLS have been downgraded to security level zero
    because they use a short authentication tag which lowers their strength.