]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
tests: updated for new rsa-pss key in doc/credentials
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 8 Aug 2017 13:50:44 +0000 (15:50 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 8 Aug 2017 14:10:51 +0000 (16:10 +0200)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
tests/cert-tests/pkcs7

index 77726d7829f1e2ab389e3fcebd086246f6e32222..9f6d59b0c15edaa0feb84535384d6860e7931a68 100755 (executable)
@@ -266,7 +266,7 @@ if test "${rc}" != "0"; then
 fi
 
 FILE="rsa-pss-signing"
-${VALGRIND} "${CERTTOOL}" --p7-sign --load-privkey  "${srcdir}/../../doc/credentials/x509/key-rsa.pem" --load-certificate "${srcdir}/../../doc/credentials/x509/cert-rsa-pss.pem" --infile "${srcdir}/data/pkcs7-detached.txt" >"${OUTFILE}"
+${VALGRIND} "${CERTTOOL}" --p7-sign --load-privkey  "${srcdir}/../../doc/credentials/x509/key-rsa-pss.pem" --load-certificate "${srcdir}/../../doc/credentials/x509/cert-rsa-pss.pem" --infile "${srcdir}/data/pkcs7-detached.txt" >"${OUTFILE}"
 rc=$?
 
 if test "${rc}" != "0"; then