Skip to content

Releases: sgallagher/sscg

sscg-3.0.7

22 Apr 17:52
sscg-3.0.7
Compare
Choose a tag to compare

What's Changed

Full Changelog: sscg-3.0.6...sscg-3.0.7

sscg-3.0.6

31 Mar 15:03
sscg-3.0.6
Compare
Choose a tag to compare

What's Changed

  • Extend maximum DNS name to 255 by @sgallagher in #70
  • Fix compatibility with OpenSSL 3.4+

Full Changelog: sscg-3.0.5...sscg-3.0.6

sscg-3.0.5

20 Jun 19:40
sscg-3.0.5
Compare
Choose a tag to compare

sscg-3.0.4

31 May 18:39
sscg-3.0.4
e87dd74
Compare
Choose a tag to compare

sscg-3.0.3

16 Jan 14:12
sscg-3.0.3
252b115
Compare
Choose a tag to compare

What's Changed

Full Changelog: sscg-3.0.2...sscg-3.0.3

SSCG 3.0.2

28 Feb 16:41
sscg-3.0.2
b3682d9
Compare
Choose a tag to compare

What's Changed

  • Debian packaging: Accept *.tar.gz files as well, bump test timeouts by @martinpitt in #48
  • Debian packaging: Drop bogus Recommends: by @martinpitt in #49
  • dhparams: Fix the FIPS_mode() call for OpenSSL 3.0 by @schopin-pro in #51

New Contributors

Full Changelog: sscg-3.0.1...sscg-3.0.2

SSCG 3.0.1

29 Oct 16:57
sscg-3.0.1
cba79c9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: sscg-3.0.0...sscg-3.0.1

sscg 3.0

21 Jul 18:17
Compare
Choose a tag to compare

sscg 3.0

New features

  • Support for OpenSSL 3.0
  • Support for outputting named Diffie-Hellman parameter groups
  • Support for CentOS Stream 9

Major version notes

  • SSCG now requires OpenSSL 1.1.0 or later.
  • sscg will now always output DH parameters to a PEM file. It will default to using the ffdhe4096 group.
  • Generated certificate lifetime now defaults to 398 days, rather than ten years to conform to modern browser expectations.

sscg-2.6.2: Release SSCG 2.6.2

23 Jun 18:11
sscg-2.6.2
02f6edb
Compare
Choose a tag to compare

Stephen Gallagher (5):

  • Fix missing error check
  • Read long password files properly
  • Make clang-format optional
  • Fix Coverity scans
  • Release 2.6.2

sscg 2.6.1

09 Jan 19:09
sscg-2.6.1
7a3408c
Compare
Choose a tag to compare

Changelog

Stephen Gallagher (14):

  • Bump version to 2.6.1dev
  • Fix help message for --client-key-file
  • Run clang-format
  • Further clarify --client-key-file help message
  • Check that key passphrases are within 4-1023 characters
  • Output private keys with 2048 iteration count
  • Rework passphrase handling
  • Fix wrong x509 version in CSR
  • Fix memory leaks
  • Fix alignment issue with popt
  • Prevent uninitialized read error
  • Add missing newline for error message
  • Fix OpenSSL 1.0 support
  • Fix formatting