mirror of
https://github.com/gchq/CyberChef
synced 2025-12-15 15:53:30 +00:00
add option to show Parse CSR only supports RSA
This commit is contained in:
@@ -31,6 +31,11 @@ class ParseCSR extends Operation {
|
||||
"type": "option",
|
||||
"value": ["PEM"]
|
||||
},
|
||||
{
|
||||
"name": "Key type",
|
||||
"type": "option",
|
||||
"value": ["RSA"]
|
||||
},
|
||||
{
|
||||
"name": "Strict ASN.1 value lengths",
|
||||
"type": "boolean",
|
||||
|
||||
Reference in New Issue
Block a user