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