summaryrefslogtreecommitdiff
path: root/ssl/d1_srtp.c
Commit message (Expand)AuthorAgeFilesLines
* Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte2020-11-111-8/+4
* Fix safestack issues in ssl.hMatt Caswell2020-09-131-2/+0
* Update copyright yearMatt Caswell2020-05-151-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in ssl/Richard Levitte2018-12-061-1/+1
* Move client parsing of ServerHello extensions into new frameworkMatt Caswell2016-12-081-57/+0
* Refactor ClientHello extension parsingMatt Caswell2016-12-081-67/+0
* Fix some missed size_t updatesMatt Caswell2016-11-041-2/+3
* Convert ServerHello construction to WPACKETMatt Caswell2016-09-291-24/+0
* Convert tls_construct_client_hello() to use PACKETWMatt Caswell2016-09-131-43/+0
* Indent ssl/Emilia Kasper2016-08-181-12/+9
* Add checks on sk_TYPE_push() returned resultFdaSilvaYY2016-06-231-5/+10
* Copyright consolidation 01/10Rich Salz2016-05-171-107/+7
* 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