diff options
author | Ingela Anderton Andin <[email protected]> | 2018-08-27 16:41:07 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2018-09-04 16:28:13 +0200 |
commit | d46735a1085e280989856b5c383fdd032d93a6b6 (patch) | |
tree | 8bbcdea868a3213d0ef97c3ab1be93663655bec8 /lib/ssl/src/dtls_handshake.hrl | |
parent | 572fed38106ccd490352bceb3fcecb34f33f9e18 (diff) | |
download | otp-d46735a1085e280989856b5c383fdd032d93a6b6.tar.gz otp-d46735a1085e280989856b5c383fdd032d93a6b6.tar.bz2 otp-d46735a1085e280989856b5c383fdd032d93a6b6.zip |
ssl: Add initial TLS 1.3 hanshake encode/decode support
Diffstat (limited to 'lib/ssl/src/dtls_handshake.hrl')
-rw-r--r-- | lib/ssl/src/dtls_handshake.hrl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ssl/src/dtls_handshake.hrl b/lib/ssl/src/dtls_handshake.hrl index 50e92027d2..a16489bbd1 100644 --- a/lib/ssl/src/dtls_handshake.hrl +++ b/lib/ssl/src/dtls_handshake.hrl @@ -56,4 +56,11 @@ fragment }). +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% RFC 7764 Datagram Transport Layer Security (DTLS) Extension to Establish Keys +%% for the Secure Real-time Transport Protocol (SRTP) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Not supported +-define(USE_SRTP, 14). + -endif. % -ifdef(dtls_handshake). |