Releases: OwnCA/ownca
Releases · OwnCA/ownca
v0.4.0
What's Changed
- Bump setuptools from 65.4.1 to 65.5.1 by @dependabot in #84
- Feature/non ca certs by @ProjectZero4 in #70
- Bump certifi from 2022.6.15 to 2022.12.7 in /docs by @dependabot in #82
- Bump certifi from 2022.9.24 to 2022.12.7 by @dependabot in #83
- Bump to Release 0.4.0 by @kairoaraujo in #86
Full Changelog: v0.3.3...v0.4.0
v0.3.3
What's Changed
- add typing for ownca/utils by @kairoaraujo in #66
- Enhance README.md file by @KAUTH in #71
- Fix docs failing in GA by @KAUTH in #74
- Migrate setup.py to pyproject.toml by @KAUTH in #75
- Add pre-commit tool by @KAUTH in #77
- Rectified the typos from onwca/Onwca to ownca/Ownca by @Lakshayainani in #79
- Prepare for release v0.3.3 by @kairoaraujo in #80
New Contributors
- @KAUTH made their first contribution in #71
- @Lakshayainani made their first contribution in #79
Full Changelog: v0.3.2...v0.3.3
v0.3.2
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
Release 0.3.1 - Restrict the cryptography dependency not to use 35.0.0
v0.3.0
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
v0.1.2
- Security fix, the new version urllib3
v0.1.1
Security update
- cryptography was updated to >= 3.2
- other dependencies also updated
v0.1.0
0.1.0: Functionalities
- Certificate Authority
- Intermediate Certificate Authority
- Issue certificates
- Revoke certificates
- Sign CSR
- Certificate Revoke List
v0.1.0b2
- Documentation fixes