index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libssl
/
d1_srtp.c
Age
Commit message (
Expand
)
Author
2023-07-08
Hide all public symbols in libssl
Bob Beck
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-10-02
Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL.
Joel Sing
2022-01-28
Error check for sk_push in libssl
Kinichiro Inoguchi
2021-06-11
add AES-GCM constants from RFC 7714 for SRTP
Landry Breuil
2021-05-16
Move DTLS structs/definitions/prototypes to dtls_locl.h.
Joel Sing
2021-05-16
Explicitly include <openssl/opensslconf.h> in files using OPENSSL_NO_*
Joel Sing
2020-10-11
Make profile_name const in srtp_find_profile_by_name()
Theo Buehler
2020-10-11
Constipate srtp_known_profiles, pushing it into .data.rel.ro
Philip Guenther
2020-03-16
Consistently spell 'unsigned' as 'unsigned int', as style(9) seems
Theo Buehler
2018-11-09
Avoid leak: free existing SRTP connection profiles before
Theo Buehler
2017-08-27
Rewrite SRTP extension using CBB/CBS and the new extension framework.
Doug Hogan
2017-02-07
Change SSLerror() back to taking two args, with the first one being an SSL *.
Bob Beck
2017-01-26
Finish the fallout of the SSLerr->SSLerror cleanup to get rid of the ugly
Bob Beck
2017-01-26
Send the error function codes to rot in the depths of hell where they belong
Bob Beck
2017-01-24
sk_free() checks for NULL so do not bother doing it from the callers.
Joel Sing
2017-01-23
Move a large part of ssl_st into internal, so we can see what squeals.
Bob Beck
2017-01-23
Move most of the fields in SSL_CTX to internal - the ones that remain are
Joel Sing
2015-07-31
Fix SRTP parsing.
Doug Hogan
2015-07-17
Convert ssl_parse_serverhello_use_srtp_ext to CBS.
Doug Hogan
2015-07-15
test for n<0 before use in CBS_init - mostly to shut up coverity.
Bob Beck
2015-07-14
Convert ssl_parse_clienthello_use_srtp_ext to CBS.
Doug Hogan
2014-12-14
Remove trailing whitespace.
Joel Sing
2014-11-27
Avoid a double-free in an error path.
Joel Sing
2014-11-16
Sort and group includes.
Joel Sing
2014-07-14
Fix memory leak upon error in ssl_parse_clienthello_use_srtp_ext().
Miod Vallat
2014-06-29
More KNF.
Joel Sing
2014-06-28
Fix 2 memory leaks.
Loganaden Velvindron
2014-06-12
tags as requested by miod and tedu
Theo de Raadt
2014-05-30
remove some #if 0 code. we don't need any more reminders that we're using
Ted Unangst
2014-04-19
More KNF and style consistency tweaks
Philip Guenther
2014-04-14
First pass at applying KNF to the OpenSSL code, which almost makes it
Joel Sing
2012-10-13
import OpenSSL-1.0.1c
Damien Miller