Skip to content

Instantly share code, notes, and snippets.

@therealmarv
Last active October 12, 2021 19:14
Show Gist options
  • Star 11 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save therealmarv/10103946 to your computer and use it in GitHub Desktop.
Save therealmarv/10103946 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