Skip to content

Releases: OwnCA/ownca

v0.4.0

09 Jan 19:00
aee8057
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.3...v0.4.0

v0.3.3

15 Oct 12:08
bc682d6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.3.3

v0.3.2

19 Jan 20:39
173d9a0
Compare
Choose a tag to compare

Release 0.3.2

  • Adds support to nested directories (Thanks @lawndoc)
  • Fixes the issued certificate to browsers trust the certificate based on trusting the CA alone (Thanks @ProjectZero4)
  • Adds official support for Python 3.10

v0.3.1

23 Oct 10:20
ed9000e
Compare
Choose a tag to compare
Release 0.3.1

- Restrict the cryptography dependency not to use 35.0.0

v0.3.0

27 Sep 06:34
3b8db8a
Compare
Choose a tag to compare
Release 0.3.0

- Add support for Python 3.9
- Remove support for Python 3.6
- Update the dependencies libraries
- Support to empty OIDs (Thanks @lawndoc)
- Fixes in the doc (Thanks @yaswanthsaivendra)

v0.2.1

19 Jun 06:32
Compare
Choose a tag to compare
  • Added changes to support Windows.

Thank you

@eric-nieuwland

v0.1.2

08 May 13:13
Compare
Choose a tag to compare
  • Security fix, the new version urllib3

v0.1.1

28 Oct 16:15
856b94c
Compare
Choose a tag to compare

Security update

  • cryptography was updated to >= 3.2
  • other dependencies also updated

v0.1.0

26 Oct 15:25
43c51ed
Compare
Choose a tag to compare

0.1.0: Functionalities

  • Certificate Authority
  • Intermediate Certificate Authority
  • Issue certificates
  • Revoke certificates
  • Sign CSR
  • Certificate Revoke List

v0.1.0b2

25 Oct 09:12
e9b1bab
Compare
Choose a tag to compare
  • Documentation fixes