summaryrefslogtreecommitdiff
path: root/src/lib/libssl/d1_srtp.c (follow)
Commit message (Collapse)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
| | | | | | | jsing@ noticed that during the CBS conversion, an extra CBS_len comparison was introduced. It should be 0 after extracting MKI. ok jsing@ bcook@ deraadt@
* Convert ssl_parse_serverhello_use_srtp_ext to CBS.doug2015-07-171-10/+15
| | | | ok miod@ jsing@
* test for n<0 before use in CBS_init - mostly to shut up coverity.beck2015-07-151-4/+9
| | | | reluctant ok miod@
* Convert ssl_parse_clienthello_use_srtp_ext to CBS.doug2015-07-141-40/+23
| | | | ok miod@ jsing@
* Remove trailing whitespace.jsing2014-12-141-9/+9
|
* Avoid a double-free in an error path.jsing2014-11-271-2/+1
| | | | | | Reported by Felix Groebert of the Google Security Team. ok beck@ miod@
* 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
| | | | From BoringSSL.
* More KNF.jsing2014-06-291-32/+49
|
* Fix 2 memory leaks.logan2014-06-281-1/+3
| | | | | | (Thanks to Brent Cook) OK from tedu@
* 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
| | | | a not quite appropriate data structure. ok jsing
* 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
| | | | | readable. This pass is whitespace only and can readily be verified using tr and md5.
* Import OpenSSL 1.0.1gmiod2014-04-131-2/+3
|
* import OpenSSL-1.0.1cdjm2012-10-131-0/+493