pymrtd icon indicating copy to clipboard operation
pymrtd copied to clipboard

Python implementation of ICAO 9303 biometric passport standard

Results 4 pymrtd issues
Sort by recently updated
recently updated
newest added

- [x] Added dg2 - [x] Added dg7 - [x] Added dg11 - [x] Restructure ef code

Cryptography v42 introduces breaking changes by removing support for bare bone OpenSSL interactions. Specifically, it breaks [Dss1Verifier._recover_F](https://github.com/ZeroPass/pymrtd/blob/997a24f62a9c7adc66e66047b6a61b8bb467f5f8/src/pymrtd/pki/iso9796e2.py#L87-L116) and [EC key initialization](https://github.com/ZeroPass/pymrtd/blob/997a24f62a9c7adc66e66047b6a61b8bb467f5f8/src/pymrtd/pki/keys.py#L250-L270).

The current repository does not offer a license for re-using the software. Could a license be added to communicate the permissions for re-use of the software?

Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.3 to 42.0.4. Changelog Sourced from cryptography's changelog. 42.0.4 - 2024-02-20 * Fixed a null-pointer-dereference and segfault that could occur when creating a PKCS#12 bundle. Credit to...

dependencies