]> git.zerfleddert.de Git - proxmark3-svn/commit
Implement Originality Signature Check in 'hf mfu info'
authorpwpiwi <pwpiwi@users.noreply.github.com>
Thu, 1 Aug 2019 14:53:26 +0000 (10:53 -0400)
committerGitHub <noreply@github.com>
Thu, 1 Aug 2019 14:53:26 +0000 (10:53 -0400)
commit3a5ffba7c13354c0ad9ba48c8b97ee39ea46a1ba
tree6133dac9df5adcb4001d8186eb7ce24288cee7c4
parent88b3dada70ca624a96d188a8590c642b2ff84c78
Implement Originality Signature Check in 'hf mfu info'

* add support for elliptic curve 'secp128r1' to mbedtls library
* change ecdsa_signature_verify() to allow different curves, signature lengths, and skipping hash
* add another public key for Mifare Ultralight EV1
13 files changed:
CHANGELOG.md
client/cmdhffido.c
client/cmdhfmfu.c
client/crypto/libpcrypto.c
client/crypto/libpcrypto.h
client/fido/fidocore.c
common/mbedtls/check_config.h
common/mbedtls/config.h
common/mbedtls/ecdsa.c
common/mbedtls/ecdsa.h
common/mbedtls/ecp.c
common/mbedtls/ecp.h
common/mbedtls/ecp_curves.c
Impressum, Datenschutz