Skip to content

Releases: jborean93/requests-credssp

Message Encryption

04 Aug 03:32
Compare
Choose a tag to compare

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

17 Mar 08:32
Compare
Choose a tag to compare

Changes in v0.0.2

  • Minor bug fix for people running with older versions of pyOpenSSL.

v0.0.1

15 Sep 09:56
Compare
Choose a tag to compare

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