Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OppenSSL.crypto not have attribute PKCL12 #24

Open
raskolnikov1984 opened this issue Aug 7, 2024 · 0 comments
Open

OppenSSL.crypto not have attribute PKCL12 #24

raskolnikov1984 opened this issue Aug 7, 2024 · 0 comments

Comments

@raskolnikov1984
Copy link

raskolnikov1984 commented Aug 7, 2024

Greetings,I am currently working in a library I have this error.

.eggs/xmlsig-1.0.1-py3.12.egg/xmlsig/signature_context.py:374: in load_pkcs12
    if OpenSSL is not None and isinstance(key, OpenSSL.crypto.PKCS12):
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <module 'OpenSSL.crypto' from '/app/.eggs/pyOpenSSL-24.1.0-py3.12.egg/OpenSSL/crypto.py'>, attr = 'PKCS12'

    def __getattr__(self, attr: str) -> object:
>       obj = getattr(self._module, attr)
E       AttributeError: module 'OpenSSL.crypto' has no attribute 'PKCS12'

I understand that the following solution exists: interlockledger/interlockledger-rest-client-python#1.

Can you work on releasing it, please?, Can I work on the solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant