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
/
regress
/
lib
/
libssl
/
client
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-08
Update DTLS client hello due to ECC changes.
jsing
1
-5
/
+8
2021-01-22
Avoid NULL deref on BIO_new{_mem_buf,}() failure.
tb
1
-3
/
+5
2020-11-19
$OpenBSD$
tb
1
-0
/
+1
2020-08-11
I accidentally zeored out a few bytes of the TLSv1.0 session ID.
tb
1
-1
/
+1
2020-08-09
Update golden values to match P-521 being enabled by default in the client.
jsing
1
-20
/
+21
2020-04-06
Minor code improvements.
jsing
1
-3
/
+3
2020-04-06
Add tests that cover TLSv1.2 and disable those that trigger TLSv1.3.
jsing
1
-3
/
+32
2020-04-06
Zero the client random field in the TLSv1.2 golden value.
jsing
1
-5
/
+5
2020-04-06
Improve comparision with test data.
jsing
1
-7
/
+9
2020-04-06
Dump the test data when the lengths differ in order to aid debugging.
jsing
1
-0
/
+3
2020-04-06
Use errx() if we fail to build the client hello.
jsing
1
-1
/
+1
2019-11-26
Nuke trailing whitespace that is annoying before changing things in here
beck
1
-6
/
+6
2019-01-24
Remove SHA224 based sigalgs from use in TLS 1.2 as SHA224 is deprecated.
beck
1
-13
/
+11
2019-01-23
Modify sigalgs extension processing to accomodate TLS 1.3.
beck
1
-15
/
+16
2019-01-23
revert previous, accidentally contained another diff in addition
beck
1
-16
/
+15
2019-01-23
Modify sigalgs extension processing for TLS 1.3.
beck
1
-15
/
+16
2018-06-02
Update regress for DES cipher suite removal.
jsing
1
-46
/
+40
2018-06-02
Zero the client random so that it is easier to spot unintended differences.
jsing
1
-0
/
+1
2017-08-28
Update due to removal of original chacha20-poly1305 cipher suites.
jsing
1
-42
/
+39
2017-08-12
Update the TLSv1.2 Client Hello messages, due to the removal of DSA
jsing
1
-20
/
+18
2017-05-07
Revise cipher suites in regress to match DSS cipher suite removal.
jsing
1
-96
/
+82
2017-01-24
Update client tests for changes in default EC formats/curves.
jsing
1
-52
/
+31
2016-12-21
Update regress for ECDHE with X25519.
jsing
1
-41
/
+41
2016-11-06
Update regress for IDEA cipher suite removal.
jsing
1
-83
/
+83
2016-10-19
Update client hello messages to follow the removal of fixed ECDH.
jsing
1
-89
/
+65
2016-04-28
Update regress test to reflect changes in the cipher list.
jsing
1
-61
/
+62
2015-09-13
Revise regression test so that it works correctly with AES taking priority
jsing
1
-34
/
+191
2015-09-01
Add an initial TLS client regress, which currently covers ClientHello
jsing
2
-0
/
+367