aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/vectors/asymmetric/PKCS8
Commit message (Collapse)AuthorAgeFilesLines
* cryptography.vectorsAlex Stapleton2014-03-2218-367/+0
|
* Unencrypted PKCS8 ECC private keys from BotanAlex Stapleton2014-02-225-0/+40
| | | | https://github.com/randombit/botan/tree/4917f26a2b154e841cd27c1bcecdd41d2bdeb6ce/src/tests/data/ecc
* Private keys from GnuTLS tests/pkcs12_s2k_pem.cAlex Stapleton2014-02-2210-0/+170
| | | | | | | | | https://gitorious.org/gnutls/gnutls/source/f8d943b38bf74eaaa11d396112daf43cb8aa82ae:tests/pkcs12_s2k_pem.c Part of a regression test in GnuTLS for a PKCS#12 parsing bug http://thread.gmane.org/gmane.network.gnutls.general/1663 Password is "123456" for all of them.
* Encrypted RSA private key from GnuTLS testsAlex Stapleton2014-02-221-0/+40
| | | | | | https://gitorious.org/gnutls/gnutls/source/f8d943b38bf74eaaa11d396112daf43cb8aa82ae:tests/pkcs8-decode/enc2pkcs8.pem Password is "baz"
* Unencrypted RSA private key from GnuTLS testsAlex Stapleton2014-02-221-0/+79
| | | | | | https://gitorious.org/gnutls/gnutls/source/f8d943b38bf74eaaa11d396112daf43cb8aa82ae:tests/pkcs8-decode/unencpkcs8.pem There is no password.
* Encrypted PKCS8 RSA key From the GnuTLS test suiteAlex Stapleton2014-02-221-0/+38
https://gitorious.org/gnutls/gnutls/source/f8d943b38bf74eaaa11d396112daf43cb8aa82ae:tests/pkcs8-decode/encpkcs8.pem Password is "foobar"