Home | History | Annotate | Download | only in resources
      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