ZeroPass / pymrtd

Python implementation of ICAO 9303 biometric passport standard
Other
17 stars 5 forks source link

Upgrade codebase to cryptography v42+ #6

Open smlu opened 2 months ago

smlu commented 2 months ago

Cryptography v42 introduces breaking changes by removing support for bare bone OpenSSL interactions. Specifically, it breaks Dss1Verifier._recover_F and EC key initialization.