Releases: magnuswatn/certsrv
Releases · magnuswatn/certsrv
Release 2.1.1
Added support for Python 3.7 (no real changes).
Release 2.1.0
This release contains the following improvements:
- Support for using client certificates for authentication.
Release 2.0.0
This release contains the following improvements:
- Support for Python 3! 3.4, 3.5 and 3.6 are tested and supported.
- A new API with a class, that allows for connection reuse, which is nice. The old API is still supported, but deprecated.
Users should be aware that requests is now a dependency, and error situations that resulted in urllib exceptions before, may result in requests exceptions. For NTLM support requests-ntlm is required. Support for Python 2.5 and 2.6 is dropped, but Python 2.6 should still work (just not tested).
Release 1.6.1
This release contains the following improvements:
- Support for specifying the cafile parameter (thanks to @theballdredge)
- Support for NTLM authentication (thanks to @ma44in)
- Support for Python 2.5 and 2.6
Release 1.5.0
New release with better exceptions and support for templates that need manual approval from CA admin.
Initial release
First release