mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-01 03:53:33 +00:00
cc1920749e
Your redbean can now interoperate with clients that require TLS crypto. This is accomplished using a protocol polyglot that lets us distinguish between HTTP and HTTPS regardless of the port number. Certificates will be generated automatically, if none are supplied by the user. Footprint increases by only a few hundred kb so redbean in MODY=tiny is now 1.0mb - Add lseek() polyfills for ZIP executable - Automatically polyfill /tmp/FOO paths on NT - Fix readdir() / ftw() / nftw() bugs on Windows - Introduce -B flag for slower SSL that's stronger - Remove mbedtls features Cosmopolitan doesn't need - Have base64 decoder support the uri-safe alternative - Remove Truncated HMAC because it's forbidden by the IETF - Add all the mbedtls test suites and make them go 3x faster - Support opendir() / readdir() / closedir() on ZIP executable - Use Everest for ECDHE-ECDSA because it's so good it's so good - Add tinier implementation of sha1 since it's not worth the rom - Add chi-square monte-carlo mean correlation tests for getrandom() - Source entropy on Windows from the proper interface everyone uses We're continuing to outperform NGINX and other servers on raw message throughput. Using SSL means that instead of 1,000,000 qps you can get around 300,000 qps. However redbean isn't as fast as NGINX yet at SSL handshakes, since redbean can do 2,627 per second and NGINX does 4.3k Right now, the SSL UX story works best if you give your redbean a key signing key since that can be easily generated by openssl using a one liner then redbean will do all the things that are impossibly hard to do like signing ecdsa and rsa certificates that'll work in chrome. We should integrate the let's encrypt acme protocol in the future. Live Demo: https://redbean.justine.lol/ Root Cert: https://redbean.justine.lol/redbean1.crt
1156 lines
55 KiB
Text
1156 lines
55 KiB
Text
Parse RSA Key #1 (No password when required)
|
|
depends_on:0:1:2:3
|
|
0:char*:"zip:third_party/mbedtls/test/data/test-ca.key":char*:"NULL":exp:0
|
|
|
|
Parse RSA Key #2 (Correct password)
|
|
depends_on:0:1:2:3
|
|
0:char*:"zip:third_party/mbedtls/test/data/test-ca.key":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #3 (Wrong password)
|
|
depends_on:0:1:2:3
|
|
0:char*:"zip:third_party/mbedtls/test/data/test-ca.key":char*:"PolarSSLWRONG":exp:1
|
|
|
|
Parse RSA Key #4 (DES Encrypted)
|
|
depends_on:0:3:1:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs1_1024_des.pem":char*:"testkey":int:0
|
|
|
|
Parse RSA Key #5 (3DES Encrypted)
|
|
depends_on:0:3:1:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs1_1024_3des.pem":char*:"testkey":int:0
|
|
|
|
Parse RSA Key #6 (AES-128 Encrypted)
|
|
depends_on:0:4:1:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs1_1024_aes128.pem":char*:"testkey":int:0
|
|
|
|
Parse RSA Key #7 (AES-192 Encrypted)
|
|
depends_on:0:4:1:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs1_1024_aes192.pem":char*:"testkey":int:0
|
|
|
|
Parse RSA Key #8 (AES-256 Encrypted)
|
|
depends_on:0:4:1:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs1_1024_aes256.pem":char*:"testkey":int:0
|
|
|
|
Parse RSA Key #9 (2048-bit, DES Encrypted)
|
|
depends_on:0:3:1:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs1_2048_des.pem":char*:"testkey":int:0
|
|
|
|
Parse RSA Key #10 (2048-bit, 3DES Encrypted)
|
|
depends_on:0:3:1:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs1_2048_3des.pem":char*:"testkey":int:0
|
|
|
|
Parse RSA Key #11 (2048-bit, AES-128 Encrypted)
|
|
depends_on:0:4:1:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs1_2048_aes128.pem":char*:"testkey":int:0
|
|
|
|
Parse RSA Key #12 (2048-bit, AES-192 Encrypted)
|
|
depends_on:0:4:1:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs1_2048_aes192.pem":char*:"testkey":int:0
|
|
|
|
Parse RSA Key #13 (2048-bit, AES-256 Encrypted)
|
|
depends_on:0:4:1:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs1_2048_aes256.pem":char*:"testkey":int:0
|
|
|
|
Parse RSA Key #14 (4096-bit, DES Encrypted)
|
|
depends_on:0:3:1:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs1_4096_des.pem":char*:"testkey":int:0
|
|
|
|
Parse RSA Key #15 (4096-bit, 3DES Encrypted)
|
|
depends_on:0:3:1:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs1_4096_3des.pem":char*:"testkey":int:0
|
|
|
|
Parse RSA Key #16 (4096-bit, AES-128 Encrypted)
|
|
depends_on:0:4:1:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs1_4096_aes128.pem":char*:"testkey":int:0
|
|
|
|
Parse RSA Key #17 (4096-bit, AES-192 Encrypted)
|
|
depends_on:0:4:1:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs1_4096_aes192.pem":char*:"testkey":int:0
|
|
|
|
Parse RSA Key #18 (4096-bit, AES-256 Encrypted)
|
|
depends_on:0:4:1:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs1_4096_aes256.pem":char*:"testkey":int:0
|
|
|
|
Parse RSA Key #19 (PKCS#8 wrapped)
|
|
depends_on:0:1
|
|
0:char*:"zip:third_party/mbedtls/test/data/format_gen.key":char*:"":int:0
|
|
|
|
Parse RSA Key #20 (PKCS#8 encrypted SHA1-3DES)
|
|
depends_on:3:5:1:6:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbe_sha1_1024_3des.pem":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #20.1 (PKCS#8 encrypted SHA1-3DES, wrong PW)
|
|
depends_on:3:5:1:6:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbe_sha1_1024_3des.pem":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #20.2 (PKCS#8 encrypted SHA1-3DES, no PW)
|
|
depends_on:3:5:1:6
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbe_sha1_1024_3des.pem":char*:"":exp:0
|
|
|
|
Parse RSA Key #21 (PKCS#8 encrypted SHA1-3DES, 2048-bit)
|
|
depends_on:3:5:1:6:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbe_sha1_2048_3des.pem":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #21.1 (PKCS#8 encrypted SHA1-3DES, 2048-bit, wrong PW)
|
|
depends_on:3:5:1:6:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbe_sha1_2048_3des.pem":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #21.2 (PKCS#8 encrypted SHA1-3DES, 2048-bit, no PW)
|
|
depends_on:3:5:1:6
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbe_sha1_2048_3des.pem":char*:"":exp:0
|
|
|
|
Parse RSA Key #22 (PKCS#8 encrypted SHA1-3DES, 4096-bit)
|
|
depends_on:3:5:1:6:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbe_sha1_4096_3des.pem":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #22.1 (PKCS#8 encrypted SHA1-3DES, 4096-bit, wrong PW)
|
|
depends_on:3:5:1:6:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbe_sha1_4096_3des.pem":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #22.2 (PKCS#8 encrypted SHA1-3DES, 4096-bit, no PW)
|
|
depends_on:3:5:1:6
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbe_sha1_4096_3des.pem":char*:"":exp:0
|
|
|
|
Parse RSA Key #23 (PKCS#8 encrypted SHA1-3DES DER)
|
|
depends_on:3:5:6:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbe_sha1_1024_3des.der":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #24 (PKCS#8 encrypted SHA1-3DES DER, 2048-bit)
|
|
depends_on:3:5:6:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbe_sha1_2048_3des.der":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #25 (PKCS#8 encrypted SHA1-3DES DER, 4096-bit)
|
|
depends_on:3:5:6:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbe_sha1_4096_3des.der":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #26 (PKCS#8 encrypted SHA1-2DES)
|
|
depends_on:3:5:1:6:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbe_sha1_1024_2des.pem":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #26.1 (PKCS#8 encrypted SHA1-2DES, wrong PW)
|
|
depends_on:3:5:1:6:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbe_sha1_1024_2des.pem":char*:"PolarSLTest":exp:1
|
|
|
|
Parse RSA Key #26.2 (PKCS#8 encrypted SHA1-2DES, no PW)
|
|
depends_on:3:5:1:6
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbe_sha1_1024_2des.pem":char*:"":exp:0
|
|
|
|
Parse RSA Key #27 (PKCS#8 encrypted SHA1-2DES, 2048-bit)
|
|
depends_on:3:5:1:6:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbe_sha1_2048_2des.pem":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #27.1 (PKCS#8 encrypted SHA1-2DES, 2048-bit, wrong PW)
|
|
depends_on:3:5:1:6:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbe_sha1_2048_2des.pem":char*:"PolarSLTest":exp:1
|
|
|
|
Parse RSA Key #27.2 (PKCS#8 encrypted SHA1-2DES, 2048-bit no PW)
|
|
depends_on:3:5:1:6
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbe_sha1_2048_2des.pem":char*:"":exp:0
|
|
|
|
Parse RSA Key #28 (PKCS#8 encrypted SHA1-2DES, 4096-bit)
|
|
depends_on:3:5:1:6:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbe_sha1_4096_2des.pem":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #28.1 (PKCS#8 encrypted SHA1-2DES, 4096-bit, wrong PW)
|
|
depends_on:3:5:1:6:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbe_sha1_4096_2des.pem":char*:"PolarSLTest":exp:1
|
|
|
|
Parse RSA Key #28.2 (PKCS#8 encrypted SHA1-2DES, 4096-bit, no PW)
|
|
depends_on:3:5:1:6
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbe_sha1_4096_2des.pem":char*:"":exp:0
|
|
|
|
Parse RSA Key #29 (PKCS#8 encrypted SHA1-2DES DER)
|
|
depends_on:3:5:6:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbe_sha1_1024_2des.der":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #30 (PKCS#8 encrypted SHA1-2DES DER, 2048-bit)
|
|
depends_on:3:5:6:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbe_sha1_2048_2des.der":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #31 (PKCS#8 encrypted SHA1-2DES DER, 4096-bit)
|
|
depends_on:3:5:6:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbe_sha1_4096_2des.der":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #32 (PKCS#8 encrypted SHA1-RC4-128)
|
|
depends_on:8:5:1:6
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbe_sha1_1024_rc4_128.pem":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #32.1 (PKCS#8 encrypted SHA1-RC4-128, wrong PW)
|
|
depends_on:8:5:1:6
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbe_sha1_1024_rc4_128.pem":char*:"PolarSSLTe":exp:1
|
|
|
|
Parse RSA Key #32.2 (PKCS#8 encrypted SHA1-RC4-128, no PW)
|
|
depends_on:8:5:1:6
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbe_sha1_1024_rc4_128.pem":char*:"":exp:0
|
|
|
|
Parse RSA Key #33 (PKCS#8 encrypted SHA1-RC4-128, 2048-bit)
|
|
depends_on:8:5:1:6
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbe_sha1_2048_rc4_128.pem":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #33.1 (PKCS#8 encrypted SHA1-RC4-128, 2048-bit, wrong PW)
|
|
depends_on:8:5:1:6
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbe_sha1_2048_rc4_128.pem":char*:"PolarSSLTe":exp:1
|
|
|
|
Parse RSA Key #33.2 (PKCS#8 encrypted SHA1-RC4-128, 2048-bit, no PW)
|
|
depends_on:8:5:1:6
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbe_sha1_2048_rc4_128.pem":char*:"":exp:0
|
|
|
|
Parse RSA Key #34 (PKCS#8 encrypted SHA1-RC4-128, 4096-bit)
|
|
depends_on:8:5:1:6
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbe_sha1_4096_rc4_128.pem":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #34.1 (PKCS#8 encrypted SHA1-RC4-128, 4096-bit, wrong PW)
|
|
depends_on:8:5:1:6
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbe_sha1_4096_rc4_128.pem":char*:"PolarSSLTe":exp:1
|
|
|
|
Parse RSA Key #34.2 (PKCS#8 encrypted SHA1-RC4-128, 4096-bit, no PW)
|
|
depends_on:8:5:1:6
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbe_sha1_4096_rc4_128.pem":char*:"":exp:0
|
|
|
|
Parse RSA Key #35 (PKCS#8 encrypted SHA1-RC4-128 DER)
|
|
depends_on:8:5:6:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbe_sha1_1024_rc4_128.der":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #36 (PKCS#8 encrypted SHA1-RC4-128 DER, 2048-bit)
|
|
depends_on:8:5:6:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbe_sha1_2048_rc4_128.der":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #37 (PKCS#8 encrypted SHA1-RC4-128 DER, 4096-bit)
|
|
depends_on:8:5:6:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbe_sha1_4096_rc4_128.der":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #38 (PKCS#8 encrypted v2 PBKDF2 3DES)
|
|
depends_on:3:5:1:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_3des.pem":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #38.1 (PKCS#8 encrypted v2 PBKDF2 3DES, wrong PW)
|
|
depends_on:3:5:1:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_3des.pem":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #38.2 (PKCS#8 encrypted v2 PBKDF2 3DES, no PW)
|
|
depends_on:3:5:1:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_3des.pem":char*:"":exp:0
|
|
|
|
Parse RSA Key #39 (PKCS#8 encrypted v2 PBKDF2 3DES, 2048-bit)
|
|
depends_on:3:5:1:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_3des.pem":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #39.1 (PKCS#8 encrypted v2 PBKDF2 3DES, 2048-bit, wrong PW)
|
|
depends_on:3:5:1:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_3des.pem":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #39.2 (PKCS#8 encrypted v2 PBKDF2 3DES, 2048-bit, no PW)
|
|
depends_on:3:5:1:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_3des.pem":char*:"":exp:0
|
|
|
|
Parse RSA Key #40 (PKCS#8 encrypted v2 PBKDF2 3DES, 4096-bit)
|
|
depends_on:3:5:1:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_3des.pem":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #40.1 (PKCS#8 encrypted v2 PBKDF2 3DES, 4096-bit, wrong PW)
|
|
depends_on:3:5:1:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_3des.pem":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #40.2 (PKCS#8 encrypted v2 PBKDF2 3DES, 4096-bit, no PW)
|
|
depends_on:3:5:1:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_3des.pem":char*:"":exp:0
|
|
|
|
Parse RSA Key #41 (PKCS#8 encrypted v2 PBKDF2 3DES DER)
|
|
depends_on:3:5:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_3des.der":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #41.1 (PKCS#8 encrypted v2 PBKDF2 3DES DER, wrong PW)
|
|
depends_on:3:5:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_3des.der":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #41.2 (PKCS#8 encrypted v2 PBKDF2 3DES DER, no PW)
|
|
depends_on:3:5:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_3des.der":char*:"":exp:2
|
|
|
|
Parse RSA Key #42 (PKCS#8 encrypted v2 PBKDF2 3DES DER, 2048-bit)
|
|
depends_on:3:5:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_3des.der":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #42.1 (PKCS#8 encrypted v2 PBKDF2 3DES DER, 2048-bit, wrong PW)
|
|
depends_on:3:5:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_3des.der":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #42.2 (PKCS#8 encrypted v2 PBKDF2 3DES DER, 2048-bit, no PW)
|
|
depends_on:3:5:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_3des.der":char*:"":exp:2
|
|
|
|
Parse RSA Key #43 (PKCS#8 encrypted v2 PBKDF2 3DES DER, 4096-bit)
|
|
depends_on:3:5:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_3des.der":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #43.1 (PKCS#8 encrypted v2 PBKDF2 3DES DER, 4096-bit, wrong PW)
|
|
depends_on:3:5:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_3des.der":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #43.2 (PKCS#8 encrypted v2 PBKDF2 3DES DER, 4096-bit, no PW)
|
|
depends_on:3:5:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_3des.der":char*:"":exp:2
|
|
|
|
Parse RSA Key #44 (PKCS#8 encrypted v2 PBKDF2 DES)
|
|
depends_on:3:5:1:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_des.pem":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #44.1 (PKCS#8 encrypted v2 PBKDF2 DES, wrong PW)
|
|
depends_on:3:5:1:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_des.pem":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #44.2 (PKCS#8 encrypted v2 PBKDF2 DES, no PW)
|
|
depends_on:3:5:1:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_des.pem":char*:"":exp:0
|
|
|
|
Parse RSA Key #45 (PKCS#8 encrypted v2 PBKDF2 DES, 2048-bit)
|
|
depends_on:3:5:1:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_des.pem":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #45.1 (PKCS#8 encrypted v2 PBKDF2 DES, 2048-bit, wrong PW)
|
|
depends_on:3:5:1:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_des.pem":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #45.2 (PKCS#8 encrypted v2 PBKDF2 DES, 2048-bit, no PW)
|
|
depends_on:3:5:1:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_des.pem":char*:"":exp:0
|
|
|
|
Parse RSA Key #46 (PKCS#8 encrypted v2 PBKDF2 DES, 4096-bit)
|
|
depends_on:3:5:1:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_des.pem":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #46.1 (PKCS#8 encrypted v2 PBKDF2 DES, 4096-bit, wrong PW)
|
|
depends_on:3:5:1:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_des.pem":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #46.2 (PKCS#8 encrypted v2 PBKDF2 DES, 4096-bit, no PW)
|
|
depends_on:3:5:1:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_des.pem":char*:"":exp:0
|
|
|
|
Parse RSA Key #47 (PKCS#8 encrypted v2 PBKDF2 DES DER)
|
|
depends_on:3:5:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_des.der":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #47.1 (PKCS#8 encrypted v2 PBKDF2 DES DER, wrong PW)
|
|
depends_on:3:5:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_des.der":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #47.2 (PKCS#8 encrypted v2 PBKDF2 DES DER, no PW)
|
|
depends_on:3:5:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_des.der":char*:"":exp:2
|
|
|
|
Parse RSA Key #48 (PKCS#8 encrypted v2 PBKDF2 DES DER, 2048-bit)
|
|
depends_on:3:5:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_des.der":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #48.1 (PKCS#8 encrypted v2 PBKDF2 DES DER, 2048-bit, wrong PW)
|
|
depends_on:3:5:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_des.der":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #48.2 (PKCS#8 encrypted v2 PBKDF2 DES DER, 2048-bit, no PW)
|
|
depends_on:3:5:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_des.der":char*:"":exp:2
|
|
|
|
Parse RSA Key #49 (PKCS#8 encrypted v2 PBKDF2 DES DER, 4096-bit)
|
|
depends_on:3:5:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_des.der":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #49.1 (PKCS#8 encrypted v2 PBKDF2 DES DER, 4096-bit, wrong PW)
|
|
depends_on:3:5:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_des.der":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #49.2 (PKCS#8 encrypted v2 PBKDF2 DES DER, 4096-bit, no PW)
|
|
depends_on:3:5:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_des.der":char*:"":exp:2
|
|
|
|
Parse RSA Key #50 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA224)
|
|
depends_on:3:10:1:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_3des_sha224.pem":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #50.1 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA224, wrong PW)
|
|
depends_on:3:10:1:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_3des_sha224.pem":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #50.2 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA224, no PW)
|
|
depends_on:3:10:1:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_3des_sha224.pem":char*:"":exp:0
|
|
|
|
Parse RSA Key #51 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA224, 2048-bit)
|
|
depends_on:3:10:1:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_3des_sha224.pem":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #51.1 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA224, 2048-bit, wrong PW)
|
|
depends_on:3:10:1:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_3des_sha224.pem":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #51.2 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA224, 2048-bit, no PW)
|
|
depends_on:3:10:1:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_3des_sha224.pem":char*:"":exp:0
|
|
|
|
Parse RSA Key #52 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA224, 4096-bit)
|
|
depends_on:3:10:1:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_3des_sha224.pem":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #52.1 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA224, 4096-bit, wrong PW)
|
|
depends_on:3:10:1:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_3des_sha224.pem":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #52.2 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA224, 4096-bit, no PW)
|
|
depends_on:3:10:1:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_3des_sha224.pem":char*:"":exp:0
|
|
|
|
Parse RSA Key #53 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA224 DER)
|
|
depends_on:3:10:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_3des_sha224.der":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #53.1 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA224 DER, wrong PW)
|
|
depends_on:3:10:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_3des_sha224.der":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #53.2 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA224 DER, no PW)
|
|
depends_on:3:10:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_3des_sha224.der":char*:"":exp:2
|
|
|
|
Parse RSA Key #54 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA224 DER, 2048-bit)
|
|
depends_on:3:10:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_3des_sha224.der":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #54.1 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA224 DER, 2048-bit, wrong PW)
|
|
depends_on:3:10:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_3des_sha224.der":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #54.2 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA224 DER, 2048-bit, no PW)
|
|
depends_on:3:10:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_3des_sha224.der":char*:"":exp:2
|
|
|
|
Parse RSA Key #55 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA224 DER, 4096-bit)
|
|
depends_on:3:10:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_3des_sha224.der":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #55.1 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA224 DER, 4096-bit, wrong PW)
|
|
depends_on:3:10:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_3des_sha224.der":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #55.2 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA224 DER, 4096-bit, no PW)
|
|
depends_on:3:10:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_3des_sha224.der":char*:"":exp:2
|
|
|
|
Parse RSA Key #56 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA224)
|
|
depends_on:3:10:1:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_des_sha224.pem":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #56.1 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA224, wrong PW)
|
|
depends_on:3:10:1:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_des_sha224.pem":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #56.2 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA224, no PW)
|
|
depends_on:3:10:1:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_des_sha224.pem":char*:"":exp:0
|
|
|
|
Parse RSA Key #57 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA224, 2048-bit)
|
|
depends_on:3:10:1:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_des_sha224.pem":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #57.1 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA224, 2048-bit, wrong PW)
|
|
depends_on:3:10:1:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_des_sha224.pem":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #57.2 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA224, 2048-bit, no PW)
|
|
depends_on:3:10:1:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_des_sha224.pem":char*:"":exp:0
|
|
|
|
Parse RSA Key #58 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA224, 4096-bit)
|
|
depends_on:3:10:1:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_des_sha224.pem":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #58.1 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA224, 4096-bit, wrong PW)
|
|
depends_on:3:10:1:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_des_sha224.pem":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #58.2 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA224, 4096-bit, no PW)
|
|
depends_on:3:10:1:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_des_sha224.pem":char*:"":exp:0
|
|
|
|
Parse RSA Key #59 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA224 DER)
|
|
depends_on:3:10:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_des_sha224.der":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #59.1 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA224 DER, wrong PW)
|
|
depends_on:3:10:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_des_sha224.der":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #59.2 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA224 DER, no PW)
|
|
depends_on:3:10:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_des_sha224.der":char*:"":exp:2
|
|
|
|
Parse RSA Key #60 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA224 DER, 2048-bit)
|
|
depends_on:3:10:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_des_sha224.der":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #60.1 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA224 DER, 2048-bit, wrong PW)
|
|
depends_on:3:10:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_des_sha224.der":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #60.2 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA224 DER, 2048-bit, no PW)
|
|
depends_on:3:10:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_des_sha224.der":char*:"":exp:2
|
|
|
|
Parse RSA Key #61 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA224 DER, 4096-bit)
|
|
depends_on:3:10:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_des_sha224.der":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #61.1 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA224 DER, 4096-bit, wrong PW)
|
|
depends_on:3:10:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_des_sha224.der":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #61.2 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA224 DER, 4096-bit, no PW)
|
|
depends_on:3:10:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_des_sha224.der":char*:"":exp:2
|
|
|
|
Parse RSA Key #62 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA256)
|
|
depends_on:3:10:1:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_3des_sha256.pem":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #62.1 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA256, wrong PW)
|
|
depends_on:3:10:1:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_3des_sha256.pem":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #62.2 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA256, no PW)
|
|
depends_on:3:10:1:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_3des_sha256.pem":char*:"":exp:0
|
|
|
|
Parse RSA Key #63 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA256, 2048-bit)
|
|
depends_on:3:10:1:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_3des_sha256.pem":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #63.1 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA256, 2048-bit, wrong PW)
|
|
depends_on:3:10:1:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_3des_sha256.pem":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #63.2 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA256, 2048-bit, no PW)
|
|
depends_on:3:10:1:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_3des_sha256.pem":char*:"":exp:0
|
|
|
|
Parse RSA Key #64 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA256, 4096-bit)
|
|
depends_on:3:10:1:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_3des_sha256.pem":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #64.1 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA256, 4096-bit, wrong PW)
|
|
depends_on:3:10:1:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_3des_sha256.pem":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #64.2 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA256, 4096-bit, no PW)
|
|
depends_on:3:10:1:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_3des_sha256.pem":char*:"":exp:0
|
|
|
|
Parse RSA Key #65 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA256 DER)
|
|
depends_on:3:10:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_3des_sha256.der":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #65.1 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA256 DER, wrong PW)
|
|
depends_on:3:10:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_3des_sha256.der":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #65.2 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA256 DER, no PW)
|
|
depends_on:3:10:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_3des_sha256.der":char*:"":exp:2
|
|
|
|
Parse RSA Key #66 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA256 DER, 2048-bit)
|
|
depends_on:3:10:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_3des_sha256.der":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #66.1 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA256 DER, 2048-bit, wrong PW)
|
|
depends_on:3:10:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_3des_sha256.der":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #66.2 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA256 DER, 2048-bit, no PW)
|
|
depends_on:3:10:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_3des_sha256.der":char*:"":exp:2
|
|
|
|
Parse RSA Key #67 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA256 DER, 4096-bit)
|
|
depends_on:3:10:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_3des_sha256.der":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #68.1 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA256 DER, 4096-bit, wrong PW)
|
|
depends_on:3:10:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_3des_sha256.der":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #68.2 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA256 DER, 4096-bit, no PW)
|
|
depends_on:3:10:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_3des_sha256.der":char*:"":exp:2
|
|
|
|
Parse RSA Key #69 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA256)
|
|
depends_on:3:10:1:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_des_sha256.pem":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #69.1 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA256, wrong PW)
|
|
depends_on:3:10:1:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_des_sha256.pem":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #69.2 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA256, no PW)
|
|
depends_on:3:10:1:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_des_sha256.pem":char*:"":exp:0
|
|
|
|
Parse RSA Key #70 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA256, 2048-bit)
|
|
depends_on:3:10:1:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_des_sha256.pem":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #70.1 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA256, 2048-bit, wrong PW)
|
|
depends_on:3:10:1:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_des_sha256.pem":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #70.2 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA256, 2048-bit, no PW)
|
|
depends_on:3:10:1:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_des_sha256.pem":char*:"":exp:0
|
|
|
|
Parse RSA Key #71 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA256, 4096-bit)
|
|
depends_on:3:10:1:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_des_sha256.pem":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #71.1 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA256, 4096-bit, wrong PW)
|
|
depends_on:3:10:1:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_des_sha256.pem":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #71.2 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA256, 4096-bit, no PW)
|
|
depends_on:3:10:1:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_des_sha256.pem":char*:"":exp:0
|
|
|
|
Parse RSA Key #72 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA256 DER)
|
|
depends_on:3:10:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_des_sha256.der":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #72.1 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA256 DER, wrong PW)
|
|
depends_on:3:10:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_des_sha256.der":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #72.2 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA256 DER, no PW)
|
|
depends_on:3:10:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_des_sha256.der":char*:"":exp:2
|
|
|
|
Parse RSA Key #73 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA256 DER, 2048-bit)
|
|
depends_on:3:10:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_des_sha256.der":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #73.1 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA256 DER, 2048-bit, wrong PW)
|
|
depends_on:3:10:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_des_sha256.der":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #73.2 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA256 DER, 2048-bit, no PW)
|
|
depends_on:3:10:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_des_sha256.der":char*:"":exp:2
|
|
|
|
Parse RSA Key #74 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA256 DER, 4096-bit)
|
|
depends_on:3:10:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_des_sha256.der":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #74.1 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA256 DER, 4096-bit, wrong PW)
|
|
depends_on:3:10:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_des_sha256.der":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #74.2 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA256 DER, 4096-bit, no PW)
|
|
depends_on:3:10:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_des_sha256.der":char*:"":exp:2
|
|
|
|
Parse RSA Key #75 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA384)
|
|
depends_on:3:11:12:1:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_3des_sha384.pem":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #75.1 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA384, wrong PW)
|
|
depends_on:3:11:12:1:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_3des_sha384.pem":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #75.2 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA384, no PW)
|
|
depends_on:3:11:12:1:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_3des_sha384.pem":char*:"":exp:0
|
|
|
|
Parse RSA Key #76 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA384, 2048-bit)
|
|
depends_on:3:11:12:1:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_3des_sha384.pem":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #76.1 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA384, 2048-bit, wrong PW)
|
|
depends_on:3:11:12:1:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_3des_sha384.pem":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #76.2 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA384, 2048-bit, no PW)
|
|
depends_on:3:11:12:1:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_3des_sha384.pem":char*:"":exp:0
|
|
|
|
Parse RSA Key #77 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA384, 4096-bit)
|
|
depends_on:3:11:12:1:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_3des_sha384.pem":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #77.1 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA384, 4096-bit, wrong PW)
|
|
depends_on:3:11:12:1:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_3des_sha384.pem":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #77.2 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA384, 4096-bit, no PW)
|
|
depends_on:3:11:12:1:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_3des_sha384.pem":char*:"":exp:0
|
|
|
|
Parse RSA Key #78 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA384 DER)
|
|
depends_on:3:11:12:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_3des_sha384.der":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #78.1 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA384 DER, wrong PW)
|
|
depends_on:3:11:12:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_3des_sha384.der":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #78.2 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA384 DER, no PW)
|
|
depends_on:3:11:12:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_3des_sha384.der":char*:"":exp:2
|
|
|
|
Parse RSA Key #79 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA384 DER, 2048-bit)
|
|
depends_on:3:11:12:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_3des_sha384.der":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #79.1 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA384 DER, 2048-bit, wrong PW)
|
|
depends_on:3:11:12:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_3des_sha384.der":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #79.2 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA384 DER, 2048-bit, no PW)
|
|
depends_on:3:11:12:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_3des_sha384.der":char*:"":exp:2
|
|
|
|
Parse RSA Key #80 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA384 DER, 4096-bit)
|
|
depends_on:3:11:12:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_3des_sha384.der":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #80.1 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA384 DER, 4096-bit, wrong PW)
|
|
depends_on:3:11:12:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_3des_sha384.der":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #80.2 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA384 DER, 4096-bit, no PW)
|
|
depends_on:3:11:12:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_3des_sha384.der":char*:"":exp:2
|
|
|
|
Parse RSA Key #81 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA384)
|
|
depends_on:3:11:12:1:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_des_sha384.pem":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #81.1 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA384, wrong PW)
|
|
depends_on:3:11:12:1:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_des_sha384.pem":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #81.2 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA384, no PW)
|
|
depends_on:3:11:12:1:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_des_sha384.pem":char*:"":exp:0
|
|
|
|
Parse RSA Key #82 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA384, 2048-bit)
|
|
depends_on:3:11:12:1:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_des_sha384.pem":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #82.1 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA384, 2048-bit, wrong PW)
|
|
depends_on:3:11:12:1:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_des_sha384.pem":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #82.2 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA384, 2048-bit, no PW)
|
|
depends_on:3:11:12:1:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_des_sha384.pem":char*:"":exp:0
|
|
|
|
Parse RSA Key #83 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA384, 4096-bit)
|
|
depends_on:3:11:12:1:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_des_sha384.pem":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #83.1 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA384, 4096-bit, wrong PW)
|
|
depends_on:3:11:12:1:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_des_sha384.pem":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #83.2 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA384, 4096-bit, no PW)
|
|
depends_on:3:11:12:1:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_des_sha384.pem":char*:"":exp:0
|
|
|
|
Parse RSA Key #84 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA384 DER)
|
|
depends_on:3:11:12:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_des_sha384.der":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #84.1 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA384 DER, wrong PW)
|
|
depends_on:3:11:12:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_des_sha384.der":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #85.2 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA384 DER, no PW)
|
|
depends_on:3:11:12:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_des_sha384.der":char*:"":exp:2
|
|
|
|
Parse RSA Key #86 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA384 DER, 2048-bit)
|
|
depends_on:3:11:12:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_des_sha384.der":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #86.1 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA384 DER, 2048-bit, wrong PW)
|
|
depends_on:3:11:12:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_des_sha384.der":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #86.2 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA384 DER, 2048-bit, no PW)
|
|
depends_on:3:11:12:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_des_sha384.der":char*:"":exp:2
|
|
|
|
Parse RSA Key #87 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA384 DER, 4096-bit)
|
|
depends_on:3:11:12:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_des_sha384.der":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #87.1 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA384 DER, 4096-bit, wrong PW)
|
|
depends_on:3:11:12:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_des_sha384.der":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #87.2 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA384 DER, 4096-bit, no PW)
|
|
depends_on:3:11:12:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_des_sha384.der":char*:"":exp:2
|
|
|
|
Parse RSA Key #88 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA512)
|
|
depends_on:3:11:1:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_3des_sha512.pem":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #88.1 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA512, wrong PW)
|
|
depends_on:3:11:1:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_3des_sha512.pem":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #88.2 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA512, no PW)
|
|
depends_on:3:11:1:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_3des_sha512.pem":char*:"":exp:0
|
|
|
|
Parse RSA Key #89 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA512, 2048-bit)
|
|
depends_on:3:11:1:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_3des_sha512.pem":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #89.1 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA512, 2048-bit, wrong PW)
|
|
depends_on:3:11:1:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_3des_sha512.pem":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #89.2 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA512, 2048-bit, no PW)
|
|
depends_on:3:11:1:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_3des_sha512.pem":char*:"":exp:0
|
|
|
|
Parse RSA Key #90 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA512, 4096-bit)
|
|
depends_on:3:11:1:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_3des_sha512.pem":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #90.1 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA512, 4096-bit, wrong PW)
|
|
depends_on:3:11:1:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_3des_sha512.pem":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #90.2 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA512, 4096-bit, no PW)
|
|
depends_on:3:11:1:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_3des_sha512.pem":char*:"":exp:0
|
|
|
|
Parse RSA Key #91 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA512 DER)
|
|
depends_on:3:11:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_3des_sha512.der":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #91.1 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA512 DER, wrong PW)
|
|
depends_on:3:11:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_3des_sha512.der":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #91.2 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA512 DER, no PW)
|
|
depends_on:3:11:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_3des_sha512.der":char*:"":exp:2
|
|
|
|
Parse RSA Key #92 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA512 DER, 2048-bit)
|
|
depends_on:3:11:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_3des_sha512.der":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #92.1 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA512 DER, 2048-bit, wrong PW)
|
|
depends_on:3:11:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_3des_sha512.der":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #92.2 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA512 DER, 2048-bit, no PW)
|
|
depends_on:3:11:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_3des_sha512.der":char*:"":exp:2
|
|
|
|
Parse RSA Key #93 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA512 DER, 4096-bit)
|
|
depends_on:3:11:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_3des_sha512.der":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #93.1 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA512 DER, 4096-bit, wrong PW)
|
|
depends_on:3:11:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_3des_sha512.der":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #93.2 (PKCS#8 encrypted v2 PBKDF2 3DES hmacWithSHA512 DER, 4096-bit, no PW)
|
|
depends_on:3:11:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_3des_sha512.der":char*:"":exp:2
|
|
|
|
Parse RSA Key #94 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA512)
|
|
depends_on:3:11:1:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_des_sha512.pem":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #94.1 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA512, wrong PW)
|
|
depends_on:3:11:1:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_des_sha512.pem":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #94.2 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA512, no PW)
|
|
depends_on:3:11:1:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_des_sha512.pem":char*:"":exp:0
|
|
|
|
Parse RSA Key #95 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA512, 2048-bit)
|
|
depends_on:3:11:1:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_des_sha512.pem":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #95.1 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA512, 2048-bit, wrong PW)
|
|
depends_on:3:11:1:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_des_sha512.pem":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #95.2 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA512, 2048-bit, no PW)
|
|
depends_on:3:11:1:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_des_sha512.pem":char*:"":exp:0
|
|
|
|
Parse RSA Key #96 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA512, 4096-bit)
|
|
depends_on:3:11:1:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_des_sha512.pem":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #96.1 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA512, 4096-bit, wrong PW)
|
|
depends_on:3:11:1:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_des_sha512.pem":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #96.2 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA512, 4096-bit, no PW)
|
|
depends_on:3:11:1:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_des_sha512.pem":char*:"":exp:0
|
|
|
|
Parse RSA Key #97 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA512 DER)
|
|
depends_on:3:11:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_des_sha512.der":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #97.1 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA512 DER, wrong PW)
|
|
depends_on:3:11:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_des_sha512.der":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #97.2 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA512 DER, no PW)
|
|
depends_on:3:11:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_1024_des_sha512.der":char*:"":exp:2
|
|
|
|
Parse RSA Key #98 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA512 DER, 2048-bit)
|
|
depends_on:3:11:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_des_sha512.der":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #98.1 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA512 DER, 2048-bit, wrong PW)
|
|
depends_on:3:11:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_des_sha512.der":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #98.2 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA512 DER, 2048-bit, no PW)
|
|
depends_on:3:11:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_2048_des_sha512.der":char*:"":exp:2
|
|
|
|
Parse RSA Key #99 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA512 DER, 4096-bit)
|
|
depends_on:3:11:9:2
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_des_sha512.der":char*:"PolarSSLTest":int:0
|
|
|
|
Parse RSA Key #99.1 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA512 DER, 4096-bit, wrong PW)
|
|
depends_on:3:11:9:2:7
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_des_sha512.der":char*:"PolarSSLTes":exp:1
|
|
|
|
Parse RSA Key #99.2 (PKCS#8 encrypted v2 PBKDF2 DES hmacWithSHA512 DER, 4096-bit, no PW)
|
|
depends_on:3:11:9
|
|
0:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_pbes2_pbkdf2_4096_des_sha512.der":char*:"":exp:2
|
|
|
|
Parse Public RSA Key #1 (PKCS#8 wrapped)
|
|
depends_on:1
|
|
1:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_2048_public.pem":int:0
|
|
|
|
Parse Public RSA Key #1 (PKCS#8 wrapped, DER)
|
|
1:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs8_2048_public.der":int:0
|
|
|
|
Parse Public RSA Key #3 (PKCS#1 wrapped)
|
|
depends_on:1
|
|
1:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs1_2048_public.pem":int:0
|
|
|
|
Parse Public RSA Key #4 (PKCS#1 wrapped, DER)
|
|
1:char*:"zip:third_party/mbedtls/test/data/rsa_pkcs1_2048_public.der":int:0
|
|
|
|
Parse Public EC Key #1 (RFC 5480, DER)
|
|
depends_on:13:14
|
|
2:char*:"zip:third_party/mbedtls/test/data/ec_pub.der":int:0
|
|
|
|
Parse Public EC Key #2 (RFC 5480, PEM)
|
|
depends_on:1:13:14
|
|
2:char*:"zip:third_party/mbedtls/test/data/ec_pub.pem":int:0
|
|
|
|
Parse Public EC Key #3 (RFC 5480, secp224r1)
|
|
depends_on:1:13:15
|
|
2:char*:"zip:third_party/mbedtls/test/data/ec_224_pub.pem":int:0
|
|
|
|
Parse Public EC Key #4 (RFC 5480, secp256r1)
|
|
depends_on:1:13:16
|
|
2:char*:"zip:third_party/mbedtls/test/data/ec_256_pub.pem":int:0
|
|
|
|
Parse Public EC Key #5 (RFC 5480, secp384r1)
|
|
depends_on:1:13:17
|
|
2:char*:"zip:third_party/mbedtls/test/data/ec_384_pub.pem":int:0
|
|
|
|
Parse Public EC Key #6 (RFC 5480, secp521r1)
|
|
depends_on:1:13:18
|
|
2:char*:"zip:third_party/mbedtls/test/data/ec_521_pub.pem":int:0
|
|
|
|
Parse Public EC Key #7 (RFC 5480, brainpoolP256r1)
|
|
depends_on:1:13:19
|
|
2:char*:"zip:third_party/mbedtls/test/data/ec_bp256_pub.pem":int:0
|
|
|
|
Parse Public EC Key #8 (RFC 5480, brainpoolP384r1)
|
|
depends_on:1:13:20
|
|
2:char*:"zip:third_party/mbedtls/test/data/ec_bp384_pub.pem":int:0
|
|
|
|
Parse Public EC Key #9 (RFC 5480, brainpoolP512r1)
|
|
depends_on:1:13:21
|
|
2:char*:"zip:third_party/mbedtls/test/data/ec_bp512_pub.pem":int:0
|
|
|
|
Parse EC Key #1 (SEC1 DER)
|
|
depends_on:1:13:14
|
|
3:char*:"zip:third_party/mbedtls/test/data/ec_prv.sec1.der":char*:"NULL":int:0
|
|
|
|
Parse EC Key #2 (SEC1 PEM)
|
|
depends_on:1:13:14
|
|
3:char*:"zip:third_party/mbedtls/test/data/ec_prv.sec1.pem":char*:"NULL":int:0
|
|
|
|
Parse EC Key #3 (SEC1 PEM encrypted)
|
|
depends_on:3:1:13:14:2:0
|
|
3:char*:"zip:third_party/mbedtls/test/data/ec_prv.sec1.pw.pem":char*:"polar":int:0
|
|
|
|
Parse EC Key #4 (PKCS8 DER)
|
|
depends_on:13:14
|
|
3:char*:"zip:third_party/mbedtls/test/data/ec_prv.pk8.der":char*:"NULL":int:0
|
|
|
|
Parse EC Key #4a (PKCS8 DER, no public key)
|
|
depends_on:1:13:16
|
|
3:char*:"zip:third_party/mbedtls/test/data/ec_prv.pk8nopub.der":char*:"NULL":int:0
|
|
|
|
Parse EC Key #4b (PKCS8 DER, no public key, with parameters)
|
|
depends_on:1:13:16
|
|
3:char*:"zip:third_party/mbedtls/test/data/ec_prv.pk8nopubparam.der":char*:"NULL":int:0
|
|
|
|
Parse EC Key #4c (PKCS8 DER, with parameters)
|
|
depends_on:1:13:16
|
|
3:char*:"zip:third_party/mbedtls/test/data/ec_prv.pk8param.der":char*:"NULL":int:0
|
|
|
|
Parse EC Key #5 (PKCS8 PEM)
|
|
depends_on:1:13:14
|
|
3:char*:"zip:third_party/mbedtls/test/data/ec_prv.pk8.pem":char*:"NULL":int:0
|
|
|
|
Parse EC Key #5a (PKCS8 PEM, no public key)
|
|
depends_on:1:13:16
|
|
3:char*:"zip:third_party/mbedtls/test/data/ec_prv.pk8nopub.pem":char*:"NULL":int:0
|
|
|
|
Parse EC Key #5b (PKCS8 PEM, no public key, with parameters)
|
|
depends_on:1:13:16
|
|
3:char*:"zip:third_party/mbedtls/test/data/ec_prv.pk8nopubparam.pem":char*:"NULL":int:0
|
|
|
|
Parse EC Key #5c (PKCS8 PEM, with parameters)
|
|
depends_on:1:13:16
|
|
3:char*:"zip:third_party/mbedtls/test/data/ec_prv.pk8param.pem":char*:"NULL":int:0
|
|
|
|
Parse EC Key #6 (PKCS8 encrypted DER)
|
|
depends_on:8:5:13:14
|
|
3:char*:"zip:third_party/mbedtls/test/data/ec_prv.pk8.pw.der":char*:"polar":int:0
|
|
|
|
Parse EC Key #7 (PKCS8 encrypted PEM)
|
|
depends_on:8:5:1:13:14
|
|
3:char*:"zip:third_party/mbedtls/test/data/ec_prv.pk8.pw.pem":char*:"polar":int:0
|
|
|
|
Parse EC Key #8 (SEC1 PEM, secp224r1)
|
|
depends_on:1:13:15
|
|
3:char*:"zip:third_party/mbedtls/test/data/ec_224_prv.pem":char*:"NULL":int:0
|
|
|
|
Parse EC Key #9 (SEC1 PEM, secp256r1)
|
|
depends_on:1:13:16
|
|
3:char*:"zip:third_party/mbedtls/test/data/ec_256_prv.pem":char*:"NULL":int:0
|
|
|
|
Parse EC Key #10 (SEC1 PEM, secp384r1)
|
|
depends_on:1:13:17
|
|
3:char*:"zip:third_party/mbedtls/test/data/ec_384_prv.pem":char*:"NULL":int:0
|
|
|
|
Parse EC Key #11 (SEC1 PEM, secp521r1)
|
|
depends_on:1:13:18
|
|
3:char*:"zip:third_party/mbedtls/test/data/ec_521_prv.pem":char*:"NULL":int:0
|
|
|
|
Parse EC Key #12 (SEC1 PEM, bp256r1)
|
|
depends_on:1:13:19
|
|
3:char*:"zip:third_party/mbedtls/test/data/ec_bp256_prv.pem":char*:"NULL":int:0
|
|
|
|
Parse EC Key #13 (SEC1 PEM, bp384r1)
|
|
depends_on:1:13:20
|
|
3:char*:"zip:third_party/mbedtls/test/data/ec_bp384_prv.pem":char*:"NULL":int:0
|
|
|
|
Parse EC Key #14 (SEC1 PEM, bp512r1)
|
|
depends_on:1:13:21
|
|
3:char*:"zip:third_party/mbedtls/test/data/ec_bp512_prv.pem":char*:"NULL":int:0
|
|
|
|
Parse EC Key #15 (SEC1 DER, secp256k1, SpecifiedECDomain)
|
|
depends_on:1:13:22:23
|
|
3:char*:"zip:third_party/mbedtls/test/data/ec_prv.specdom.der":char*:"NULL":int:0
|
|
|
|
Key ASN1 (No data)
|
|
4:hex:"":exp:2
|
|
|
|
Key ASN1 (First tag not Sequence)
|
|
4:hex:"020100":exp:2
|
|
|
|
Key ASN1 (RSAPrivateKey, incorrect version tag)
|
|
depends_on:24
|
|
4:hex:"300100":exp:2
|
|
|
|
Key ASN1 (RSAPrivateKey, version tag missing)
|
|
depends_on:24
|
|
4:hex:"3000":exp:2
|
|
|
|
Key ASN1 (RSAPrivateKey, invalid version)
|
|
depends_on:24
|
|
4:hex:"3003020101":exp:2
|
|
|
|
Key ASN1 (RSAPrivateKey, correct version, incorrect tag)
|
|
depends_on:24
|
|
4:hex:"300402010000":exp:2
|
|
|
|
Key ASN1 (RSAPrivateKey, correct format+values, minimal modulus size (128 bit))
|
|
depends_on:24
|
|
4:hex:"3063020100021100cc8ab070369ede72920e5a51523c857102030100010211009a6318982a7231de1894c54aa4909201020900f3058fd8dc484d61020900d7770dbd8b78a2110209009471f14c26428401020813425f060c4b72210208052b93d01747a87c":int:0
|
|
|
|
Key ASN1 (RSAPrivateKey, correct format, modulus too small (127 bit))
|
|
depends_on:24
|
|
4:hex:"30630201000211007c8ab070369ede72920e5a51523c857102030100010211009a6318982a7231de1894c54aa4909201020900f3058fd8dc484d61020900d7770dbd8b78a2110209009471f14c26428401020813425f060c4b72210208052b93d01747a87c":exp:2
|
|
|
|
Key ASN1 (RSAPrivateKey, correct format, modulus even)
|
|
depends_on:24
|
|
4:hex:"3063020100021100cc8ab070369ede72920e5a51523c857002030100010211009a6318982a7231de1894c54aa4909201020900f3058fd8dc484d61020900d7770dbd8b78a2110209009471f14c26428401020813425f060c4b72210208052b93d01747a87c":exp:2
|
|
|
|
Key ASN1 (RSAPrivateKey, correct format, d == 0)
|
|
depends_on:24
|
|
4:hex:"30630201000211007c8ab070369ede72920e5a51523c8571020301000102110000000000000000000000000000000000020900f3058fd8dc484d61020900d7770dbd8b78a2110209009471f14c26428401020813425f060c4b72210208052b93d01747a87c":exp:2
|
|
|
|
Key ASN1 (RSAPrivateKey, correct format, d == p == q == 0)
|
|
depends_on:24
|
|
4:hex:"3063020100021100cc8ab070369ede72920e5a51523c8571020301000102110000000000000000000000000000000000020900000000000000000002090000000000000000000209009471f14c26428401020813425f060c4b72210208052b93d01747a87c":exp:2
|
|
|
|
Key ASN1 (RSAPrivateKey, correct values, trailing garbage)
|
|
depends_on:24
|
|
4:hex:"3064020100021100cc8ab070369ede72920e5a51523c857102030100010211009a6318982a7231de1894c54aa4909201020900f3058fd8dc484d61020900d7770dbd8b78a2110209009471f14c26428401020813425f060c4b72210208052b93d01747a87c00":exp:2
|
|
|
|
Key ASN1 (RSAPrivateKey, correct values, n wrong tag)
|
|
depends_on:24
|
|
4:hex:"3063020100FF1100cc8ab070369ede72920e5a51523c857102030100010211009a6318982a7231de1894c54aa4909201020900f3058fd8dc484d61020900d7770dbd8b78a2110209009471f14c26428401020813425f060c4b72210208052b93d01747a87c":exp:2
|
|
|
|
Key ASN1 (RSAPrivateKey, correct values, e wrong tag)
|
|
depends_on:24
|
|
4:hex:"3063020100021100cc8ab070369ede72920e5a51523c8571FF030100010211009a6318982a7231de1894c54aa4909201020900f3058fd8dc484d61020900d7770dbd8b78a2110209009471f14c26428401020813425f060c4b72210208052b93d01747a87c":exp:2
|
|
|
|
Key ASN1 (RSAPrivateKey, correct values, d wrong tag)
|
|
depends_on:24
|
|
4:hex:"3063020100021100cc8ab070369ede72920e5a51523c85710203010001FF11009a6318982a7231de1894c54aa4909201020900f3058fd8dc484d61020900d7770dbd8b78a2110209009471f14c26428401020813425f060c4b72210208052b93d01747a87c":exp:2
|
|
|
|
Key ASN1 (RSAPrivateKey, correct values, p wrong tag)
|
|
depends_on:24
|
|
4:hex:"3063020100021100cc8ab070369ede72920e5a51523c857102030100010211009a6318982a7231de1894c54aa4909201FF0900f3058fd8dc484d61020900d7770dbd8b78a2110209009471f14c26428401020813425f060c4b72210208052b93d01747a87c":exp:2
|
|
|
|
Key ASN1 (RSAPrivateKey, correct values, q wrong tag)
|
|
depends_on:24
|
|
4:hex:"3063020100021100cc8ab070369ede72920e5a51523c857102030100010211009a6318982a7231de1894c54aa4909201020900f3058fd8dc484d61FF0900d7770dbd8b78a2110209009471f14c26428401020813425f060c4b72210208052b93d01747a87c":exp:2
|
|
|
|
Key ASN1 (RSAPrivateKey, correct values, dp wrong tag)
|
|
depends_on:24
|
|
4:hex:"3063020100021100cc8ab070369ede72920e5a51523c857102030100010211009a6318982a7231de1894c54aa4909201020900f3058fd8dc484d61020900d7770dbd8b78a211FF09009471f14c26428401020813425f060c4b72210208052b93d01747a87c":exp:2
|
|
|
|
Key ASN1 (RSAPrivateKey, correct values, dq wrong tag)
|
|
depends_on:24
|
|
4:hex:"3063020100021100cc8ab070369ede72920e5a51523c857102030100010211009a6318982a7231de1894c54aa4909201020900f3058fd8dc484d61020900d7770dbd8b78a2110209009471f14c26428401FF0813425f060c4b72210208052b93d01747a87c":exp:2
|
|
|
|
Key ASN1 (RSAPrivateKey, correct values, qp wrong tag)
|
|
depends_on:24
|
|
4:hex:"3063020100021100cc8ab070369ede72920e5a51523c857102030100010211009a6318982a7231de1894c54aa4909201020900f3058fd8dc484d61020900d7770dbd8b78a2110209009471f14c26428401020813425f060c4b7221FF08052b93d01747a87c":exp:2
|
|
|
|
Key ASN1 (ECPrivateKey, empty parameters)
|
|
depends_on:13
|
|
4:hex:"30070201010400a000":exp:2
|
|
|