certauth icon indicating copy to clipboard operation
certauth copied to clipboard

AttributeError: module 'OpenSSL.crypto' has no attribute 'load_pkcs12'

Open OTLabs opened this issue 2 years ago • 0 comments

I am building a package py3-certauth for Alpine Linux and got 2 deprecation errors:

=========================== short test summary info ============================
FAILED test/test_certauth.py::test_custom_not_before_not_after - AttributeError: module 'OpenSSL.crypto' has no attribute 'load_pkcs12'
FAILED test/test_certauth.py::test_ca_cert_in_mem - AttributeError: module 'OpenSSL.crypto' has no attribute 'load_pkcs12'
=========== 2 failed, 17 passed, 1 deselected, 31 warnings in 2.03s ============
>>> ERROR: py3-certauth: check failed

OTLabs avatar Dec 05 '23 17:12 OTLabs