• Home
Name Date Size #Lines LOC

..--

READMED07-May-20241.1 KiB2716

ca-cert.pemD07-May-20243.1 KiB6260

cert-ct-embedded.pemD07-May-20243.4 KiB6664

cert-ct-poisoned.pemD07-May-20243.1 KiB6462

cert-key.pemD07-May-2024887 1615

cert.pemD07-May-20243.1 KiB6159

ct-server-key-public.pemD07-May-2024178 54

ct-signed-timestamp-listD07-May-2024123

ct-signed-timestamp-list-invalidD07-May-2024122

ct-signed-timestamp-list-unknownD07-May-2024123

ocsp-response-sct-extension.derD07-May-2024126

ocsp-response.derD07-May-20241.2 KiB

README

1This 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