mirror of
https://github.com/gchq/CyberChef
synced 2025-04-04 14:56:09 +00:00
add option to show Parse CSR only supports RSA
This commit is contained in:
parent
c5e5ed2b4d
commit
fda77cf37a
1 changed files with 5 additions and 0 deletions
|
@ -31,6 +31,11 @@ class ParseCSR extends Operation {
|
||||||
"type": "option",
|
"type": "option",
|
||||||
"value": ["PEM"]
|
"value": ["PEM"]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Key type",
|
||||||
|
"type": "option",
|
||||||
|
"value": ["RSA"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Strict ASN.1 value lengths",
|
"name": "Strict ASN.1 value lengths",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
|
Loading…
Add table
Reference in a new issue