----------------------------------- stdout -----------------------------------
Executing /build/reproducible-path/pkcs11-provider-1.0/tests/tdemoca
## Set up demoCA
## Generating CA cert if needed
openssl req -batch -noenc -x509 -new -key ${PRIURI} -out ${DEMOCA}/cacert.pem
## Generating a new CSR with key in file+.........+........+....+.....+.+.....+...++++++
openssl
req -batch -noenc -newkey rsa:2048
-subj "/CN=testing-csr-signing/O=PKCS11 Provider/C=US"
-keyout ${DEMOCA}/cert.key -out ${DEMOCA}/cert.csr .......+...+.+........+++++++++++++++++++++++++++++++++++++++*........+............+..+...+..........+..+++++++++++++++++++++++++++++++++++++++*......+......+...............+..+.......+.....++++++
..+.+.....+.......+..+......+.......+.........+++++++++++++++++++++++++++++++++++++++*..+...+++++++++++++++++++++++++++++++++++++++*....+.+......+..............+......+...+....+..+..........+.....+..........+...+...+........+..........+.....+.........+.
-----
## Signing the new certificate
openssl
ca -batch -in ${DEMOCA}/cert.csr -keyfile ${PRIURI} -out ${DEMOCA}/cert.pem Using configuration from /build/reproducible-path/pkcs11-provider-1.0/obj-x86_64-linux-gnu/tests/softhsm/openssl.cnf
Check that the request matches the signature
Signature ok
The Subject's Distinguished Name is as follows
commonName :ASN.1 12:'testing-csr-signing'
organizationName :ASN.1 12:'PKCS11 Provider'
countryName :PRINTABLE:'US'
Certificate is to be certified until Apr 12 10:06:46 2026 GMT (365 days)
Write out database with 1 new entries
Database updated
## Generating a new CSR with existing RSA key in token
openssl
req -batch -noenc -new -key ${PRIURI}
-subj "/CN=testing-rsa-signing/O=PKCS11 Provider/C=US"
-out ${DEMOCA}/cert-rsa.csr
## Signing the new RSA key certificate
openssl
ca -batch -in ${DEMOCA}/cert-rsa.csr -keyfile ${PRIURI} -out ${DEMOCA}/cert.pem
Using configuration from /build/reproducible-path/pkcs11-provider-1.0/obj-x86_64-linux-gnu/tests/softhsm/openssl.cnf
Check that the request matches the signature
Signature ok
The Subject's Distinguished Name is as follows
commonName :ASN.1 12:'testing-rsa-signing'
organizationName :ASN.1 12:'PKCS11 Provider'
countryName :PRINTABLE:'US'
Certificate is to be certified until Apr 12 10:06:46 2026 GMT (365 days)
Write out database with 1 new entries
Database updated
## Generating a new CSR with existing EC key in token
openssl
req -batch -noenc -new -key ${ECPRIURI}
-subj "/CN=testing-ec-signing/O=PKCS11 Provider/C=US"
-out ${DEMOCA}/cert-ec.csr
## Signing the new EC key certificate
openssl
ca -batch -in ${DEMOCA}/cert-ec.csr -keyfile ${PRIURI} -out ${DEMOCA}/cert.pem
Using configuration from /build/reproducible-path/pkcs11-provider-1.0/obj-x86_64-linux-gnu/tests/softhsm/openssl.cnf
Check that the request matches the signature
Signature ok
The Subject's Distinguished Name is as follows
commonName :ASN.1 12:'testing-ec-signing'
organizationName :ASN.1 12:'PKCS11 Provider'
countryName :PRINTABLE:'US'
Certificate is to be certified until Apr 12 10:06:46 2026 GMT (365 days)
Write out database with 1 new entries
Database updated
## Generating a new CSR with existing ED key in token
openssl
req -batch -noenc -new -key ${EDPRIURI}
-subj "/CN=testing-ed-signing/O=PKCS11 Provider/C=US"
-out ${DEMOCA}/cert-ed.csr
## Signing the new ED key certificate
openssl
ca -batch -in ${DEMOCA}/cert-ed.csr -keyfile ${PRIURI} -out ${DEMOCA}/cert.pem
Using configuration from /build/reproducible-path/pkcs11-provider-1.0/obj-x86_64-linux-gnu/tests/softhsm/openssl.cnf
Check that the request matches the signature
Signature ok
The Subject's Distinguished Name is as follows
commonName :ASN.1 12:'testing-ed-signing'
organizationName :ASN.1 12:'PKCS11 Provider'
countryName :PRINTABLE:'US'
Certificate is to be certified until Apr 12 10:06:46 2026 GMT (365 days)
Write out database with 1 new entries
Database updated
## Generating a new CSR with existing ED448 key in token
openssl
req -batch -noenc -new -key ${ED2PRIURI}
-subj "/CN=testing-ed2-signing/O=PKCS11 Provider/C=US"
-out ${DEMOCA}/cert-ed2.csr
## Signing the new ED448 key certificate
openssl
ca -batch -in ${DEMOCA}/cert-ed2.csr -keyfile ${PRIURI} -out ${DEMOCA}/cert.pem
Using configuration from /build/reproducible-path/pkcs11-provider-1.0/obj-x86_64-linux-gnu/tests/softhsm/openssl.cnf
Check that the request matches the signature
Signature ok
The Subject's Distinguished Name is as follows
commonName :ASN.1 12:'testing-ed2-signing'
organizationName :ASN.1 12:'PKCS11 Provider'
countryName :PRINTABLE:'US'
Certificate is to be certified until Apr 12 10:06:46 2026 GMT (365 days)
Write out database with 1 new entries
Database updated
## Generating a new CSR with existing RSA-PSS key in token
openssl
req -batch -noenc -new -key ${RSAPSSPRIURI} -sigopt rsa_padding_mode:pss
-subj "/CN=testing-rsapss-signing/O=PKCS11 Provider/C=US"
-sigopt rsa_padding_mode:pss
-out ${DEMOCA}/cert-rsa-pss.csr
## Signing the new RSA-PSS key certificate
openssl
ca -batch -in ${DEMOCA}/cert-rsa-pss.csr -keyfile ${PRIURI} -out ${DEMOCA}/cert.pem
Using configuration from /build/reproducible-path/pkcs11-provider-1.0/obj-x86_64-linux-gnu/tests/softhsm/openssl.cnf
Check that the request matches the signature
Signature ok
The Subject's Distinguished Name is as follows
commonName :ASN.1 12:'testing-rsapss-signing'
organizationName :ASN.1 12:'PKCS11 Provider'
countryName :PRINTABLE:'US'
Certificate is to be certified until Apr 12 10:06:46 2026 GMT (365 days)
Write out database with 1 new entries
Database updated
openssl x509 -text -in ${DEMOCA}/cert.pem
## Generating a new CSR with existing SHA256 restricted RSA-PSS key in token
openssl
req -batch -noenc -new -key ${RSAPSS2PRIURI} -sigopt rsa_padding_mode:pss
-subj "/CN=testing-rsapss-sha2-signing/O=PKCS11 Provider/C=US"
-out ${DEMOCA}/cert-rsa-pss2.csr
-sigopt rsa_padding_mode:pss
-sigopt digest:sha256
## Signing the new SHA256 restricted RSA-PSS key certificate
openssl
ca -batch -in ${DEMOCA}/cert-rsa-pss2.csr -keyfile ${PRIURI} -out ${DEMOCA}/cert.pem
Using configuration from /build/reproducible-path/pkcs11-provider-1.0/obj-x86_64-linux-gnu/tests/softhsm/openssl.cnf
Check that the request matches the signature
Signature ok
The Subject's Distinguished Name is as follows
commonName :ASN.1 12:'testing-rsapss-sha2-signing' organizationName :ASN.1 12:'PKCS11 Provider'
countryName :PRINTABLE:'US'
Certificate is to be certified until Apr 12 10:06:46 2026 GMT (365 days)
Write out database with 1 new entries
Database updated
openssl x509 -text -in ${DEMOCA}/cert.pem
## Generating a new CSR with existing RSA-PSS key in token
openssl
req -batch -noenc -new -key ${RSAPSS2PRIURI} -sigopt rsa_padding_mode:pss
-subj "/CN=testing-rsapss-signing/O=PKCS11 Provider/C=US"
-out ${DEMOCA}/cert-rsa-pss2.csr
-sigopt rsa_padding_mode:pss
-sigopt digest:sha256
-sigopt rsa_pss_saltlen:-2
## Signing the new RSA-PSS key certificate
openssl
ca -batch -in ${DEMOCA}/cert-rsa-pss.csr -keyfile ${PRIURI} -out ${DEMOCA}/cert.pem
Using configuration from /build/reproducible-path/pkcs11-provider-1.0/obj-x86_64-linux-gnu/tests/softhsm/openssl.cnf
Check that the request matches the signature
Signature ok
The Subject's Distinguished Name is as follows
commonName :ASN.1 12:'testing-rsapss-signing'
organizationName :ASN.1 12:'PKCS11 Provider'
countryName :PRINTABLE:'US'
Certificate is to be certified until Apr 12 10:06:47 2026 GMT (365 days)
Write out database with 1 new entries
Database updated
## Set up OCSPtests ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 /build/reproducible-path/pkcs11-provider-1.0/tests/test-wrapper democa-kryoptic.t
openssl
req -batch -noenc -new -subj "/CN=OCSP/O=PKCS11 Provider/C=US"
-key ${PRIURI} -out ${DEMOCA}/ocspSigning.csr
openssl
ca -batch -keyfile ${PRIURI} -cert ${DEMOCA}/cacert.pem
-in ${DEMOCA}/ocspSigning.csr -out ${DEMOCA}/ocspSigning.pem
Using configuration from /build/reproducible-path/pkcs11-provider-1.0/obj-x86_64-linux-gnu/tests/softhsm/openssl.cnf
Check that the request matches the signature
Signature ok
The Subject's Distinguished Name is as follows
commonName :ASN.1 12:'OCSP'
organizationName :ASN.1 12:'PKCS11 Provider'
countryName :PRINTABLE:'US'
Certificate is to be certified until Apr 12 10:06:47 2026 GMT (365 days)
Write out database with 1 new entries
Database updated
==============================================================================
=================================== 29/92 ====================================
test: pkcs11-provider:kryoptic / democa
start time: 10:06:47
duration: 0.01s
result: exit status 77
command: TEST_PATH=/build/reproducible-path/pkcs11-provider-1.0/tests MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=11 TESTBLDDIR=/build/reproducible-path/pkcs11-provider-1.0/obj-x86_64-linux-gnu/
==============================================================================halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=52 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 /build/reproducible-path/pkcs11-provider-1.0/tests/test-wrapper democa-kryoptic.
=================================== 30/92 ====================================
test: pkcs11-provider:kryoptic.nss / democa
start time: 10:06:47
duration: 0.01s
result: exit status 77
command: TEST_PATH=/build/reproducible-path/pkcs11-provider-1.0/tests MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 TESTBLDDIR=/build/reproducible-path/pkcs11-provider-1.0/obj-x86_64-linux-gnu/tests ASAN_OPTIONS=
==============================================================================tests ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 /build/reproducible-path/pkcs11-provider-1.0/tests/test-wrapper digest-softokn.t
=================================== 31/92 ====================================
test: pkcs11-provider:softokn / digest
start time: 10:06:47
duration: 0.01s
result: exit status 77
command: TEST_PATH=/build/reproducible-path/pkcs11-provider-1.0/tests MALLOC_PERTURB_=16 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 TESTBLDDIR=/build/reproducible-path/pkcs11-provider-1.0/obj-x86_64-linux-gnu/
==============================================================================tests ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 /build/reproducible-path/pkcs11-provider-1.0/tests/test-wrapper digest-softhsm.t
=================================== 32/92 ====================================
test: pkcs11-provider:softhsm / digest
start time: 10:06:47
duration: 0.07s
result: exit status 0
command: TEST_PATH=/build/reproducible-path/pkcs11-provider-1.0/tests MALLOC_PERTURB_=184 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 TESTBLDDIR=/build/reproducible-path/pkcs11-provider-1.0/obj-x86_64-linux-gnu/
----------------------------------- stdout -----------------------------------tests ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 /build/reproducible-path/pkcs11-provider-1.0/tests/test-wrapper digest-kryoptic.t
Executing /build/reproducible-path/pkcs11-provider-1.0/tests/tdigest
## Test Digests support
sha512-224: Unsupported by pkcs11 token
sha512-256: Unsupported by pkcs11 token
sha3-224: Unsupported by pkcs11 token
sha3-256: Unsupported by pkcs11 token
sha3-384: Unsupported by pkcs11 token
sha3-512: Unsupported by pkcs11 token
PASSED
## Test Digests Blocked
No digest available for testing pkcs11 provider
Digest operations failed as expected ==============================================================================
=================================== 33/92 ====================================
test: pkcs11-provider:kryoptic / digest
start time: 10:06:47
duration: 0.01s
result: exit status 77
command: TEST_PATH=/build/reproducible-path/pkcs11-provider-1.0/tests MALLOC_PERTURB_=117 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 TESTBLDDIR=/build/reproducible-path/pkcs11-provider-1.0/obj-x86_64-linux-gnu/
==============================================================================halt_on_error=1:abort_on_error=1:print_summary=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 MALLOC_PERTURB_=75 /build/reproducible-path/pkcs11-provider-1.0/tests/test-wrapper digest-kryoptic.
=================================== 34/92 ====================================
test: pkcs11-provider:kryoptic.nss / digest
start time: 10:06:47
duration: 0.02s
result: exit status 77
command: TEST_PATH=/build/reproducible-path/pkcs11-provider-1.0/tests MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 TESTBLDDIR=/build/reproducible-path/pkcs11-provider-1.0/obj-x86_64-linux-gnu/tests ASAN_OPTIONS=
==============================================================================halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=93 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 /build/reproducible-path/pkcs11-provider-1.0/tests/test-wrapper fork-softokn.t
=================================== 35/92 ====================================
test: pkcs11-provider:softokn / fork
start time: 10:06:47
duration: 0.01s
result: exit status 77
command: TEST_PATH=/build/reproducible-path/pkcs11-provider-1.0/tests MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 TESTBLDDIR=/build/reproducible-path/pkcs11-provider-1.0/obj-x86_64-linux-gnu/tests ASAN_OPTIONS=
==============================================================================halt_on_error=1:abort_on_error=1:print_summary=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 MALLOC_PERTURB_=13 /build/reproducible-path/pkcs11-provider-1.0/tests/test-wrapper fork-softhsm.t
=================================== 36/92 ====================================
test: pkcs11-provider:softhsm / fork
start time: 10:06:47
duration: 1.19s
result: exit status 0
command: TEST_PATH=/build/reproducible-path/pkcs11-provider-1.0/tests MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 TESTBLDDIR=/build/reproducible-path/pkcs11-provider-1.0/obj-x86_64-linux-gnu/tests ASAN_OPTIONS=
----------------------------------- stdout -----------------------------------tests ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 /build/reproducible-path/pkcs11-provider-1.0/tests/test-wrapper fork-kryoptic.t
Executing /build/reproducible-path/pkcs11-provider-1.0/obj-x86_64-linux-gnu/tests/tfork
Child Done
Child Done
ALL A-OK! ==============================================================================
=================================== 37/92 ====================================
test: pkcs11-provider:kryoptic / fork
start time: 10:06:48
duration: 0.01s
result: exit status 77
command: TEST_PATH=/build/reproducible-path/pkcs11-provider-1.0/tests MALLOC_PERTURB_=212 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 TESTBLDDIR=/build/reproducible-path/pkcs11-provider-1.0/obj-x86_64-linux-gnu/
==============================================================================PERTURB_=159 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 /build/reproducible-path/pkcs11-provider-1.0/tests/test-wrapper fork-
=================================== 38/92 ====================================
test: pkcs11-provider:kryoptic.nss / fork
start time: 10:06:48
duration: 0.01s
result: exit status 77
command: TEST_PATH=/build/reproducible-path/pkcs11-provider-1.0/tests MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 TESTBLDDIR=/build/reproducible-path/pkcs11-provider-1.0/obj-x86_64-linux-gnu/tests MALLOC_
==============================================================================halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=8 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 /build/reproducible-path/pkcs11-provider-1.0/tests/test-wrapper oaepsha2-softokn.t
=================================== 39/92 ====================================
test: pkcs11-provider:softokn / oaepsha2
start time: 10:06:48
duration: 0.01s
result: exit status 77
command: TEST_PATH=/build/reproducible-path/pkcs11-provider-1.0/tests MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 TESTBLDDIR=/build/reproducible-path/pkcs11-provider-1.0/obj-x86_64-linux-gnu/tests ASAN_OPTIONS=
==============================================================================tests ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 /build/reproducible-path/pkcs11-provider-1.0/tests/test-wrapper oaepsha2-kryoptic.
=================================== 40/92 ====================================
test: pkcs11-provider:kryoptic / oaepsha2
start time: 10:06:48
duration: 0.01s
result: exit status 77
command: TEST_PATH=/build/reproducible-path/pkcs11-provider-1.0/tests MALLOC_PERTURB_=190 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 TESTBLDDIR=/build/reproducible-path/pkcs11-provider-1.0/obj-x86_64-linux-gnu/
==============================================================================tests ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 /build/reproducible-path/pkcs11-provider-1.0/tests/test-wrapper oaepsha2-kryoptic.
=================================== 41/92 ====================================
test: pkcs11-provider:kryoptic.nss / oaepsha2
start time: 10:06:48
duration: 0.01s
result: exit status 77
command: TEST_PATH=/build/reproducible-path/pkcs11-provider-1.0/tests MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=201 TESTBLDDIR=/build/reproducible-path/pkcs11-provider-1.0/obj-x86_64-linux-gnu/
==============================================================================tests ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 /build/reproducible-path/pkcs11-provider-1.0/tests/test-wrapper hkdf-softokn.t
=================================== 42/92 ====================================
test: pkcs11-provider:softokn / hkdf
start time: 10:06:48
duration: 0.01s
result: exit status 77
command: TEST_PATH=/build/reproducible-path/pkcs11-provider-1.0/tests MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=173 TESTBLDDIR=/build/reproducible-path/pkcs11-provider-1.0/obj-x86_64-linux-gnu/
==============================================================================tests ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 /build/reproducible-path/pkcs11-provider-1.0/tests/test-wrapper hkdf-kryoptic.t
=================================== 43/92 ====================================
test: pkcs11-provider:kryoptic / hkdf
start time: 10:06:48
duration: 0.01s
result: exit status 77
command: TEST_PATH=/build/reproducible-path/pkcs11-provider-1.0/tests MALLOC_PERTURB_=189 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 TESTBLDDIR=/build/reproducible-path/pkcs11-provider-1.0/obj-x86_64-linux-gnu/
==============================================================================halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=55 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 /build/reproducible-path/pkcs11-provider-1.0/tests/test-wrapper hkdf-kryoptic.nss.
=================================== 44/92 ====================================
test: pkcs11-provider:kryoptic.nss / hkdf
start time: 10:06:48
duration: 0.01s
result: exit status 77
command: TEST_PATH=/build/reproducible-path/pkcs11-provider-1.0/tests MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 TESTBLDDIR=/build/reproducible-path/pkcs11-provider-1.0/obj-x86_64-linux-gnu/tests ASAN_OPTIONS=
==============================================================================tests ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 /build/reproducible-path/pkcs11-provider-1.0/tests/test-wrapper imported-softokn.t
=================================== 45/92 ====================================
test: pkcs11-provider:softokn / imported
start time: 10:06:48
duration: 0.01s
result: exit status 77
command: TEST_PATH=/build/reproducible-path/pkcs11-provider-1.0/tests MALLOC_PERTURB_=133 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 TESTBLDDIR=/build/reproducible-path/pkcs11-provider-1.0/obj-x86_64-linux-gnu/
==============================================================================tests ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 /build/reproducible-path/pkcs11-provider-1.0/tests/test-wrapper imported-kryoptic.
=================================== 46/92 ====================================
test: pkcs11-provider:kryoptic / imported
start time: 10:06:48
duration: 0.01s
result: exit status 77
command: TEST_PATH=/build/reproducible-path/pkcs11-provider-1.0/tests MALLOC_PERTURB_=12 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 TESTBLDDIR=/build/reproducible-path/pkcs11-provider-1.0/obj-x86_64-linux-gnu/
==============================================================================halt_on_error=1:abort_on_error=1:print_summary=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 MALLOC_PERTURB_=179 /build/reproducible-path/pkcs11-provider-1.0/tests/test-wrapper imported-
=================================== 47/92 ====================================
test: pkcs11-provider:kryoptic.nss / imported
start time: 10:06:48
duration: 0.01s
result: exit status 77
command: TEST_PATH=/build/reproducible-path/pkcs11-provider-1.0/tests MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 TESTBLDDIR=/build/reproducible-path/pkcs11-provider-1.0/obj-x86_64-linux-gnu/tests ASAN_OPTIONS=
==============================================================================tests ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 /build/reproducible-path/pkcs11-provider-1.0/tests/test-wrapper rsapss-softokn.t
=================================== 48/92 ====================================
test: pkcs11-provider:softokn / rsapss
start time: 10:06:48
duration: 0.01s
result: exit status 77
command: TEST_PATH=/build/reproducible-path/pkcs11-provider-1.0/tests MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=224 TESTBLDDIR=/build/reproducible-path/pkcs11-provider-1.0/obj-x86_64-linux-gnu/
==============================================================================tests ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 /build/reproducible-path/pkcs11-provider-1.0/tests/test-wrapper rsapss-softhsm.t
=================================== 49/92 ====================================
test: pkcs11-provider:softhsm / rsapss
start time: 10:06:48
duration: 0.19s
result: exit status 0
command: TEST_PATH=/build/reproducible-path/pkcs11-provider-1.0/tests MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=201 TESTBLDDIR=/build/reproducible-path/pkcs11-provider-1.0/obj-x86_64-linux-gnu/
----------------------------------- stdout -----------------------------------halt_on_error=1:abort_on_error=1:print_summary=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=96 MESON_TEST_ITERATION=1 /build/reproducible-path/pkcs11-provider-1.0/tests/test-wrapper rsapss-kryoptic.t
Executing /build/reproducible-path/pkcs11-provider-1.0/tests/trsapss
## DigestSign and DigestVerify with RSA PSS
openssl
pkeyutl -sign -inkey "${BASEURI}"
-digest sha256
-pkeyopt pad-mode:pss
-pkeyopt mgf1-digest:sha256
-pkeyopt saltlen:digest
-in ${RAND64FILE}
-rawin
-out ${TMPPDIR}/sha256-dgstsig.bin
openssl
pkeyutl -verify -inkey "${BASEURI}" -pubin
-digest sha256
-pkeyopt pad-mode:pss
-pkeyopt mgf1-digest:sha256
-pkeyopt saltlen:digest
-in ${RAND64FILE}
-rawin
-sigfile ${TMPPDIR}/sha256-dgstsig.bin
Signature Verified Successfully
Re-verify using OpenSSL default provider
openssl
pkeyutl -verify -inkey "${PUBURI}"
-pubin
-digest sha256
-pkeyopt pad-mode:pss
-pkeyopt mgf1-digest:sha256
-pkeyopt saltlen:digest
-in ${RAND64FILE}
-rawin
-sigfile ${TMPPDIR}/sha256-dgstsig.bin
Signature Verified Successfully
## DigestSign and DigestVerify with RSA PSS with default params
openssl
pkeyutl -sign -inkey "${BASEURI}"
-pkeyopt pad-mode:pss
-in ${RAND64FILE}
-rawin
-out ${TMPPDIR}/def-dgstsig.bin
openssl
pkeyutl -verify -inkey "${BASEURI}" -pubin
-pkeyopt pad-mode:pss
-in ${RAND64FILE}
-rawin
-sigfile ${TMPPDIR}/def-dgstsig.bin
Signature Verified Successfully
Re-verify using OpenSSL default provider
openssl
pkeyutl -verify -inkey "${PUBURI}"
-pubin
-pkeyopt pad-mode:pss
-in ${RAND64FILE}
-rawin
-sigfile ${TMPPDIR}/def-dgstsig.bin
Signature Verified Successfully ==============================================================================
=================================== 50/92 ====================================
test: pkcs11-provider:kryoptic / rsapss
start time: 10:06:48
duration: 0.01s
result: exit status 77
command: TEST_PATH=/build/reproducible-path/pkcs11-provider-1.0/tests MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 TESTBLDDIR=/build/reproducible-path/pkcs11-provider-1.0/obj-x86_64-linux-gnu/tests ASAN_OPTIONS=
==============================================================================tests ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 /build/reproducible-path/pkcs11-provider-1.0/tests/test-wrapper rsapss-kryoptic.
=================================== 51/92 ====================================
test: pkcs11-provider:kryoptic.nss / rsapss
start time: 10:06:48
duration: 0.01s
result: exit status 77
command: TEST_PATH=/build/reproducible-path/pkcs11-provider-1.0/tests MALLOC_PERTURB_=151 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 TESTBLDDIR=/build/reproducible-path/pkcs11-provider-1.0/obj-x86_64-linux-gnu/
==============================================================================tests ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 /build/reproducible-path/pkcs11-provider-1.0/tests/test-wrapper rsapssam-softhsm.t
=================================== 52/92 ====================================
test: pkcs11-provider:softhsm / rsapssam
start time: 10:06:48
duration: 0.13s
result: exit status 0
command: TEST_PATH=/build/reproducible-path/pkcs11-provider-1.0/tests MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=129 TESTBLDDIR=/build/reproducible-path/pkcs11-provider-1.0/obj-x86_64-linux-gnu/
----------------------------------- stdout -----------------------------------
Executing /build/reproducible-path/pkcs11-provider-1.0/tests/trsapssam
## DigestSign and DigestVerify with RSA PSS (SHA256 restriction)
openssl
pkeyutl -sign -inkey "${RSAPSS2PRIURI}"
-digest sha256
-pkeyopt pad-mode:pss
-pkeyopt mgf1-digest:sha256
-pkeyopt saltlen:digest
-in ${RAND64FILE}
-rawin
-out ${TMPPDIR}/sha256-rsapps-genpkey-dgstsig.bin
openssl
pkeyutl -verify -inkey "${RSAPSS2PUBURI}" -pubin
-digest sha256
-pkeyopt pad-mode:pss
-pkeyopt mgf1-digest:sha256
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 489 |
Nodes: | 16 (2 / 14) |
Uptime: | 31:08:01 |
Calls: | 9,666 |
Calls today: | 1 |
Files: | 13,716 |
Messages: | 6,168,853 |