summaryrefslogtreecommitdiff
path: root/src/lib/libssl/d1_srtp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Hide all public symbols in libsslbeck2023-07-081-1/+5
* Make internal header file names consistenttb2022-11-261-3/+3
* Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL.jsing2022-10-021-8/+8
* Error check for sk_push in libsslinoguchi2022-01-281-2/+5
* add AES-GCM constants from RFC 7714 for SRTPlandry2021-06-111-1/+9
* Move DTLS structs/definitions/prototypes to dtls_locl.h.jsing2021-05-161-3/+3
* Explicitly include <openssl/opensslconf.h> in files using OPENSSL_NO_*jsing2021-05-161-1/+2
* Make profile_name const in srtp_find_profile_by_name()tb2020-10-111-5/+3
* Constipate srtp_known_profiles, pushing it into .data.rel.roguenther2020-10-111-9/+10
* Consistently spell 'unsigned' as 'unsigned int', as style(9) seemstb2020-03-161-3/+4
* Avoid leak: free existing SRTP connection profiles beforetb2018-11-091-1/+2
* Rewrite SRTP extension using CBB/CBS and the new extension framework.doug2017-08-271-214/+6
* Change SSLerror() back to taking two args, with the first one being an SSL *.beck2017-02-071-16/+16
* Finish the fallout of the SSLerr->SSLerror cleanup to get rid of the uglybeck2017-01-261-31/+16
* Send the error function codes to rot in the depths of hell where they belongbeck2017-01-261-16/+16
* sk_free() checks for NULL so do not bother doing it from the callers.jsing2017-01-241-3/+2
* Move a large part of ssl_st into internal, so we can see what squeals.beck2017-01-231-9/+9
* Move most of the fields in SSL_CTX to internal - the ones that remain arejsing2017-01-231-4/+4
* 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