mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-26 21:22:19 +01:00
* Added test for certificate with bad alt name containing a null character mid byte stream. * Fix for issue with suites unit test where last arg in file doesn't conain data for a param, causing it to skip test. * Fix for last test in tests/test.conf not being run for `TLSv1.2 RSA 3072-bit DH 3072-bit`. * Moved the `tls-cert-fail.test` tests into the new expected failure suite test (`./tests/test-fails.conf`). Now it explicilty checks RSA and ECC for the no signer and no sig tests.
29 lines
913 B
Plaintext
29 lines
913 B
Plaintext
# vim:ft=automake
|
|
# All paths should be given relative to the root
|
|
#
|
|
|
|
EXTRA_DIST += \
|
|
certs/test/cert-ext-ia.cfg \
|
|
certs/test/cert-ext-ia.der \
|
|
certs/test/cert-ext-nc.cfg \
|
|
certs/test/cert-ext-nc.der \
|
|
certs/test/cert-ext-ns.der \
|
|
certs/test/gen-ext-certs.sh \
|
|
certs/test/server-duplicate-policy.pem
|
|
|
|
# The certs/server-cert with the last byte (signature byte) changed
|
|
EXTRA_DIST += \
|
|
certs/test/server-cert-rsa-badsig.der \
|
|
certs/test/server-cert-rsa-badsig.pem \
|
|
certs/test/server-cert-ecc-badsig.der \
|
|
certs/test/server-cert-ecc-badsig.pem
|
|
|
|
|
|
EXTRA_DIST += \
|
|
certs/test/gen-badaltnamenull.sh \
|
|
certs/test/server-badaltnamenull.conf \
|
|
certs/test/server-badaltnamenull.csr \
|
|
certs/test/server-badaltnamenull.key \
|
|
certs/test/server-badaltnamenull.pem \
|
|
certs/test/server-badaltnamenull.der
|