Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: add import for python-cryptography >= 43.0.0
write_pkcs12_container method raises following error message with python-cryptography-43.0.0: Error: module 'cryptography.hazmat.primitives.serialization' has no attribute 'pkcs12' Explicit import of the pkcs12 module resolves the issue.
- Loading branch information