Add operation for parsing X.509 CRLs

Signed-off-by: Robin Sandhu <er.robinsandhu@gmail.com>
This commit is contained in:
Robin Sandhu 2024-08-25 04:52:51 +01:00
parent d635cca210
commit e65869a10b
No known key found for this signature in database
GPG key ID: 065D38DCE55F960E
2 changed files with 336 additions and 0 deletions

View file

@ -164,6 +164,7 @@
"name": "Public Key",
"ops": [
"Parse X.509 certificate",
"Parse X.509 CRL",
"Parse ASN.1 hex string",
"PEM to Hex",
"Hex to PEM",