Sign/Verify Operations for ECDSA

also an Operation for ECDSA signature conversion,
as there could be multiple formats of the signature
This commit is contained in:
CPlusSharp 2021-11-13 01:46:31 +01:00
parent 7a2c9ddbc4
commit 8f182e4a9b
6 changed files with 727 additions and 0 deletions

View file

@ -180,6 +180,9 @@
"RSA Encrypt",
"RSA Decrypt",
"Generate ECDSA Key Pair",
"ECDSA Signature Conversion",
"ECDSA Sign",
"ECDSA Verify",
"Parse SSH Host Key",
"Parse CSR"
]