summaryrefslogtreecommitdiff
path: root/src/lib/libssl/d1_srtp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'OPENBSD_5_8_BASE'.OPENBSD_5_8_BASEcvs2svn2015-08-021-473/+0
* Fix SRTP parsing.doug2015-07-311-3/+2
* Convert ssl_parse_serverhello_use_srtp_ext to CBS.doug2015-07-171-10/+15
* test for n<0 before use in CBS_init - mostly to shut up coverity.beck2015-07-151-4/+9
* Convert ssl_parse_clienthello_use_srtp_ext to CBS.doug2015-07-141-40/+23
* Remove trailing whitespace.jsing2014-12-141-9/+9
* Avoid a double-free in an error path.jsing2014-11-271-2/+1
* Sort and group includes.jsing2014-11-161-1/+3
* Fix memory leak upon error in ssl_parse_clienthello_use_srtp_ext().miod2014-07-141-6/+6
* More KNF.jsing2014-06-291-32/+49
* Fix 2 memory leaks.logan2014-06-281-1/+3
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* remove some #if 0 code. we don't need any more reminders that we're usingtedu2014-05-301-10/+0
* More KNF and style consistency tweaksguenther2014-04-191-9/+9
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-141-260/+237
* Import OpenSSL 1.0.1gmiod2014-04-131-2/+3
* import OpenSSL-1.0.1cdjm2012-10-131-0/+493