Skip to content

Releases: magnuswatn/certsrv

Release 2.1.1

27 Dec 11:53
Compare
Choose a tag to compare

Added support for Python 3.7 (no real changes).

Release 2.1.0

09 Dec 12:00
Compare
Choose a tag to compare

This release contains the following improvements:

  • Support for using client certificates for authentication.

Release 2.0.0

27 Sep 20:16
f7b5aaa
Compare
Choose a tag to compare

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

20 Aug 10:37
Compare
Choose a tag to compare

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

04 Jun 13:04
Compare
Choose a tag to compare

New release with better exceptions and support for templates that need manual approval from CA admin.

Initial release

22 Jan 13:15
Compare
Choose a tag to compare

First release