summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorKijin Kim <msrndsy@gmail.com>2022-04-04 15:31:04 +0900
committerTomas Mraz <tomas@openssl.org>2022-05-23 10:07:51 +0200
commita425c0fec6eb74c942ca5bca8e27ff0c9f126d48 (patch)
tree0c184574aa4ffe33898765c41031145cf4a8e12d /CHANGES.md
parent091e60c42c5d2a194936da7f4de3ce82527b27a3 (diff)
downloadopenssl-new-a425c0fec6eb74c942ca5bca8e27ff0c9f126d48.tar.gz
Add more SRTP protection profiles
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18030)
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 4f256e65a6..d8c20dba0a 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -24,6 +24,10 @@ OpenSSL 3.1
### Changes between 3.0 and 3.1 [xx XXX xxxx]
+ * Add more SRTP protection profiles from RFC8723 and RFC8269.
+
+ *Kijin Kim*
+
* Extended Kernel TLS (KTLS) to support TLS 1.3 receive offload.
*Daiki Ueno, John Baldwin and Dmitry Podgorny*