diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-11-28 11:03:28 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-11-28 11:04:02 +0100 |
commit | 7795be6a85a199efbad5879e38a5472cf27ec8c0 (patch) | |
tree | 930f20c183d7c88b76a667f47a43812c609942d0 /tests | |
parent | 904aa7c298c426498cea8867e7aa73048345d4ff (diff) | |
download | gnutls-7795be6a85a199efbad5879e38a5472cf27ec8c0.tar.gz |
tests: added pkcs12 file with long password
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cert-tests/Makefile.am | 2 | ||||
-rw-r--r-- | tests/cert-tests/data/openssl.p12 | bin | 0 -> 3669 bytes | |||
-rwxr-xr-x | tests/cert-tests/pkcs12 | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/tests/cert-tests/Makefile.am b/tests/cert-tests/Makefile.am index 89b8fcc235..a3160ffcb7 100644 --- a/tests/cert-tests/Makefile.am +++ b/tests/cert-tests/Makefile.am @@ -61,7 +61,7 @@ EXTRA_DIST = data/ca-no-pathlen.pem data/no-ca-or-pathlen.pem data/aki-cert.pem data/selfsigs/alice.pub data/key-utf8-1.p12 data/key-utf8-2.p12 \ data/code-signing-ca.pem data/code-signing-cert.pem data/multi-value-dn.pem \ data/pkcs7-cat-ca.pem data/pkcs7-cat.p7 data/openssl.p7b data/openssl.p7b.out \ - data/openssl-keyid.p7b data/openssl-keyid.p7b.out + data/openssl-keyid.p7b data/openssl-keyid.p7b.out data/openssl.p12 dist_check_SCRIPTS = pathlen aki certtool invalid-sig email \ pkcs7 pkcs7-broken-sigs privkey-import name-constraints certtool-long-cn crl provable-privkey \ diff --git a/tests/cert-tests/data/openssl.p12 b/tests/cert-tests/data/openssl.p12 Binary files differnew file mode 100644 index 0000000000..b7915882a6 --- /dev/null +++ b/tests/cert-tests/data/openssl.p12 diff --git a/tests/cert-tests/pkcs12 b/tests/cert-tests/pkcs12 index c52b09b06c..bd71ded94d 100755 --- a/tests/cert-tests/pkcs12 +++ b/tests/cert-tests/pkcs12 @@ -37,7 +37,7 @@ TMPFILE_PEM=pkcs12.$$.pem.tmp DEBUG="1" ret=0 -for p12 in "client.p12 foobar" "noclient.p12" "unclient.p12" "pkcs12_2certs.p12"; do +for p12 in "client.p12 foobar" "openssl.p12 CaudFocwijRupogDoicsApfiHadManUgNa" "noclient.p12" "unclient.p12" "pkcs12_2certs.p12"; do set -- ${p12} file="$1" passwd="$2" |