Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 784ba7c commit 65bd0bdCopy full SHA for 65bd0bd
1 file changed
Doc/library/ssl.rst
@@ -846,7 +846,7 @@ Constants
846
The version string of the OpenSSL library loaded by the interpreter::
847
848
>>> ssl.OPENSSL_VERSION
849
- 'OpenSSL 0.9.8k 25 Mar 2009'
+ 'OpenSSL 1.0.2k 26 Jan 2017'
850
851
.. versionadded:: 3.2
852
@@ -856,7 +856,7 @@ Constants
856
OpenSSL library::
857
858
>>> ssl.OPENSSL_VERSION_INFO
859
- (0, 9, 8, 11, 15)
+ (1, 0, 2, 11, 15)
860
861
862
@@ -865,9 +865,9 @@ Constants
865
The raw version number of the OpenSSL library, as a single integer::
866
867
>>> ssl.OPENSSL_VERSION_NUMBER
868
- 9470143
+ 268443839
869
>>> hex(ssl.OPENSSL_VERSION_NUMBER)
870
- '0x9080bf'
+ '0x100020bf'
871
872
873
0 commit comments