summaryrefslogtreecommitdiff
path: root/lib/libssl/d1_srtp.c
AgeCommit message (Expand)Author
2023-07-08Hide all public symbols in libsslBob Beck
2022-11-26Make internal header file names consistentTheo Buehler
2022-10-02Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL.Joel Sing
2022-01-28Error check for sk_push in libsslKinichiro Inoguchi
2021-06-11add AES-GCM constants from RFC 7714 for SRTPLandry Breuil
2021-05-16Move DTLS structs/definitions/prototypes to dtls_locl.h.Joel Sing
2021-05-16Explicitly include <openssl/opensslconf.h> in files using OPENSSL_NO_*Joel Sing
2020-10-11Make profile_name const in srtp_find_profile_by_name()Theo Buehler
2020-10-11Constipate srtp_known_profiles, pushing it into .data.rel.roPhilip Guenther
2020-03-16Consistently spell 'unsigned' as 'unsigned int', as style(9) seemsTheo Buehler
2018-11-09Avoid leak: free existing SRTP connection profiles beforeTheo Buehler
2017-08-27Rewrite SRTP extension using CBB/CBS and the new extension framework.Doug Hogan
2017-02-07Change SSLerror() back to taking two args, with the first one being an SSL *.Bob Beck
2017-01-26Finish the fallout of the SSLerr->SSLerror cleanup to get rid of the uglyBob Beck
2017-01-26Send the error function codes to rot in the depths of hell where they belongBob Beck
2017-01-24sk_free() checks for NULL so do not bother doing it from the callers.Joel Sing
2017-01-23Move a large part of ssl_st into internal, so we can see what squeals.Bob Beck
2017-01-23Move most of the fields in SSL_CTX to internal - the ones that remain areJoel Sing
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