Releases: sgallagher/sscg
SSCG 2.0.4
Addresses a potential race-condition when the
key and certificate share the same file.
SSCG 2.0.3
Add support for setting the output file mode for the certificates and keys.
SSCG 2.0.2
Handle umask properly
SSCG 2.0.1
Fixes an issue where attempting to pass a different lifetime for the certificate would fail and throw an error.
sscg-2.0.0
Complete rewrite in C, using the OpenSSL API directly.
Fixes several issues with SubjectAlternativeName generation. Builds on all platforms supported by OpenSSL.
sscg-0.4.1
- Change default CA location to match service certificate
- Improve error handling
sscg-0.4.0
Clean up licensing in source files
Add missing gettext imports and headers
Remove unnecessary 2to3 in setup.py
General PEP8 cleanup
Switch to socket.getfqdn()
Make location values for x509 optional
sscg-0.3.0
- Do not call gettext() on formatted strings
- Don't blindly catch all exceptions
- Simplify temporary file creation
sscg-0.2.1
Include LICENSE in the tarball
sscg-0.2
Add subjectAltName support
Add nameConstraints support
Improve RPM packaging