aboutsummaryrefslogtreecommitdiff
path: root/ssl/d1_srtp.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-09Free any existing SRTP connection profileMatt Caswell1-0/+2
2016-02-04Add new DTLS-SRTP protection profiles from RFC 7714Dmitry Sobinov1-0/+8
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-09-07PACKETise ServerHello processingMatt Caswell1-15/+9
2015-08-03PACKETise ClientHello processingMatt Caswell1-35/+22
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-1/+1
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz1-2/+2
2015-02-06dead code cleanup: #if 0 in sslRich Salz1-10/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-335/+321
2015-01-05Additional fix required for no-srtp to workMatt Caswell1-1/+1
2014-12-08Include <openssl/foo.h> instead of "foo.h"Geoff Thorpe1-1/+0
2014-10-15Fix for SRTP Memory LeakMatt Caswell1-62/+31
2012-02-11Submitted by: Eric Rescorla <ekr@rtfm.com>Dr. Stephen Henson1-4/+14
2012-02-10Submitted by: Eric Rescorla <ekr@rtfm.com>Dr. Stephen Henson1-10/+59
2011-11-15Add DTLS-SRTP.Ben Laurie1-0/+434