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
Chris Conlon
59ea65bad3
Merge pull request
#4809
from haydenroche5/asn1_int
2022-02-01 13:44:32 -07:00
..
api.c
Merge pull request
#4809
from haydenroche5/asn1_int
2022-02-01 13:44:32 -07:00
CONF_FILES_README.md
Cleanup markdown documentation
2021-10-13 16:39:46 +01:00
hash.c
MD5 vs. FIPS 140-3: fix gating so that unit.test succeeds when --enable-fips=v5 --enable-md5 (HMAC-MD5 is non-FIPS in 140-3, but even in a FIPS 140-3 build, the non-FIPS API can be accessed directly by #undef'ing wc_Hmac*()).
2022-01-27 18:37:29 -06:00
include.am
tests: support test for SRTP
2022-01-19 13:35:29 +01:00
NCONF_test.cnf
…
README
…
srp.c
…
suites.c
jumbo patch of fixes for clang-tidy gripes (with some bug fixes).
2022-01-21 01:25:48 -06:00
test-altchains.conf
…
test-chains.conf
…
test-dhprime.conf
…
test-dtls-fails-cipher.conf
…
test-dtls-fails.conf
…
test-dtls-group.conf
Purge IDEA cipher
2022-01-31 15:29:25 -05:00
test-dtls-mtu.conf
Purge IDEA cipher
2022-01-31 15:29:25 -05:00
test-dtls-reneg-client.conf
Purge IDEA cipher
2022-01-31 15:29:25 -05:00
test-dtls-reneg-server.conf
Purge IDEA cipher
2022-01-31 15:29:25 -05:00
test-dtls-resume.conf
Purge IDEA cipher
2022-01-31 15:29:25 -05:00
test-dtls-sha2.conf
…
test-dtls-srtp-fails.conf
tests: support test for SRTP
2022-01-19 13:35:29 +01:00
test-dtls-srtp.conf
tests: support test for SRTP
2022-01-19 13:35:29 +01:00
test-dtls.conf
Purge IDEA cipher
2022-01-31 15:29:25 -05:00
test-ecc-cust-curves.conf
…
test-ed448.conf
…
test-ed25519.conf
…
test-enckeys.conf
…
test-fails.conf
…
test-maxfrag-dtls.conf
…
test-maxfrag.conf
…
test-p521.conf
…
test-psk-no-id-sha2.conf
…
test-psk-no-id.conf
…
test-psk.conf
…
test-sctp-sha2.conf
…
test-sctp.conf
Purge IDEA cipher
2022-01-31 15:29:25 -05:00
test-sha2.conf
…
test-sig.conf
…
test-tls13-down.conf
…
test-tls13-ecc.conf
…
test-tls13-pq.conf
--with-liboqs now defines HAVE_LIBOQS and HAVE_PQC
2021-12-20 11:48:03 -05:00
test-tls13-psk.conf
…
test-tls13.conf
…
test-tls-downgrade.conf
…
test-trustpeer.conf
…
test.conf
Purge IDEA cipher
2022-01-31 15:29:25 -05:00
TXT_DB.txt
…
unit.c
The minimal changes needed to add KCAPI support with fips-ready
2021-12-10 14:44:20 -07:00
unit.h
update headers to resolve clang-tidy carping (mostly bugprone-macro-parentheses and readability-named-parameter). also disables MSC C4028 because incompatible with readability-avoid-const-params-in-decls.
2022-01-26 02:06:37 -06:00
README
Before creating any new configure files (.conf) read the CONF_FILES_README.md