ZeroPass / PassID-Server

PassID PoC server
MIT License
3 stars 1 forks source link

Implement eMRTD signature verification for ECDSA #2

Closed smlu closed 4 years ago

smlu commented 4 years ago

Class AAPublicKey can only verify RSA ICAO 9796 DSS1 signature. The ECDSA signature verification is missing and an exception NotImplementedError is risen if ECC public key is used when callin method verifySignature.

smlu commented 4 years ago

Commit 949d44b fixes this issue.