This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
wolfssl
Watch
1
Star
0
Fork
0
You've already forked wolfssl
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
wolfssl
/
tests
History
David Garske
9be61c61f5
Add alternate chain test case where peer presents chain (INT -> INT2 -> PEER) and only INT2 is loaded as trusted. Update existing alternate chain partial test cases to use INT2. Fix for test suite to allow extra newlines in .test files.
2020-06-18 08:33:59 -07:00
..
api.c
Fix ED448 calls to use context and correct variable name
2020-06-17 10:05:50 +10:00
CONF_FILES_README.md
…
hash.c
update copyright to 2020
2020-01-03 15:06:03 -08:00
include.am
WIP
2020-06-12 11:36:43 +02:00
README
…
srp.c
Fixes from cppcheck
2020-04-08 09:46:22 +10:00
suites.c
Add alternate chain test case where peer presents chain (INT -> INT2 -> PEER) and only INT2 is loaded as trusted. Update existing alternate chain partial test cases to use INT2. Fix for test suite to allow extra newlines in .test files.
2020-06-18 08:33:59 -07:00
test-altchains.conf
Add alternate chain test case where peer presents chain (INT -> INT2 -> PEER) and only INT2 is loaded as trusted. Update existing alternate chain partial test cases to use INT2. Fix for test suite to allow extra newlines in .test files.
2020-06-18 08:33:59 -07:00
test-chains.conf
Add test cases and implement peer suggestions
2019-10-11 15:03:38 -06:00
test-dhprime.conf
…
test-dtls-group.conf
DTLS test cases
2020-06-12 11:36:43 +02:00
test-dtls-reneg-client.conf
DTLS test cases
2020-06-12 11:36:43 +02:00
test-dtls-reneg-server.conf
DTLS test cases
2020-06-12 11:36:43 +02:00
test-dtls-sha2.conf
Disallow SHA-2 ciphersuites from TLS 1.0 and 1.1 handshakes
2019-09-06 09:31:14 +10:00
test-dtls.conf
Disallow SHA-2 ciphersuites from TLS 1.0 and 1.1 handshakes
2019-09-06 09:31:14 +10:00
test-ed448.conf
Add Curve448, X448, Ed448 implementations
2020-02-28 09:30:45 +10:00
test-ed25519.conf
…
test-enckeys.conf
…
test-fails.conf
Fail when WOLFSSL_VERIFY_FAIL_IF_NO_PEER_CERT set in TLS1.3
2020-04-27 16:17:03 +10:00
test-maxfrag-dtls.conf
…
test-maxfrag.conf
…
test-psk-no-id-sha2.conf
Disallow SHA-2 ciphersuites from TLS 1.0 and 1.1 handshakes
2019-09-06 09:31:14 +10:00
test-psk-no-id.conf
Disallow SHA-2 ciphersuites from TLS 1.0 and 1.1 handshakes
2019-09-06 09:31:14 +10:00
test-psk.conf
…
test-qsh-sha2.conf
Disallow SHA-2 ciphersuites from TLS 1.0 and 1.1 handshakes
2019-09-06 09:31:14 +10:00
test-qsh.conf
Maintenance BLAKE2
2019-11-18 13:31:15 -08:00
test-sctp-sha2.conf
Disallow SHA-2 ciphersuites from TLS 1.0 and 1.1 handshakes
2019-09-06 09:31:14 +10:00
test-sctp.conf
Disallow SHA-2 ciphersuites from TLS 1.0 and 1.1 handshakes
2019-09-06 09:31:14 +10:00
test-sha2.conf
Disallow SHA-2 ciphersuites from TLS 1.0 and 1.1 handshakes
2019-09-06 09:31:14 +10:00
test-sig.conf
…
test-tls13-down.conf
…
test-tls13-ecc.conf
Add Curve448, X448, Ed448 implementations
2020-02-28 09:30:45 +10:00
test-tls13-psk.conf
…
test-tls13.conf
Can't send empty list for the client when sniffer is enabled or it will use
AES128-SHA
.
2020-06-04 15:31:18 -07:00
test-trustpeer.conf
…
test.conf
Merge pull request
#2802
from embhorn/zd9764
2020-04-07 13:03:54 -07:00
unit.c
update copyright to 2020
2020-01-03 15:06:03 -08:00
unit.h
openssh WIP and some light refactoring
2020-02-18 21:37:06 +01:00
README
Before creating any new configure files (.conf) read the CONF_FILES_README.md