Releases: jborean93/requests-credssp
Releases · jborean93/requests-credssp
Message Encryption
Added support for encrypting messages with the TLS channel
Added logging support for easier debugging in the future
Added tests for Python 3.6 to CI builds
v0.0.2
Changes in v0.0.2
- Minor bug fix for people running with older versions of pyOpenSSL.
v0.0.1
Changes in v0.0.1
- Initial commit of library to GitHub
- Allows CredSSP authentication using NTLM as the auth method
- No encryption of message support yet, coming in future release