Skip to content

OppenSSL.crypto not have attribute PKCL12 #24

Open
@raskolnikov1984

Description

@raskolnikov1984

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions