summaryrefslogtreecommitdiff
path: root/src/lib/libssl/d1_srtp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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