mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
add der print sketch
This commit is contained in:
parent
64df44d186
commit
5e3fa42c23
3 changed files with 5 additions and 2 deletions
|
@ -340,6 +340,9 @@ int CmdHFFidoRegister(const char *cmd) {
|
|||
uint8_t public_key[65] = {0};
|
||||
|
||||
// TODO: print DER certificate in DER view
|
||||
PrintAndLog("----------------DER TLV-----------------");
|
||||
asn1_print(&buf[67 + keyHandleLen], derLen, " ");
|
||||
PrintAndLog("----------------DER TLV-----------------");
|
||||
|
||||
// load CA's
|
||||
mbedtls_x509_crt cacert;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue