summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2011-11-15 22:59:20 +0000
committerBen Laurie <ben@openssl.org>2011-11-15 22:59:20 +0000
commit333f926d677d12e42279274c525c7b9af52ece8c (patch)
treec8959a02a5ded58c9a410b50678a82e9e35688f7 /CHANGES
parentdce7f142a60a0318054be6a0d838a21af3f4c97f (diff)
Add DTLS-SRTP.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d5e535b593..927b9e7717 100644
--- a/CHANGES
+++ b/CHANGES
@@ -198,6 +198,12 @@
security.
[Emilia Käsper <emilia.kasper@esat.kuleuven.be> (Google)]
+ *) Add DTLS-SRTP negotiation from RFC 5764.
+ [Eric Rescorla]
+
+ *) Add DTLS-SRTP negotiation from RFC 5764.
+ [Eric Rescorla]
+
*) Add Next Protocol Negotiation,
http://tools.ietf.org/html/draft-agl-tls-nextprotoneg-00. Can be
disabled with a no-npn flag to config or Configure. Code donated