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

fix `create_ssl_sslcontext` raises`TypeError: Encryption algorithm must be a KeySerializationEncryption instance` #33

Closed MWMWM closed 2 years ago

MWMWM commented 2 years ago

fixes #32

vog commented 2 years ago

Thanks!