From: Pauli Date: Sat, 25 Sep 2021 00:41:02 +0000 (+1000) Subject: Add changes entry indicating that the OBJ_* calls are now thread safe X-Git-Tag: openssl-3.2.0-alpha1~3526 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63d0f4d2b04ed334e534c9f6d0b18262161b0050;p=thirdparty%2Fopenssl.git Add changes entry indicating that the OBJ_* calls are now thread safe Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/15713) --- diff --git a/CHANGES.md b/CHANGES.md index 84fb4c3f842..dc3008f814d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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.