aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/d1_srtp.c
Commit message (Expand)AuthorAgeFilesLines
* Free any existing SRTP connection profileMatt Caswell2016-05-091-0/+2
* Add new DTLS-SRTP protection profiles from RFC 7714Dmitry Sobinov2016-02-041-0/+8
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* PACKETise ServerHello processingMatt Caswell2015-09-071-15/+9
* PACKETise ClientHello processingMatt Caswell2015-08-031-35/+22
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-1/+1
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-2/+2
* dead code cleanup: #if 0 in sslRich Salz2015-02-061-10/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-335/+321
* Additional fix required for no-srtp to workMatt Caswell2015-01-051-1/+1
* Include <openssl/foo.h> instead of "foo.h"Geoff Thorpe2014-12-081-1/+0
* Fix for SRTP Memory LeakMatt Caswell2014-10-151-62/+31
* Submitted by: Eric Rescorla <ekr@rtfm.com>Dr. Stephen Henson2012-02-111-4/+14
* Submitted by: Eric Rescorla <ekr@rtfm.com>Dr. Stephen Henson2012-02-101-10/+59
* Add DTLS-SRTP.Ben Laurie2011-11-151-0/+434