Skip to content

Instantly share code, notes, and snippets.

@itsx
Forked from therealmarv/checkopenssl.md
Created August 31, 2021 17:10
Show Gist options
  • Save itsx/31d5f72b9975da43ab971999209c46d0 to your computer and use it in GitHub Desktop.
Save itsx/31d5f72b9975da43ab971999209c46d0 to your computer and use it in GitHub Desktop.
Check OpenSSL version from Python

Open python

python

and type

>>> import ssl
>>> ssl.OPENSSL_VERSION
'OpenSSL 1.0.1g 7 Apr 2014'

And be sure it says at least OpenSSL 1.0.1g so that you are not affected by the OpenSSL Heartbleed bug

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