summaryrefslogtreecommitdiff
path: root/lib/libssl/d1_srtp.c
AgeCommit message (Expand)Author
2015-07-31Fix SRTP parsing.Doug Hogan
2015-07-17Convert ssl_parse_serverhello_use_srtp_ext to CBS.Doug Hogan
2015-07-15test for n<0 before use in CBS_init - mostly to shut up coverity.Bob Beck
2015-07-14Convert ssl_parse_clienthello_use_srtp_ext to CBS.Doug Hogan
2014-12-14Remove trailing whitespace.Joel Sing
2014-11-27Avoid a double-free in an error path.Joel Sing
2014-11-16Sort and group includes.Joel Sing
2014-07-14Fix memory leak upon error in ssl_parse_clienthello_use_srtp_ext().Miod Vallat
2014-06-29More KNF.Joel Sing
2014-06-28Fix 2 memory leaks.Loganaden Velvindron
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-05-30remove some #if 0 code. we don't need any more reminders that we're usingTed Unangst
2014-04-19More KNF and style consistency tweaksPhilip Guenther
2014-04-14First pass at applying KNF to the OpenSSL code, which almost makes itJoel Sing
2012-10-13import OpenSSL-1.0.1cDamien Miller