Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
cryptographic error
#7
Since the application was working before, you seem to have some kind of configuration problem. Please note that the PYPI version of pyopenssl was updated to 18.0 on May 16, 2008. Again using Python 2.7 and Windows 10 I successfully ran the following code:
from OpenSSL import crypto
from cryptography.x509 import certificate_transparency

print("done")
This might not help much since you are on a Linux system.

You might want to consider giving your copy of Python 2.7 the Death Penalty, and reinstall Python 2.7 and all packages you need.

Lewis
To paraphrase: 'Throw out your dead' code. https://www.youtube.com/watch?v=grbSQ6O6kbs Forward to 1:00
Reply


Messages In This Thread
cryptographic error - by saisankalpj - Jun-23-2018, 06:28 AM
RE: cryptographic error - by Larz60+ - Jun-23-2018, 11:04 AM
RE: cryptographic error - by saisankalpj - Jun-23-2018, 05:46 PM
RE: cryptographic error - by Larz60+ - Jun-23-2018, 08:57 PM
RE: cryptographic error - by ljmetzger - Jun-24-2018, 10:02 AM
RE: cryptographic error - by saisankalpj - Jun-24-2018, 05:35 PM
RE: cryptographic error - by ljmetzger - Jun-25-2018, 12:55 PM
RE: cryptographic error - by saisankalpj - Jun-25-2018, 05:22 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Non cryptographic hashes AndrzejB 3 968 Mar-21-2023, 07:36 PM
Last Post: AndrzejB

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020