summaryrefslogtreecommitdiff
path: root/tests/keys
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-11-22 10:31:06 -0800
committerAnas Nashif <anas.nashif@intel.com>2012-11-22 10:31:06 -0800
commit07bb297329b9e9754d09dcb6d70417272a626619 (patch)
treec1bdcad5f080f8cfe2e876604177670061cdc101 /tests/keys
parentf251dedaa31b48f7c05a4b53c112b40ebca890ef (diff)
downloadxmlsec1-07bb297329b9e9754d09dcb6d70417272a626619.tar.gz
xmlsec1-07bb297329b9e9754d09dcb6d70417272a626619.tar.bz2
xmlsec1-07bb297329b9e9754d09dcb6d70417272a626619.zip
Imported Upstream version 1.2.14upstream/1.2.14
Diffstat (limited to 'tests/keys')
-rw-r--r--tests/keys/README20
-rw-r--r--tests/keys/largersakey-win.p12bin6656 -> 0 bytes
-rw-r--r--tests/keys/largersakey-winxp.p12bin6683 -> 0 bytes
-rw-r--r--tests/keys/rsakey-win.p12bin4166 -> 0 bytes
-rw-r--r--tests/keys/rsakey-winxp.p12bin4193 -> 0 bytes
5 files changed, 0 insertions, 20 deletions
diff --git a/tests/keys/README b/tests/keys/README
index 14515024..555fe512 100644
--- a/tests/keys/README
+++ b/tests/keys/README
@@ -181,23 +181,3 @@ README
# (used in above step)
> pk12util -d <nss_config_dir> -i keycert.p12
-6. On Windows, one needs to specify Crypto Service Provider (CSP) in the
-pkcs12 file to ensure it is loaded correctly to be used with SHA2 algorithms.
-Worse, the CSP is different for XP and older versions
-
-
- Input: DSA/RSA private key in PEM or DER format
- Output: A PKCS12 file containing the private key, and a self-signed
- certificate with the corresponding public key. Plus the CSP
- name to be used for this key/cert.
-
-
- > cat rsakey.pem rsacert.pem ca2cert.pem cacert.pem > allrsa.pem
- > openssl pkcs12 -export -in allrsa.pem -name TestRsaKey -out rsakey-winxp.p12 -CSP "Microsoft Enhanced RSA and AES Cryptographic Provider (Prototype)"
- > openssl pkcs12 -export -in allrsa.pem -name TestRsaKey -out rsakey-win.p12 -CSP "Microsoft Enhanced RSA and AES Cryptographic Provider"
-
-
- > cat largersakey.pem largersacert.pem ca2cert.pem cacert.pem > alllargersa.pem
- > openssl pkcs12 -export -in alllargersa.pem -name TestLargeRsaKey -out largersakey-winxp.p12 -CSP "Microsoft Enhanced RSA and AES Cryptographic Provider (Prototype)"
- > openssl pkcs12 -export -in alllargersa.pem -name TestLargeRsaKey -out largersakey-win.p12 -CSP "Microsoft Enhanced RSA and AES Cryptographic Provider"
-
diff --git a/tests/keys/largersakey-win.p12 b/tests/keys/largersakey-win.p12
deleted file mode 100644
index af04b9e4..00000000
--- a/tests/keys/largersakey-win.p12
+++ /dev/null
Binary files differ
diff --git a/tests/keys/largersakey-winxp.p12 b/tests/keys/largersakey-winxp.p12
deleted file mode 100644
index 75746297..00000000
--- a/tests/keys/largersakey-winxp.p12
+++ /dev/null
Binary files differ
diff --git a/tests/keys/rsakey-win.p12 b/tests/keys/rsakey-win.p12
deleted file mode 100644
index e0281f7d..00000000
--- a/tests/keys/rsakey-win.p12
+++ /dev/null
Binary files differ
diff --git a/tests/keys/rsakey-winxp.p12 b/tests/keys/rsakey-winxp.p12
deleted file mode 100644
index 3817a7e1..00000000
--- a/tests/keys/rsakey-winxp.p12
+++ /dev/null
Binary files differ