Monday 24 July 2017

How to get openssl version in python

Python get openSSL version



>>> from OpenSSL import SSL
print(SSL.OPENSSL_VERSION_NUMBER)

No comments:

Post a Comment