Improve OpenSSL stubs (#5645)

* Support Python 3.
* Add OpenSSL.SSL.
* Extend OpenSSL.crypto.

Co-authored-by: Vasily Zakharov <v.zakharov@wwpass.com>
This commit is contained in:
Vasily Zakharov
2021-06-16 17:54:30 +03:00
committed by GitHub
parent e58070cd35
commit ff75793531
4 changed files with 177 additions and 142 deletions

View File

@@ -1,4 +1,4 @@
version = "0.1"
python2 = true
python3 = false
python3 = true
requires = ["types-cryptography"]