index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libssl
/
d1_pkt.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Increment the epoch in the same place for both read and write.
jsing
2020-08-11
1
-3
/
+3
*
Use 0 instead of 0x00 for memset() calls.
jsing
2020-08-11
1
-4
/
+4
*
Use CBB more correctly when writing SSL3/DTLS records.
jsing
2020-08-09
1
-25
/
+43
*
Make the explicit IV length handling in DTLS the same as SSL3/TLS.
jsing
2020-08-09
1
-8
/
+13
*
Check the return value of tls1_enc() in the write path.
jsing
2020-08-02
1
-3
/
+3
*
Clean up/simplify more of the dtls1/ssl3 record writing code:
jsing
2020-08-01
1
-48
/
+25
*
Clean up and simplify some of the SSL3/DTLS1 record writing code.
jsing
2020-07-30
1
-19
/
+14
*
Remove dtls1_enc().
jsing
2020-03-13
1
-4
/
+4
*
Stop overloading the record type for padding length.
jsing
2020-03-12
1
-3
/
+2
*
Use internal versions of SSL3_BUFFER, SSL3_RECORD and DTLS1_RECORD_DATA.
jsing
2020-03-12
1
-20
/
+19
*
Remove the enc function pointers.
jsing
2020-03-10
1
-6
/
+4
*
Convert the DTLS header creation code to CBB.
jsing
2020-02-21
1
-20
/
+27
*
Remove some commented code, remove some pointless comments and move some
jsing
2020-02-21
1
-17
/
+6
*
Remove prefix_len, since it is always zero.
jsing
2020-02-21
1
-4
/
+3
*
Send SSL_AD_DECODE alerts in the case of a bad hello request or an
tb
2018-12-03
1
-7
/
+7
*
Make more of libssl's record layer state internal.
jsing
2018-10-24
1
-18
/
+18
*
unifdef DTLS1_AD_MISSING_HANDSHAKE_MESSAGE.
jsing
2018-08-24
1
-21
/
+2
*
Move state from ssl->internal to the handshake structure.
beck
2017-05-07
1
-10
/
+10
*
Change SSLerror() back to taking two args, with the first one being an SSL *.
beck
2017-02-07
1
-21
/
+21
*
Send the error function codes to rot in the depths of hell where they belong
beck
2017-01-26
1
-21
/
+21
*
Remove most of SSL3_ENC_METHOD - we can just inline the function calls
jsing
2017-01-26
1
-3
/
+3
*
Provide ssl3_packet_read() and ssl3_packet_extend() functions that improve
jsing
2017-01-25
1
-19
/
+12
*
Move options and mode from SSL_CTX and SSL to internal, since these can be
jsing
2017-01-23
1
-4
/
+4
*
Split most of SSL_METHOD out into an internal variant, which is opaque.
jsing
2017-01-23
1
-5
/
+5
*
send state and rstate from ssl_st into internal. There are accessors
beck
2017-01-23
1
-18
/
+18
*
move back read_hash and enc_read_ctx into ssl_st. wpa_supplicant and
beck
2017-01-23
1
-8
/
+8
*
Move a large part of ssl_st into internal, so we can see what squeals.
beck
2017-01-23
1
-50
/
+50
*
move the callbacks from ssl_st to internal
beck
2017-01-23
1
-26
/
+26
*
Move callback function pointers and argument pointers from SSL_CTX to
jsing
2017-01-23
1
-5
/
+5
*
Move most of the SSL3_STATE fields to internal - the ones that remain are
jsing
2017-01-22
1
-46
/
+46
*
Move most of DTLS1_STATE to internal.
beck
2017-01-22
1
-60
/
+60
*
Make do_dtls1_write() static to d1_pkt.c and delete declarations for
guenther
2016-11-04
1
-1
/
+5
*
Rename functions that moved to t1_enc.c, with a tls1_ prefix instead of a
jsing
2015-09-11
1
-2
/
+2
*
Remove support for DTLS_BAD_VER. We do not support non-standard and
jsing
2015-09-10
1
-8
/
+1
*
Assign p to CBS_data since it is used later.
doug
2015-07-19
1
-2
/
+3
*
Convert dtls1_get_message_header to CBS and change to int.
doug
2015-07-18
1
-2
/
+3
*
Convert dtls1_get_record to CBS.
doug
2015-07-18
1
-21
/
+28
[next]