mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 14:11:02 +01:00
Merge branch 'master' of github.com:gchq/CyberChef
This commit is contained in:
commit
81e62a6c22
@ -3364,7 +3364,7 @@ const OperationConfig = {
|
|||||||
},
|
},
|
||||||
"Parse X.509 certificate": {
|
"Parse X.509 certificate": {
|
||||||
module: "PublicKey",
|
module: "PublicKey",
|
||||||
description: "X.509 is an ITU-T standard for a public key infrastructure (PKI) and Privilege Management Infrastructure (PMI). It is commonly involved with SSL/TLS security.<br><br>This operation displays the contents of a certificate in a human readable format, similar to the openssl command line tool.",
|
description: "X.509 is an ITU-T standard for a public key infrastructure (PKI) and Privilege Management Infrastructure (PMI). It is commonly involved with SSL/TLS security.<br><br>This operation displays the contents of a certificate in a human readable format, similar to the openssl command line tool.<br><br>Tags: X509, server hello, handshake",
|
||||||
inputType: "string",
|
inputType: "string",
|
||||||
outputType: "string",
|
outputType: "string",
|
||||||
args: [
|
args: [
|
||||||
|
Loading…
Reference in New Issue
Block a user