m-click / requests_pkcs12

Add PKCS#12 support to the Python requests library in a clean way, without monkey patching or temporary files
ISC License
124 stars 33 forks source link

WIP: Fix #27 — Replace PyOpenSSL with Cryptography #28

Closed kkirsche closed 3 years ago

kkirsche commented 3 years ago

This updates the usage of PyOpenSSL to instead use Cryptography.

Fix #27

vog commented 3 years ago

I just pushed an improved version of this pull request:

I also officially removed Python 2 support (factually this already happened by the above commit), together with some more packaging improvements. Finally, I released version 1.11: