summaryrefslogtreecommitdiff
path: root/tests/cert-tests/rsa-pss-pad
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cert-tests/rsa-pss-pad')
-rwxr-xr-xtests/cert-tests/rsa-pss-pad2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cert-tests/rsa-pss-pad b/tests/cert-tests/rsa-pss-pad
index 8129d9adcb..e2eccfbe8e 100755
--- a/tests/cert-tests/rsa-pss-pad
+++ b/tests/cert-tests/rsa-pss-pad
@@ -43,7 +43,7 @@ check_for_datefudge
for i in sha256 sha384 sha512;do
datefudge -s "2007-04-22" \
-"${CERTTOOL}" --generate-self-signed --rsa-pss \
+"${CERTTOOL}" --generate-self-signed --key-type rsa-pss \
--load-privkey "${srcdir}/data/template-test.key" \
--template "${srcdir}/templates/template-test.tmpl" \
--outfile "${TMPFILE}" --hash $i 2>/dev/null