Skip to content
Novus Examples
pem869 B

SAMPLE Certificate Revocation List — Empty

A correctly signed CRL with an absent revokedCertificates field — what a CA publishes when it has revoked nothing. Parsers that assume the list is always present tend to fault here rather than report zero entries.

Preview — first 16 linespem
-----BEGIN X509 CRL-----
MIICWTCBwgIBATANBgkqhkiG9w0BAQsFADBfMQswCQYDVQQGEwJaWjEiMCAGA1UE
CgwZTm92dXMgRXhhbXBsZXMgU0FNUExFIFBLSTEsMCoGA1UEAwwjTm92dXMgRXhh
bXBsZXMgU0FNUExFIElzc3VpbmcgQ0EgSTIXDTI2MDUwMTAwMDAwMFoXDTI3MDUw
MTAwMDAwMFqgLzAtMAoGA1UdFAQDAgEBMB8GA1UdIwQYMBaAFA/JJEwP3Hm2qraz
NxmlTwOQ39D6MA0GCSqGSIb3DQEBCwUAA4IBgQC48TYlf9Gt+kjNHje9vnUZEk3h
9ZMQiJtxNed+24ZbCU9YqPWA8RMrcFwi1WS5ANQ5HrCdGF5iWY+Xx10urgXRP2pF
UEd0SlUzQC/1RpAZ9hkLJboYlHqvCy96S/s1Wpy+UTAEPv5Os+mlvnkMACFvmOjE
IPw+MQP+Re6pe65oMxyytfivLC2nGI6MVKKw6SF4QL52stogze2g5iGDQ0BjmH+H
bAv8Y6+U9hrTJPDLy7eMdbMG7aZWqYhFWFcJ9AXtYHH3h5oBfC+Xu1IjHICro57f
LH5D97m+2wwstgJokm2wfwBn2IeqY8ABItYKBrNnm53xr8YGtxdYVrArbM0LJ9QG
ig8+M1+IN652aydnxRas/FMMS54bl1jKKxCAhf0dYxKbGMyVvW5gmBPsmB+rQoaS
mEgeJ8BDR8sXmDeMJX7gI6Tw9I6qc3gbG8sLIvpmvaZW+qEfOUcqYApMks06vy+v
u73cjQ/3lpa9T9QzJ6EZwDzNxp10kVp/i/j7lEo=
-----END X509 CRL-----

Specifications

Revoked Count
0
Crl Number
1
Issuer
Novus Examples SAMPLE Issuing CA I2
Sample Only
true
Seed
70117

Testing contract

Expected to pass
Scenario
Load the empty CRL and query it for any serial number.
Expected result
The CRL parses and every lookup returns not-revoked; no null or missing-field error is raised.

What is a .pem file?

PEM (Privacy-Enhanced Mail) is a text container that Base64-encodes DER binary data between BEGIN/END header lines, used to hold X.509 certificates, certificate requests, and keys. A single .pem file may contain a certificate, a chain, or a private key, which makes it the most common format for TLS material.

How to use this file

Use an example .pem certificate to test X.509 and TLS parsers, PEM decoders, certificate-chain validators, and PEM-to-DER converters. This is published sample material — never a real production key.

How to use this file for testing

“SAMPLE Certificate Revocation List — Empty” is a deterministic Novus Examples fixture for Certificate & key testing, Error handling. Self-signed X.509 certificates (PEM, CRT, DER), a CSR, RSA and Ed25519 keys, an SSH public key, a PKCS#12 bundle, and an htpasswd file — all published sample-only material, for testing certificate parsers, TLS tooling, keystore importers, and PEM/DER decoders.

Documented properties for this file: seed 70117. Compare results against paired or grouped companions on this page when present (clean↔damaged, searchable↔scanned, or format twins) so scores stay reproducible across runs.

Download the file once, keep the path stable in CI or local scripts, and treat the spec table as the contract: dimensions, seeds, field lists, and roles are intentional. Corrupt or invalid samples are labelled as such — expect parsers to fail loudly rather than silently accept them.

This is published, SAMPLE-only security material — never a real secret. Point certificate, key, or token parsers at it, test PEM/DER decoding and PKCS handling, and confirm your tooling reads the documented fields; any sample password is printed on this page.

This is a published, sample-only certificate/key. Parse it, verify the chain or signature, and test PEM↔DER conversion — never deploy it anywhere real.

Generated by generation/security_p7.py. Free for any use, no attribution required — license.