Releases
sscg-2.6.0
Highlights
Can now generate an empty CRL file.
Can now create and store a Diffie-Hellman parameters (dhparams) file.
Support for setting a password on private keys.
Support for generating a client authentication certificate and key.
Better support for OpenSSL 1.0
Full log
Patrick Uiterwijk (1):
Initialize OpenSSL with OpenSSL <1.1.0
Stephen Gallagher (25):
Work around Coverity certificate problem
Clean up popt options table
Fix up minor formatting issue
Add password support for private keys
Allow specifying keyfile password by file
CI: Run tests on multiple Fedora releases
CI: Run tests on CentOS 7
Merge remote-tracking branch 'tipabu/crl-file'
Update .gitignore file
Add function for DH parameter generation
Generate DH parameters file
Update CI test hosts
Add serverAuth extendedKeyUsage for server certificates
Rename create_service_cert() to create_cert()
Use a common macro for default file modes
Add I/O utility routines
Rework output file handling
Check for invalid file combinations
Add support for client certificates
Better error message for client certs without public key file
Add talloc_report() debugging option
Fix memory leak in sscg_sign_x509_csr()
Address clang-analyzer warning
Run ninja scan-build in CI
Update version to 2.6.0
Tim Burke (1):
You can’t perform that action at this time.