mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07: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[] = {
|
static const char *ndefSigType_s[] = {
|
||||||
"Not present", // No signature present
|
"Not present", // No signature present
|
||||||
"RSASSA_PSS_SHA_1", // PKCS_1
|
"RSASSA_PSS_SHA_1 (1024)", // PKCS_1
|
||||||
"RSASSA_PKCS1_v1_5_WITH_SHA_1", // PKCS_1
|
"RSASSA_PKCS1_v1_5_WITH_SHA_1 (1024)", // PKCS_1
|
||||||
"DSA",
|
"DSA-1024",
|
||||||
"ECDSA",
|
"ECDSA-P192",
|
||||||
|
"RSASSA-PSS-2048",
|
||||||
|
"RSASSA-PKCS1-v1_5-2048",
|
||||||
|
"DSA-2048",
|
||||||
|
"ECDSA-P224",
|
||||||
|
"ECDSA-K233",
|
||||||
|
"ECDSA-B233",
|
||||||
|
"ECDSA-P256",
|
||||||
"n/a"
|
"n/a"
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char *ndefCertificateFormat_s[] = {
|
static const char *ndefCertificateFormat_s[] = {
|
||||||
"X_509",
|
"X_509",
|
||||||
"X9_68",
|
"X9_68 (M2M)",
|
||||||
"n/a"
|
"n/a"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue