Skip to content

OppenSSL.crypto not have attribute PKCL12 #24

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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