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
OPENBSD_7_7
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
regress
/
lib
/
libssl
/
client
/
clienttest.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update for OPENSSL_cpu_caps() now being machine independent.
jsing
2024-08-31
1
-6
/
+2
*
Fix golden numbers after beck broke it months ago
tb
2024-07-20
1
-19
/
+19
*
Remove GOST and STREEBOG support from libssl.
beck
2024-02-03
1
-116
/
+110
*
Fix last bit of the clienttest, needs ssl_pkt.c r1.66
tb
2023-07-11
1
-2
/
+2
*
Fix most of the clienttest. With this only test cases 9 and 13 fail.
tb
2023-07-11
1
-23
/
+39
*
Fix the client test and the tlsext test to work with randomized
tb
2023-04-23
1
-1
/
+8
*
zap trailing spaces
tb
2022-07-19
1
-2
/
+2
*
Regenerate golden numbers due to RC4-MD5 now being disabled by default.
tb
2022-07-19
1
-61
/
+58
*
More %i vs %d cleanup
tb
2022-06-10
1
-3
/
+3
*
Use BIO_up_ref() instead of adjusting refcounts manually
tb
2021-11-20
1
-9
/
+3
*
Revert accidental commit
tb
2021-08-30
1
-2
/
+2
*
link verify regress tests to build
tb
2021-08-30
1
-2
/
+2
*
Add test coverage for TLSv1.3 client hellos.
jsing
2021-06-27
1
-13
/
+166
*
Add test coverage for DTLSv1.2 client hellos.
jsing
2021-06-27
1
-7
/
+102
*
Teach hexdump() how to identify differing bytes.
jsing
2021-06-27
1
-9
/
+13
*
More appropriately set cipher_list_len when AES acceleration is available.
jsing
2021-06-27
1
-5
/
+6
*
Tweak some data types and sprinkle some const.
jsing
2021-06-27
1
-15
/
+15
*
Update DTLS client hello due to ECC changes.
jsing
2021-02-08
1
-5
/
+8
*
Avoid NULL deref on BIO_new{_mem_buf,}() failure.
tb
2021-01-22
1
-3
/
+5
*
$OpenBSD$
tb
2020-11-19
1
-0
/
+1
*
I accidentally zeored out a few bytes of the TLSv1.0 session ID.
tb
2020-08-11
1
-1
/
+1
*
Update golden values to match P-521 being enabled by default in the client.
jsing
2020-08-09
1
-20
/
+21
*
Minor code improvements.
jsing
2020-04-06
1
-3
/
+3
*
Add tests that cover TLSv1.2 and disable those that trigger TLSv1.3.
jsing
2020-04-06
1
-3
/
+32
*
Zero the client random field in the TLSv1.2 golden value.
jsing
2020-04-06
1
-5
/
+5
*
Improve comparision with test data.
jsing
2020-04-06
1
-7
/
+9
*
Dump the test data when the lengths differ in order to aid debugging.
jsing
2020-04-06
1
-0
/
+3
*
Use errx() if we fail to build the client hello.
jsing
2020-04-06
1
-1
/
+1
*
Nuke trailing whitespace that is annoying before changing things in here
beck
2019-11-26
1
-6
/
+6
*
Remove SHA224 based sigalgs from use in TLS 1.2 as SHA224 is deprecated.
beck
2019-01-24
1
-13
/
+11
*
Modify sigalgs extension processing to accomodate TLS 1.3.
beck
2019-01-23
1
-15
/
+16
*
revert previous, accidentally contained another diff in addition
beck
2019-01-23
1
-16
/
+15
*
Modify sigalgs extension processing for TLS 1.3.
beck
2019-01-23
1
-15
/
+16
*
Update regress for DES cipher suite removal.
jsing
2018-06-02
1
-46
/
+40
*
Zero the client random so that it is easier to spot unintended differences.
jsing
2018-06-02
1
-0
/
+1
*
Update due to removal of original chacha20-poly1305 cipher suites.
jsing
2017-08-28
1
-42
/
+39
*
Update the TLSv1.2 Client Hello messages, due to the removal of DSA
jsing
2017-08-12
1
-20
/
+18
*
Revise cipher suites in regress to match DSS cipher suite removal.
jsing
2017-05-07
1
-96
/
+82
*
Update client tests for changes in default EC formats/curves.
jsing
2017-01-24
1
-52
/
+31
*
Update regress for ECDHE with X25519.
jsing
2016-12-21
1
-41
/
+41
*
Update regress for IDEA cipher suite removal.
jsing
2016-11-06
1
-83
/
+83
*
Update client hello messages to follow the removal of fixed ECDH.
jsing
2016-10-19
1
-89
/
+65
*
Update regress test to reflect changes in the cipher list.
jsing
2016-04-28
1
-61
/
+62
*
Revise regression test so that it works correctly with AES taking priority
jsing
2015-09-13
1
-34
/
+191
*
Add an initial TLS client regress, which currently covers ClientHello
jsing
2015-09-01
1
-0
/
+358