Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README | D | 03-May-2024 | 1.1 KiB | 27 | 16 | |
blocklist_test_chain.pem | D | 03-May-2024 | 2 KiB | 36 | 35 | |
blocklist_test_valid_ca.pem | D | 03-May-2024 | 1,013 | 18 | 17 | |
blocklist_test_valid_chain.pem | D | 03-May-2024 | 5 KiB | 88 | 87 | |
ca-cert.pem | D | 03-May-2024 | 3.1 KiB | 62 | 60 | |
cert-ct-embedded.pem | D | 03-May-2024 | 3.4 KiB | 66 | 64 | |
cert-ct-poisoned.pem | D | 03-May-2024 | 3.1 KiB | 64 | 62 | |
cert-key.pem | D | 03-May-2024 | 887 | 16 | 15 | |
cert.pem | D | 03-May-2024 | 3.1 KiB | 61 | 59 | |
ct-server-key-public.pem | D | 03-May-2024 | 178 | 5 | 4 | |
ct-signed-timestamp-list | D | 03-May-2024 | 123 | |||
ct-signed-timestamp-list-invalid | D | 03-May-2024 | 122 | |||
ct-signed-timestamp-list-unknown | D | 03-May-2024 | 123 | |||
ocsp-response-sct-extension.der | D | 03-May-2024 | 126 | |||
ocsp-response.der | D | 03-May-2024 | 1.2 KiB | |||
test_blocklist_ca.pem | D | 03-May-2024 | 1 KiB | 19 | 18 | |
test_blocklist_ca_key.pem | D | 03-May-2024 | 1.7 KiB | 29 | 28 |
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