summaryrefslogtreecommitdiffstats
path: root/ssl/d1_srtp.c
AgeCommit message (Expand)Author
2020-11-11Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte
2020-09-13Fix safestack issues in ssl.hMatt Caswell
2020-05-15Update copyright yearMatt Caswell
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte
2016-12-08Move client parsing of ServerHello extensions into new frameworkMatt Caswell
2016-12-08Refactor ClientHello extension parsingMatt Caswell
2016-11-04Fix some missed size_t updatesMatt Caswell
2016-09-29Convert ServerHello construction to WPACKETMatt Caswell
2016-09-13Convert tls_construct_client_hello() to use PACKETWMatt Caswell
2016-08-18Indent ssl/Emilia Kasper
2016-06-23Add checks on sk_TYPE_push() returned resultFdaSilvaYY
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-09Free any existing SRTP connection profileMatt Caswell
2016-02-04Add new DTLS-SRTP protection profiles from RFC 7714Dmitry Sobinov
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-09-07PACKETise ServerHello processingMatt Caswell
2015-08-03PACKETise ClientHello processingMatt Caswell
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-02-06dead code cleanup: #if 0 in sslRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-05Additional fix required for no-srtp to workMatt Caswell
2014-12-08Include <openssl/foo.h> instead of "foo.h"Geoff Thorpe
2014-10-15Fix for SRTP Memory LeakMatt Caswell
2012-02-11Submitted by: Eric Rescorla <ekr@rtfm.com>Dr. Stephen Henson
2012-02-10Submitted by: Eric Rescorla <ekr@rtfm.com>Dr. Stephen Henson
2011-11-15Add DTLS-SRTP.Ben Laurie