Skip to content

Commit

Permalink
Add CRL example from RFC 5280.
Browse files Browse the repository at this point in the history
Useful to verify GitHub issue #93.
  • Loading branch information
lapo-luchini committed Nov 9, 2024
1 parent 9d7b358 commit 36c1089
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/crl-rfc5280.b64
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
CRL example from RFC5280 as found here:
https://csrc.nist.gov/projects/pki-testing/sample-certificates-and-crls

begin-base64 644 crl-rfc5280.der
MIIBYDCBygIBATANBgkqhkiG9w0BAQUFADBDMRMwEQYKCZImiZPyLGQBGRYDY29tMRcwFQYKCZIm
iZPyLGQBGRYHZXhhbXBsZTETMBEGA1UEAxMKRXhhbXBsZSBDQRcNMDUwMjA1MTIwMDAwWhcNMDUw
MjA2MTIwMDAwWjAiMCACARIXDTA0MTExOTE1NTcwM1owDDAKBgNVHRUEAwoBAaAvMC0wHwYDVR0j
BBgwFoAUCGivhTPIOUp6+IKTjnBqSiCELDIwCgYDVR0UBAMCAQwwDQYJKoZIhvcNAQEFBQADgYEA
ItwYffcIzsx10NBqm60Q9HYjtIFutW2+DvsVFGzIF20f7pAXom9g5L2qjFXejoRvkvifEBInr0rU
L4XiNkR9qqNMJTgV/wD9Pn7uPSYS69jnK2LiK8NGgO94gtEVxtCccmrLznrtZ5mLbnCBfUNCdMGm
r8FVF6IzTNYGmCuk/C4=
====
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ <h1>ASN.1 JavaScript decoder</h1>
<option value="pkcs1.pem">PKCS#1 RSA key (RFC 8017)</option>
<option value="pkcs8-rsa.pem">PKCS#8 RSA key (RFC 5208)</option>
<option value="pkcs10.pem">PKCS#10 certification request (RFC 2986)</option>
<option value="crl-rfc5280.b64">CRL example (RFC 5280)</option>
<option value="cmpv2.b64">CMP PKI message (RFC 4210)</option>
</select>
<input id="butExample" type="button" value="load"><br>
Expand Down

0 comments on commit 36c1089

Please sign in to comment.