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_pkt.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Provide SSL_OP_NO_RENEGOTIATION and SSL_OP_ALLOW_CLIENT_RENEGOTIATION.
jsing
3 days
1
-2
/
+10
*
Remove cipher from SSL_SESSION.
jsing
2024-07-20
1
-3
/
+3
*
Simplify allocation checks
tb
2023-07-02
1
-11
/
+11
*
Make internal header file names consistent
tb
2022-11-26
1
-3
/
+3
*
Reverse arguments in CBS_dup()
tb
2022-11-23
1
-2
/
+2
*
Convert the legacy TLS stack to tls_content.
jsing
2022-11-11
1
-67
/
+123
*
Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL.
jsing
2022-10-02
1
-51
/
+51
*
Clean up {dtls1,ssl3}_read_bytes()
jsing
2022-03-26
1
-93
/
+83
*
Remove the minimum record length checks from dtls1_read_bytes()
jsing
2022-03-26
1
-32
/
+1
*
Rewrite legacy DTLS unexpected handshake message handling.
jsing
2022-03-18
1
-83
/
+139
*
Factor out unexpected handshake message handling code in the legacy stack.
jsing
2022-03-14
1
-101
/
+121
*
Factor out change cipher spec handing code in the legacy stack.
jsing
2022-03-12
1
-29
/
+4
*
Factor out alert handing code in the legacy stack.
libressl-v3.5.0
jsing
2022-02-21
1
-33
/
+4
*
Bye bye S3I.
jsing
2022-02-05
1
-42
/
+42
*
Switch to <endian.h> from <machine/endian.h> for better portability.
bcook
2021-11-09
1
-3
/
+2
*
Add record processing limit to DTLS code.
jsing
2021-10-25
1
-1
/
+15
*
Use ssl_force_want_read() in the DTLS code.
jsing
2021-10-25
1
-30
/
+7
*
Fold DTLS1_STATE_INTERNAL into DTLS1_STATE.
jsing
2021-10-23
1
-18
/
+18
*
Improve DTLS hello request handling code.
jsing
2021-09-04
1
-2
/
+8
*
Change dtls1_get_message_header() to take a CBS.
jsing
2021-09-04
1
-2
/
+4
*
Improve DTLS record header parsing.
jsing
2021-09-04
1
-7
/
+7
*
Defragment DTLS.
jsing
2021-08-31
1
-115
/
+47
*
Remove a nonsensical s->version == TLS1_VERSION from DTLS code.
jsing
2021-08-31
1
-6
/
+1
*
Clean up and simplify info and msg callbacks.
jsing
2021-08-30
1
-21
/
+8
*
Replace DTLS r_epoch with the read epoch from the TLSv1.2 record layer.
jsing
2021-08-30
1
-9
/
+13
*
We have defines for alert levels - use them instead of magic numbers.
jsing
2021-07-31
1
-5
/
+3
*
Dedup dtls1_dispatch_alert()/ssl3_dispatch_alert().
jsing
2021-07-26
1
-38
/
+2
*
Remove DTLS processed_rcds queue.
jsing
2021-07-21
1
-38
/
+19
*
Silently discard invalid DTLS records.
jsing
2021-07-21
1
-4
/
+11
*
Mop up dtls1_get_ccs_header() and struct ccs_header_st.
jsing
2021-07-19
1
-5
/
+1
*
Inline DTLS1_CCS_HEADER_LENGTH rather than having a single use variable.
jsing
2021-07-19
1
-3
/
+2
*
Correctly handle epoch wrapping in dtls1_get_bitmap().
jsing
2021-06-19
1
-2
/
+3
*
Mop up part of dtls1_dispatch_alert().
jsing
2021-06-15
1
-9
/
+2
*
Indent all labels with a single space.
jsing
2021-06-11
1
-4
/
+4
*
Move DTLS structs/definitions/prototypes to dtls_locl.h.
jsing
2021-05-16
1
-4
/
+4
*
Replace DTLS w_epoch with epoch from TLSv1.2 record layer.
jsing
2021-05-05
1
-8
/
+1
*
Clean up dtls1_reset_seq_numbers().
jsing
2021-05-02
1
-14
/
+12
*
Rename f_err into fatal_err.
tb
2021-02-20
1
-12
/
+12
*
Use dtls1_retrieve_buffered_record() to load buffered application data.
jsing
2021-02-08
1
-11
/
+3
*
Move sequence numbers into the new TLSv1.2 record layer.
jsing
2021-01-26
1
-12
/
+1
*
Add code to handle change of cipher state in the new TLSv1.2 record layer.
jsing
2021-01-19
1
-2
/
+2
*
Provide functions to determine if TLSv1.2 record protection is engaged.
jsing
2021-01-19
1
-6
/
+5
*
Clean up dtls1_reset_seq_numbers()
jsing
2021-01-13
1
-10
/
+7
*
Clean up read sequence handling in DTLS.
jsing
2021-01-13
1
-19
/
+21
*
Clean up sequence number handing in the new TLSv1.2 record layer.
jsing
2021-01-13
1
-2
/
+1
*
Reimplement the TLSv1.2 record handling for the read side.
jsing
2020-10-03
1
-112
/
+22
*
Make dtls1_copy_record() take a DTLS1_RECORD_DATA_INTERNAL *.
jsing
2020-10-03
1
-10
/
+4
*
Inline two macros that are only used in one place each.
jsing
2020-10-03
1
-16
/
+6
*
Release read and write buffers using freezero().
jsing
2020-09-24
1
-3
/
+3
*
Start replacing the existing TLSv1.2 record layer.
jsing
2020-08-30
1
-85
/
+5
[next]