You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/oscrypto/_openssl/_libcrypto_ctypes.py", line 304, in <module>
libcrypto.EVP_PKEY_size.argtypes = [
File "/usr/lib/python3.10/ctypes/__init__.py", line 387, in __getattr__
func = self.__getitem__(name)
File "/usr/lib/python3.10/ctypes/__init__.py", line 392, in __getitem__
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: /lib/x86_64-linux-gnu/libcrypto.so.3: undefined symbol: EVP_PKEY_size. Did you mean: 'EVP_PKEY_free'?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "test.py", line 3, in <module>
import signify.fingerprinter
File "/usr/local/lib/python3.10/dist-packages/signify/fingerprinter.py", line 30, in <module>
from signify.authenticode.signed_pe import SignedPEFile
File "/usr/local/lib/python3.10/dist-packages/signify/authenticode/__init__.py", line 1, in <module>
from .structures import *
File "/usr/local/lib/python3.10/dist-packages/signify/authenticode/structures.py", line 34, in <module>
from signify.authenticode.authroot import CertificateTrustList
File "/usr/local/lib/python3.10/dist-packages/signify/authenticode/authroot.py", line 13, in <module>
from signify.pkcs7.signeddata import SignedData
File "/usr/local/lib/python3.10/dist-packages/signify/pkcs7/__init__.py", line 1, in <module>
from .signerinfo import *
File "/usr/local/lib/python3.10/dist-packages/signify/pkcs7/signerinfo.py", line 12, in <module>
from signify.x509.certificates import CertificateName
File "/usr/local/lib/python3.10/dist-packages/signify/x509/__init__.py", line 1, in <module>
from .certificates import *
File "/usr/local/lib/python3.10/dist-packages/signify/x509/certificates.py", line 7, in <module>
from oscrypto import asymmetric
File "/usr/local/lib/python3.10/dist-packages/oscrypto/asymmetric.py", line 19, in <module>
from ._asymmetric import _unwrap_private_key_info
File "/usr/local/lib/python3.10/dist-packages/oscrypto/_asymmetric.py", line 27, in <module>
from .kdf import pbkdf1, pbkdf2, pkcs12_kdf
File "/usr/local/lib/python3.10/dist-packages/oscrypto/kdf.py", line 9, in <module>
from .util import rand_bytes
File "/usr/local/lib/python3.10/dist-packages/oscrypto/util.py", line 14, in <module>
from ._openssl.util import rand_bytes
File "/usr/local/lib/python3.10/dist-packages/oscrypto/_openssl/util.py", line 6, in <module>
from ._libcrypto import libcrypto, libcrypto_version_info, handle_openssl_error
File "/usr/local/lib/python3.10/dist-packages/oscrypto/_openssl/_libcrypto.py", line 15, in <module>
from ._libcrypto_ctypes import (
File "/usr/local/lib/python3.10/dist-packages/oscrypto/_openssl/_libcrypto_ctypes.py", line 688, in <module>
raise FFIEngineError('Error initializing ctypes')
oscrypto._ffi.FFIEngineError: Error initializing ctypes
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: