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
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
2020-08-11
Use 0 instead of 0x00 for memset() calls.
Joel Sing
2020-08-09
Use CBB more correctly when writing SSL3/DTLS records.
Joel Sing
2020-08-09
Make the explicit IV length handling in DTLS the same as SSL3/TLS.
Joel Sing
2020-08-02
Check the return value of tls1_enc() in the write path.
Joel Sing
2020-08-01
Clean up/simplify more of the dtls1/ssl3 record writing code:
Joel Sing
2020-07-30
Clean up and simplify some of the SSL3/DTLS1 record writing code.
Joel Sing
2020-03-13
Remove dtls1_enc().
Joel Sing
2020-03-12
Stop overloading the record type for padding length.
Joel Sing
2020-03-12
Use internal versions of SSL3_BUFFER, SSL3_RECORD and DTLS1_RECORD_DATA.
Joel Sing
2020-03-10
Remove the enc function pointers.
Joel Sing
2020-02-21
Convert the DTLS header creation code to CBB.
Joel Sing
2020-02-21
Remove some commented code, remove some pointless comments and move some
Joel Sing
2020-02-21
Remove prefix_len, since it is always zero.
Joel Sing
2018-12-03
Send SSL_AD_DECODE alerts in the case of a bad hello request or an
Theo Buehler
2018-10-24
Make more of libssl's record layer state internal.
Joel Sing
2018-08-24
unifdef DTLS1_AD_MISSING_HANDSHAKE_MESSAGE.
Joel Sing
2017-05-07
Move state from ssl->internal to the handshake structure.
Bob Beck
2017-02-07
Change SSLerror() back to taking two args, with the first one being an SSL *.
Bob Beck
2017-01-26
Send the error function codes to rot in the depths of hell where they belong
Bob Beck
2017-01-26
Remove most of SSL3_ENC_METHOD - we can just inline the function calls
Joel Sing
2017-01-25
Provide ssl3_packet_read() and ssl3_packet_extend() functions that improve
Joel Sing
2017-01-23
Move options and mode from SSL_CTX and SSL to internal, since these can be
Joel Sing
2017-01-23
Split most of SSL_METHOD out into an internal variant, which is opaque.
Joel Sing
2017-01-23
send state and rstate from ssl_st into internal. There are accessors
Bob Beck
2017-01-23
move back read_hash and enc_read_ctx into ssl_st. wpa_supplicant and
Bob Beck
2017-01-23
Move a large part of ssl_st into internal, so we can see what squeals.
Bob Beck
2017-01-23
move the callbacks from ssl_st to internal
Bob Beck
2017-01-23
Move callback function pointers and argument pointers from SSL_CTX to
Joel Sing
2017-01-22
Move most of the SSL3_STATE fields to internal - the ones that remain are
Joel Sing
2017-01-22
Move most of DTLS1_STATE to internal.
Bob Beck
2016-11-04
Make do_dtls1_write() static to d1_pkt.c and delete declarations for
Philip Guenther
2015-09-11
Rename functions that moved to t1_enc.c, with a tls1_ prefix instead of a
Joel Sing
2015-09-10
Remove support for DTLS_BAD_VER. We do not support non-standard and
Joel Sing
2015-07-19
Assign p to CBS_data since it is used later.
Doug Hogan
2015-07-18
Convert dtls1_get_message_header to CBS and change to int.
Doug Hogan
2015-07-18
Convert dtls1_get_record to CBS.
Doug Hogan
2015-07-18
Remove repeated code in dtls1_get_record.
Doug Hogan
2015-06-17
KNF whitespace.
Doug Hogan
2015-06-13
Fix bad indenting in LibreSSL.
Doug Hogan
2015-02-09
Jettison DTLS over SCTP.
Joel Sing
2015-01-21
Fix DTLS memory leak (CVE-2015-0206).
Doug Hogan
2014-12-14
Remove trailing whitespace.
Joel Sing
2014-11-16
Sort and group includes.
Joel Sing
2014-10-22
Avoid a NULL pointer dereference that can be triggered by
Joel Sing
[next]