Home | History | Annotate | only in /external/conscrypt/openjdk/src/test/resources
Up to higher level directory
NameDateSize
blacklist_test_chain.pem05-Oct-20172K
blacklist_test_valid_ca.pem05-Oct-20171,013
blacklist_test_valid_chain.pem05-Oct-20175K
ca-cert.pem05-Oct-20173.1K
cert-ct-embedded.pem05-Oct-20173.4K
cert-ct-poisoned.pem05-Oct-20173.1K
cert-key.pem05-Oct-2017887
cert.pem05-Oct-20173.1K
ct-server-key-public.pem05-Oct-2017178
ct-signed-timestamp-list05-Oct-2017123
ct-signed-timestamp-list-invalid05-Oct-2017122
ct-signed-timestamp-list-unknown05-Oct-2017123
ocsp-response-sct-extension.der05-Oct-2017126
ocsp-response.der05-Oct-20171.2K
README05-Oct-20171.1K
test_blacklist_ca.pem05-Oct-20171K
test_blacklist_ca_key.pem05-Oct-20171.7K

README

      1 This repository contains data used in various tests :
      2 - ca-cert.pem: Root CA certificate
      3 
      4 - ct-server-key-public.pem: Public Key of a test Certificate Transparency log
      5 
      6 - cert.pem / cert-key.pem: Certificate issued by ca-cert.pem, and its private key
      7 
      8 - cert-ct-poisoned.pem: Same certificate as cert.pem, but with an extra CT Poison extension
      9 
     10 - cert-ct-embedded.pem: Same certificate as cert.pem, but with an embedded signed certificate
     11     timestamp signed by the test CT log
     12 
     13 - ct-signed-timestamp-list: TLS-encoded SignedCertificateTimestampList containing one SCT for
     14     cert.pem signed by the test CT log
     15 
     16 - ct-signed-timestamp-list-invalid: TLS-encoded SignedCertificateTimestampList containing one SCT
     17     signed by the test CT log, but for another certificate
     18 
     19 - ct-signed-timestamp-list-unknown: TLS-encoded SignedCertificateTimestampList containing one SCT
     20     for cert.pem, but signed by a different log
     21 
     22 - ocsp-response.der: OCSP response for cert.pem, containing an SCT for cert.pem signed by the test
     23     CT log
     24 
     25 - ocsp-response-sct-extension.der: The extension from ocsp-response.der which contains the SCT
     26 
     27