summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorPauli <ppzgs1@gmail.com>2021-09-25 10:41:02 +1000
committerPauli <ppzgs1@gmail.com>2021-09-25 10:41:02 +1000
commit63d0f4d2b04ed334e534c9f6d0b18262161b0050 (patch)
treeb950ce64af1cda0d8f6b177ee3cae8b01246d441 /CHANGES.md
parent0855591e1f3559313641c13e4b7ce900ce42321c (diff)
Add changes entry indicating that the OBJ_* calls are now thread safe
Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15713)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 84fb4c3f84..dc3008f814 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.