mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-13 16:43:26 +08:00
added more sigs
This commit is contained in:
parent
8eef5d188c
commit
978dde98a9
1 changed files with 13 additions and 5 deletions
|
@ -32,16 +32,24 @@ static const char *TypeNameFormat_s[] = {
|
|||
|
||||
static const char *ndefSigType_s[] = {
|
||||
"Not present", // No signature present
|
||||
"RSASSA_PSS_SHA_1", // PKCS_1
|
||||
"RSASSA_PKCS1_v1_5_WITH_SHA_1", // PKCS_1
|
||||
"DSA",
|
||||
"ECDSA",
|
||||
"RSASSA_PSS_SHA_1 (1024)", // PKCS_1
|
||||
"RSASSA_PKCS1_v1_5_WITH_SHA_1 (1024)", // PKCS_1
|
||||
"DSA-1024",
|
||||
"ECDSA-P192",
|
||||
"RSASSA-PSS-2048",
|
||||
"RSASSA-PKCS1-v1_5-2048",
|
||||
"DSA-2048",
|
||||
"ECDSA-P224",
|
||||
"ECDSA-K233",
|
||||
"ECDSA-B233",
|
||||
"ECDSA-P256",
|
||||
"n/a"
|
||||
|
||||
};
|
||||
|
||||
static const char *ndefCertificateFormat_s[] = {
|
||||
"X_509",
|
||||
"X9_68",
|
||||
"X9_68 (M2M)",
|
||||
"n/a"
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue