index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libssl
/
d1_srtp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hide all public symbols in libssl
beck
2023-07-08
1
-1
/
+5
*
Make internal header file names consistent
tb
2022-11-26
1
-3
/
+3
*
Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL.
jsing
2022-10-02
1
-8
/
+8
*
Error check for sk_push in libssl
inoguchi
2022-01-28
1
-2
/
+5
*
add AES-GCM constants from RFC 7714 for SRTP
landry
2021-06-11
1
-1
/
+9
*
Move DTLS structs/definitions/prototypes to dtls_locl.h.
jsing
2021-05-16
1
-3
/
+3
*
Explicitly include <openssl/opensslconf.h> in files using OPENSSL_NO_*
jsing
2021-05-16
1
-1
/
+2
*
Make profile_name const in srtp_find_profile_by_name()
tb
2020-10-11
1
-5
/
+3
*
Constipate srtp_known_profiles, pushing it into .data.rel.ro
guenther
2020-10-11
1
-9
/
+10
*
Consistently spell 'unsigned' as 'unsigned int', as style(9) seems
tb
2020-03-16
1
-3
/
+4
*
Avoid leak: free existing SRTP connection profiles before
tb
2018-11-09
1
-1
/
+2
*
Rewrite SRTP extension using CBB/CBS and the new extension framework.
doug
2017-08-27
1
-214
/
+6
*
Change SSLerror() back to taking two args, with the first one being an SSL *.
beck
2017-02-07
1
-16
/
+16
*
Finish the fallout of the SSLerr->SSLerror cleanup to get rid of the ugly
beck
2017-01-26
1
-31
/
+16
*
Send the error function codes to rot in the depths of hell where they belong
beck
2017-01-26
1
-16
/
+16
*
sk_free() checks for NULL so do not bother doing it from the callers.
jsing
2017-01-24
1
-3
/
+2
*
Move a large part of ssl_st into internal, so we can see what squeals.
beck
2017-01-23
1
-9
/
+9
*
Move most of the fields in SSL_CTX to internal - the ones that remain are
jsing
2017-01-23
1
-4
/
+4
*
Fix SRTP parsing.
doug
2015-07-31
1
-3
/
+2
*
Convert ssl_parse_serverhello_use_srtp_ext to CBS.
doug
2015-07-17
1
-10
/
+15
*
test for n<0 before use in CBS_init - mostly to shut up coverity.
beck
2015-07-15
1
-4
/
+9
*
Convert ssl_parse_clienthello_use_srtp_ext to CBS.
doug
2015-07-14
1
-40
/
+23
*
Remove trailing whitespace.
jsing
2014-12-14
1
-9
/
+9
*
Avoid a double-free in an error path.
jsing
2014-11-27
1
-2
/
+1
*
Sort and group includes.
jsing
2014-11-16
1
-1
/
+3
*
Fix memory leak upon error in ssl_parse_clienthello_use_srtp_ext().
miod
2014-07-14
1
-6
/
+6
*
More KNF.
jsing
2014-06-29
1
-32
/
+49
*
Fix 2 memory leaks.
logan
2014-06-28
1
-1
/
+3
*
tags as requested by miod and tedu
deraadt
2014-06-12
1
-1
/
+1
*
remove some #if 0 code. we don't need any more reminders that we're using
tedu
2014-05-30
1
-10
/
+0
*
More KNF and style consistency tweaks
guenther
2014-04-19
1
-9
/
+9
*
First pass at applying KNF to the OpenSSL code, which almost makes it
jsing
2014-04-14
1
-260
/
+237
*
Import OpenSSL 1.0.1g
miod
2014-04-13
1
-2
/
+3
*
import OpenSSL-1.0.1c
djm
2012-10-13
1
-0
/
+493