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_both.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make dtls1_do_write_ccs() self contained.
jsing
2026-07-16
1
-4
/
+5
*
Clean up sequence number and message header handling.
jsing
2026-07-16
1
-22
/
+11
*
Correctly handle failure to buffer DTLS messages.
jsing
2026-06-06
1
-3
/
+5
*
Move DTLS change cipher spec handling to its own function.
jsing
2026-06-06
1
-1
/
+14
*
Move DTLS handshake message handling to its own function.
jsing
2026-06-06
1
-1
/
+26
*
Introduce and use dtls12_handshake_msg.
jsing
2026-05-16
1
-74
/
+74
*
Get rid of struct dtls1_retransmit_state.
jsing
2026-05-06
1
-19
/
+8
*
Refactor dtls1_do_write_handshake_message().
jsing
2026-04-30
1
-43
/
+44
*
Split dtls1_do_write() into handshake message and CCS handling.
jsing
2026-04-29
1
-33
/
+59
*
Avoid unnecessary lookups in dtls1_retransmit_message().
jsing
2026-04-29
1
-37
/
+6
*
Remove unused frag_off argument from dtls1_retransmit_message().
jsing
2026-04-29
1
-4
/
+3
*
Make dtls1_retransmit_message() static.
jsing
2026-04-29
1
-75
/
+75
*
Inline dtls1_fix_message_header().
jsing
2026-04-29
1
-16
/
+5
*
Convert DTLS code to ssl_msg_callback().
jsing
2026-04-29
1
-14
/
+7
*
Support OPENSSL_NO_FILENAMES
tb
2025-03-09
1
-2
/
+2
*
spelling fixes; from paul tagliamonte
jmc
2022-12-26
1
-4
/
+4
*
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
-67
/
+67
*
Bye bye S3I.
jsing
2022-02-05
1
-8
/
+8
*
Fold DTLS1_STATE_INTERNAL into DTLS1_STATE.
jsing
2021-10-23
1
-50
/
+50
*
Untangle ssl3_get_message() return values.
jsing
2021-10-23
1
-13
/
+9
*
Change dtls1_get_message_header() to take a CBS.
jsing
2021-09-04
1
-17
/
+15
*
Mop up dtls1_get_ccs_header() and struct ccs_header_st.
jsing
2021-07-19
1
-9
/
+1
*
Merge SSL_METHOD_INTERNAL into SSL_METHOD.
jsing
2021-07-01
1
-7
/
+7
*
Only use SSL_AD_* internally.
jsing
2021-06-11
1
-2
/
+2
*
SSL3_AD_ILLEGAL_PARAMETER is not a valid SSLerror() reason code.
jsing
2021-06-11
1
-2
/
+2
*
Indent all labels with a single space.
jsing
2021-06-11
1
-5
/
+5
*
Make local header inclusion consistent.
jsing
2021-05-16
1
-3
/
+2
*
Move DTLS structs/definitions/prototypes to dtls_locl.h.
jsing
2021-05-16
1
-2
/
+3
*
Replace DTLS w_epoch with epoch from TLSv1.2 record layer.
jsing
2021-05-05
1
-9
/
+8
*
Move reuse_message, message_type, message_size and cert_verify into the
jsing
2021-04-19
1
-7
/
+7
*
Move handling of cipher/hash based cipher suites into the new record layer.
jsing
2021-02-27
1
-10
/
+7
*
Rename f_err into fatal_err.
tb
2021-02-20
1
-8
/
+8
*
Move sequence numbers into the new TLSv1.2 record layer.
jsing
2021-01-26
1
-18
/
+1
*
Add code to handle change of cipher state in the new TLSv1.2 record layer.
jsing
2021-01-19
1
-6
/
+5
*
Provide record layer overhead for DTLS.
jsing
2021-01-19
1
-15
/
+7
*
Mark bitmask_{start,end}_values[] and g_probable_mtu[] const.
tb
2020-12-05
1
-4
/
+4
*
Unbreak DTLS retransmissions for flights that include a CCS.
jsing
2020-10-15
1
-7
/
+8
*
Fix an assert conditioned on DTLS1_VERSION.
jsing
2020-10-11
1
-9
/
+4
*
Call dtls1_hm_fragment_free() from dtls1_drain_fragments()
jsing
2020-09-26
1
-3
/
+3
*
Have dtls1_hm_fragment_new() call dtls1_hm_fragment_free() on failure.
jsing
2020-09-26
1
-26
/
+17
*
Use 0 instead of 0x00 for memset() calls.
jsing
2020-08-11
1
-4
/
+4
*
"non-existant" is one of those words that don't exist, so use "non-existent"
phessler
2019-02-10
1
-2
/
+2
*
Clean up and simplify the handshake transcript code.
jsing
2018-11-08
1
-3
/
+3
*
Use the newer/more sensible names for EVP_MD_CTX_* functions.
jsing
2018-09-05
1
-2
/
+2
*
Nuke ssl_pending/ssl_shutdown function pointers.
jsing
2018-08-30
1
-10
/
+1
*
Dedup DTLS header writing code and convert to CBB.
jsing
2018-08-27
1
-25
/
+35
*
Convert ssl3_send_change_cipher_spec() to use CBB and make it handle DTLS,
jsing
2017-10-08
1
-39
/
+2
*
Move state from ssl->internal to the handshake structure.
beck
2017-05-07
1
-4
/
+4
*
Drop the second argument of dtls1_set_message_header() and make it a void
jsing
2017-03-04
1
-6
/
+4
[next]