| OLD | NEW |
| 1 This directory contains various certificates for use with SSL-related | 1 This directory contains various certificates for use with SSL-related |
| 2 unit tests. | 2 unit tests. |
| 3 | 3 |
| 4 - google.binary.p7b | 4 - google.binary.p7b |
| 5 - google.chain.pem | 5 - google.chain.pem |
| 6 - google.pem_cert.p7b | 6 - google.pem_cert.p7b |
| 7 - google.pem_pkcs7.p7b | 7 - google.pem_pkcs7.p7b |
| 8 - google.pkcs7.p7b | 8 - google.pkcs7.p7b |
| 9 - google.single.der | 9 - google.single.der |
| 10 - google.single.pem | 10 - google.single.pem |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 | 110 |
| 111 - ocsp-test-root.pem : A root certificate for the code in | 111 - ocsp-test-root.pem : A root certificate for the code in |
| 112 net/tools/testserver/minica.py | 112 net/tools/testserver/minica.py |
| 113 | 113 |
| 114 - subjectAltName_sanity_check.pem : Used to test the handling of various types | 114 - subjectAltName_sanity_check.pem : Used to test the handling of various types |
| 115 within the subjectAltName extension of a certificate. Generated by using | 115 within the subjectAltName extension of a certificate. Generated by using |
| 116 the command | 116 the command |
| 117 "openssl req -x509 -days 3650 -sha1 -extensions req_san_sanity \ | 117 "openssl req -x509 -days 3650 -sha1 -extensions req_san_sanity \ |
| 118 -config ../scripts/ee.cnf -newkey rsa:1024 -text \ | 118 -config ../scripts/ee.cnf -newkey rsa:1024 -text \ |
| 119 -out subjectAltName_sanity_check.pem" | 119 -out subjectAltName_sanity_check.pem" |
| 120 |
| 121 - ndn.ca.crt: "New Dream Network Certificate Authority" root certificate. |
| 122 This is an X.509 v1 certificate that omits the version field. Used to |
| 123 test that the certificate version gets the default value v1. |
| OLD | NEW |