xmlsec1/tests
rtlhq f29bcb80a1 changed debian/source/format to native 2022-11-29 19:12:40 +08:00
..
01-phaos-xmlenc-3 Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
aleksey-xmldsig-01 Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
aleksey-xmlenc-01 Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
external-data Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
keys Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
keysstore Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
merlin-c14n-three Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
merlin-exc-c14n-one Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
merlin-xmldsig-twenty-three Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
merlin-xmlenc-five Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
merlin-xpath-filter2-three Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
nist-aesgcm Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
nssdb Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
oss-fuzz Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
phaos-xmldsig-three Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
xmldsig2ed-tests Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
README Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
nss.supp Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
openssl.supp Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
testDSig.sh changed debian/source/format to native 2022-11-29 19:12:40 +08:00
testDSig.sh.orig changed debian/source/format to native 2022-11-29 19:12:40 +08:00
testEnc.sh changed debian/source/format to native 2022-11-29 19:12:40 +08:00
testEnc.sh.orig changed debian/source/format to native 2022-11-29 19:12:40 +08:00
testKeys.sh Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
testRes.sh Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
testrun.sh changed debian/source/format to native 2022-11-29 19:12:40 +08:00

README

Running a specific test
----------------------------------------------

If a test fails, it's possible to re-run just that specific test for that
specific backend using:

> make check-crypto-$backend XMLSEC_TEST_NAME="$name"

where $name is the key name for key tests, and a file name otherwise.

Example:

> make check-crypto-nss XMLSEC_TEST_NAME="enveloping-sha256-rsa-sha256-relationship"

Reproducible output
----------------------------------------------

It is also possible to have reproducible output, filtering out timestamps. This
is useful to see the output before and after a change to understand its impact.

Example:

> make check-crypto-nss XMLSEC_TEST_REPRODUCIBLE=y