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
OPENBSD_7_7
OPENBSD_7_8
OPENBSD_7_9
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_lib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce and use dtls12_handshake_msg.
jsing
2026-05-16
1
-1
/
+6
*
Remove get_cipher from SSL_METHOD.
jsing
2024-07-23
1
-22
/
+1
*
Make internal header file names consistent
tb
2022-11-26
1
-3
/
+3
*
Convert the legacy TLS stack to tls_content.
jsing
2022-11-11
1
-2
/
+19
*
Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL.
jsing
2022-10-02
1
-2
/
+2
*
Fold DTLS1_STATE_INTERNAL into DTLS1_STATE.
jsing
2021-10-23
1
-40
/
+30
*
Avoid potential NULL dereferences in dtls1_free()
tb
2021-10-21
1
-2
/
+7
*
Replace DTLS r_epoch with the read epoch from the TLSv1.2 record layer.
jsing
2021-08-30
1
-5
/
+3
*
Remove DTLS processed_rcds queue.
jsing
2021-07-21
1
-9
/
+1
*
Merge SSL_METHOD_INTERNAL into SSL_METHOD.
jsing
2021-07-01
1
-2
/
+2
*
Provide the ability to set the initial DTLS epoch value.
jsing
2021-06-19
1
-1
/
+4
*
Initialise the epoch for the DTLS processed and unprocessed queues.
jsing
2021-06-19
1
-1
/
+4
*
Move DTLS structs/definitions/prototypes to dtls_locl.h.
jsing
2021-05-16
1
-1
/
+2
*
Clean up/simplify dtls1_get_cipher().
jsing
2021-02-20
1
-7
/
+8
*
Mop up unused dtls1_build_sequence_number() function.
jsing
2021-01-21
1
-22
/
+1
*
Use TLSv1_1_enc_data instead of DTLSv1_enc_data.
jsing
2020-10-03
1
-5
/
+1
*
Call dtls1_hm_fragment_free() from dtls1_drain_fragments()
jsing
2020-09-26
1
-5
/
+4
*
Have dtls1_new() call dtls1_free() on failure.
jsing
2020-09-26
1
-36
/
+22
*
Refactor dtls1_clear_queues()
tb
2020-09-26
1
-25
/
+26
*
Release read and write buffers using freezero().
jsing
2020-09-24
1
-4
/
+4
*
Remove some unnecessary function pointers from SSL_METHOD_INTERNAL.
jsing
2020-07-07
1
-9
/
+1
*
Use internal versions of SSL3_BUFFER, SSL3_RECORD and DTLS1_RECORD_DATA.
jsing
2020-03-12
1
-5
/
+5
*
Remove the enc function pointers.
jsing
2020-03-10
1
-2
/
+1
*
Convert dtls1_build_sequence_number() to CBB.
jsing
2020-02-21
1
-7
/
+15
*
Use freezero() for the internal opaque structures, instead of the current
jsing
2017-04-10
1
-6
/
+3
*
Change SSLerror() back to taking two args, with the first one being an SSL *.
beck
2017-02-07
1
-2
/
+2
*
Send the error function codes to rot in the depths of hell where they belong
beck
2017-01-26
1
-2
/
+2
*
Remove most of SSL3_ENC_METHOD - we can just inline the function calls
jsing
2017-01-26
1
-14
/
+1
*
Change the SSL_IS_DTLS() macro to check the version, rather than using a
jsing
2017-01-25
1
-2
/
+2
*
Split most of SSL_METHOD out into an internal variant, which is opaque.
jsing
2017-01-23
1
-2
/
+2
*
Move most of DTLS1_STATE to internal.
beck
2017-01-22
1
-42
/
+42
*
Convert publically visible structs to translucent structs.
jsing
2017-01-22
1
-4
/
+17
*
Mark a couple local functions as static
guenther
2016-11-04
1
-2
/
+2
*
remove NULL checks for pqueue_free()
mmcc
2016-02-29
1
-11
/
+6
*
include <sys/time.h> for gettimeofday(2)
bcook
2015-10-07
1
-1
/
+2
*
Remove support for DTLS_BAD_VER. We do not support non-standard and
jsing
2015-09-10
1
-5
/
+3
*
Correct spelling of OPENSSL_cleanse.
jsing
2015-09-10
1
-2
/
+2
*
Allow *_free() functions in libssl to handle NULL input.
doug
2015-07-19
1
-1
/
+4
*
Fix several crash causing defects from OpenSSL.
tedu
2015-03-19
1
-1
/
+4
*
Jettison DTLS over SCTP.
jsing
2015-02-09
1
-8
/
+1
*
Remove trailing whitespace.
jsing
2014-12-14
1
-4
/
+4
*
Sort and group includes.
jsing
2014-11-16
1
-1
/
+2
*
avoid sys/param.h; Jonas Termansen
deraadt
2014-07-17
1
-2
/
+2
*
In dtls1_clear_queues(), free buffered_add_data.q correctly, it's made of
miod
2014-07-11
1
-4
/
+4
*
remove unused, private version strings except SSL_version_str
bcook
2014-07-09
1
-2
/
+1
*
Pull the code that builds a DTLS sequence number out into its own function
jsing
2014-06-21
1
-1
/
+14
*
Remove support for the `opaque PRF input' extension, which draft has expired
miod
2014-06-13
1
-1
/
+3
*
tags as requested by miod and tedu
deraadt
2014-06-12
1
-1
/
+1
*
Fix memory leak: free s if calloc fails.
logan
2014-06-11
1
-1
/
+3
*
Make it substantially easier to identify protocol version requirements
jsing
2014-05-29
1
-0
/
+1
[next]