diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-04-04 15:22:06 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-04-04 16:40:15 +0200 |
commit | 809631ddc7612d41d90e69967c644c1dcb1c9e3b (patch) | |
tree | 444c4870c909f06e375f7288caf1eb512c373e13 /tests/cert-tests/pkcs12 | |
parent | 170f6a4c1e50d98525b2bd4bc13db1749a7d3ca2 (diff) | |
download | gnutls-809631ddc7612d41d90e69967c644c1dcb1c9e3b.tar.gz |
tests: added unit test for PKCS#12 with file that uses PBES1 with no salttmp-pkcs12-zero-salt-fix
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'tests/cert-tests/pkcs12')
-rwxr-xr-x | tests/cert-tests/pkcs12 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cert-tests/pkcs12 b/tests/cert-tests/pkcs12 index a1639c0c7f..f99b21b24b 100755 --- a/tests/cert-tests/pkcs12 +++ b/tests/cert-tests/pkcs12 @@ -45,7 +45,7 @@ TMPFILE_PEM=pkcs12.$$.pem.tmp DEBUG="1" -for p12 in "no-salt.p12 Red%20Hat%20Enterprise%20Linux%207.4" "mac-sha512.p12 Red%20Hat%20Enterprise%20Linux%207.4" "cert-with-crl.p12 password" "client.p12 foobar" "openssl.p12 CaudFocwijRupogDoicsApfiHadManUgNa" "noclient.p12" "unclient.p12" "pkcs12_2certs.p12"; do +for p12 in "pbes1-no-salt.p12 Red%20Hat%20Enterprise%20Linux%207.4" "no-salt.p12 Red%20Hat%20Enterprise%20Linux%207.4" "mac-sha512.p12 Red%20Hat%20Enterprise%20Linux%207.4" "cert-with-crl.p12 password" "client.p12 foobar" "openssl.p12 CaudFocwijRupogDoicsApfiHadManUgNa" "noclient.p12" "unclient.p12" "pkcs12_2certs.p12"; do set -- ${p12} file="$1" passwd=$(echo $2|sed 's/%20/ /g') |