Compare commits

...
Sign in to create a new pull request.

20 commits

Author SHA1 Message Date
Stephen Gallagher
a03c0c7017
Fix segmentation fault when passed bad arguments
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2025-12-02 14:25:20 -05:00
Stephen Gallagher
9a650699eb
Update to 4.0.3
- Don't truncate destination files until just prior to writing.
- Add test for file replacement
- Use int type for POPT_ARG_NONE values to fix a bug on s390x

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2025-12-01 22:46:08 -05:00
Stephen Gallagher
91a6bb94a6
Update to SSCG 4.0.2
Fixes a regression when attempting to use the same output file for both
the CA and service certificates.

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2025-12-01 12:58:55 -05:00
Stephen Gallagher
9017cd8b5a
Update to SSCG 4.0.1
* Drop dependency on libpath_utils
* Minor fixes and code cleanups

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2025-11-21 15:26:14 -05:00
Stephen Gallagher
900e10c558
Release SSCG 4.0.0
- Support for ML-DSA keys for post-quantum cryptography (PQC) when built
  against OpenSSL 3.5 or later
- Support for EC-DSA keys for elliptic curves
- RSA certificate authority is now created with a minimum key strength
  of 4096 bits
- Improved --help output
- Deprecated support for generating custom DH parameters
- Stopped producing the DH parameter file by default (it may be
  requested explicitly with the --dhparams-file argument)
- Minimum OpenSSL version is now 3.0

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2025-10-23 10:58:35 -04:00
Stephen Gallagher
9111b85386 Fix Summary
Upstream renamed the project years ago from "Simple SSL Certificate
Generator" to "Simple Signed Certificate Generator" and we never updated
the packaging to match.

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2025-08-11 05:11:43 -04:00
Stephen Gallagher
0954d1a211 Update to SSCG 3.0.8
- Fix IP address handling in CA certificate SAN constraints
  * Add automatic single-IP subnet mask to IP addresses in CA name constraints
  * Update help text to show simplified IP format without subnet mask
- Greatly expand the in-tree test suite

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2025-07-23 16:46:15 -04:00
Stephen Gallagher
670d5e43af Update to 3.0.7
Ensure 'critical' basicConstraint for CA cert

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2025-04-22 13:56:35 -04:00
Stephen Gallagher
c5af5ba810 Fix accidentally-reverted License: field
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2025-04-03 11:38:51 -04:00
Stephen Gallagher
2f6d98b494 Release 3.0.6
Fixes an incompatibility with OpenSSL 3.4+ when generating Certificate
Signing Requests.

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2025-03-31 11:15:44 -04:00
Fedora Release Engineering
3e4e7c4ad9 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 11:34:16 +00:00
Fedora Release Engineering
af6d350b20 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-20 06:22:37 +00:00
Fedora Release Engineering
31cf588afd Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-27 04:18:06 +00:00
Joe Orton
00ae409662 SPDX migration 2023-11-16 14:14:23 +00:00
Stephen Gallagher
0cddb04217 Update README.md with latest usage
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2023-09-01 08:21:27 -04:00
Fedora Release Engineering
2da8e38627 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-22 02:27:02 +00:00
Stephen Gallagher
f20c1143a3 Extend maximum DNS name to 256
From-source-git-commit: 00fb4ba6ae29ed94b88675fa752f1c3e5c6fa85f
2023-07-18 20:25:15 -04:00
Stephen Gallagher
6eccdf5e80 Release 3.0.5
From-source-git-commit: 1440fb807c4cecce3a3e52dca9489cec1a53cc4d
2023-06-20 16:32:59 -04:00
Stephen Gallagher
f673a25e51
[packit] 3.0.4 upstream release
Upstream tag: sscg-3.0.4
Upstream commit: e87dd74e
2023-06-08 14:25:55 -04:00
Fedora Release Engineering
fbcc49819f Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-21 03:59:21 +00:00
7 changed files with 156 additions and 7 deletions

8
.gitignore vendored
View file

@ -26,3 +26,11 @@
/sscg-3.0.1.tar.gz
/sscg-3.0.2.tar.gz
/sscg-3.0.3.tar.gz
/sscg-3.0.5.tar.gz
/sscg-3.0.6.tar.gz
/sscg-3.0.7.tar.gz
/sscg-3.0.8.tar.gz
/sscg-4.0.0.tar.gz
/sscg-4.0.1.tar.gz
/sscg-4.0.2.tar.gz
/sscg-4.0.3.tar.gz

51
.packit.yaml Normal file
View file

@ -0,0 +1,51 @@
# See the documentation for more information:
# https://packit.dev/docs/configuration/
specfile_path: .distro/sscg.spec
files_to_sync:
- src: .distro/sscg.spec
dest: sscg.spec
- src: .packit.yaml
dest: .packit.yaml
- src: get_current_version.sh
dest: get_current_version.sh
sync_changelog: true
upstream_package_name: sscg
downstream_package_name: sscg
upstream_tag_template: sscg-{version}
archive_root_dir_template: "{upstream_pkg_name}-{upstream_pkg_name}-{version}"
notifications:
pull_request:
successful_build: true
srpm_build_deps:
- meson
- jq
actions:
get-current-version:
- ./get_current_version.sh
jobs:
- job: copr_build
trigger: pull_request
targets:
- fedora-all
- centos-stream-8
- centos-stream-9
- job: tests
trigger: pull_request
targets:
- fedora-all
- centos-stream-8
- centos-stream-9
- job: propose_downstream
trigger: release
dist_git_branches:
- fedora-all

View file

@ -0,0 +1,38 @@
From 0c37e7ace585cfb550a0ffd9d5c331d059fd687f Mon Sep 17 00:00:00 2001
From: Stephen Gallagher <sgallagh@redhat.com>
Date: Tue, 2 Dec 2025 12:12:26 -0500
Subject: [PATCH] Avoid segfault on receiving bad CLI arguments
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
---
src/sscg.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/sscg.c b/src/sscg.c
index b9b191f109300f6447262858f57a3a8321a14966..00e2862c2d6be5c44a4a362fc926e1a07d31d7bf 100644
--- a/src/sscg.c
+++ b/src/sscg.c
@@ -59,7 +59,7 @@ int
main (int argc, const char **argv)
{
int ret, sret;
- struct sscg_options *options;
+ struct sscg_options *options = NULL;
bool build_client_cert = false;
char *dhparams_file = NULL;
@@ -342,7 +342,10 @@ main (int argc, const char **argv)
done:
if (ret != EOK)
{
- sscg_io_utils_delete_output_files (options->streams);
+ if (options)
+ {
+ sscg_io_utils_delete_output_files (options->streams);
+ }
}
talloc_zfree (main_ctx);
if (getenv ("SSCG_TALLOC_REPORT"))
--
2.52.0

3
README.packit Normal file
View file

@ -0,0 +1,3 @@
This repository is maintained by packit.
https://packit.dev/
The file was generated using packit 0.76.0.

46
get_current_version.sh Executable file
View file

@ -0,0 +1,46 @@
#!/usr/bin/bash
# This file is part of sscg.
#
# sscg is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# sscg is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with sscg. If not, see <http://www.gnu.org/licenses/>.
#
# In addition, as a special exception, the copyright holders give
# permission to link the code of portions of this program with the
# OpenSSL library under certain conditions as described in each
# individual source file, and distribute linked combinations
# including the two.
# You must obey the GNU General Public License in all respects
# for all of the code used other than OpenSSL. If you modify
# file(s) with this exception, you may extend this exception to your
# version of the file(s), but you are not obligated to do so. If you
# do not wish to do so, delete this exception statement from your
# version. If you delete this exception statement from all source
# files in the program, then also delete it here.
#
# Copyright 2023 by Stephen Gallagher <sgallagh@redhat.com>
set -e
tmpdir=$(mktemp -d)
function common_finalize {
exitcode=$?
rm -Rf "$tmpdir"
return $exitcode
}
trap common_finalize EXIT
meson setup ${tmpdir}/getcurrentversion 2>&1 > /dev/null
meson introspect ${tmpdir}/getcurrentversion --projectinfo | jq -r .version

View file

@ -1 +1 @@
SHA512 (sscg-3.0.3.tar.gz) = 5820a44deaabf67296bf218485a22a5b58fcf48c6c33e2617946d0edaded3554f1acb2fb170eb189cdf4f8a61bb29bcb0385dc54996f7d0acdc8f45048b8e081
SHA512 (sscg-4.0.3.tar.gz) = f629cf7e32d4d4e7c1f58c4a53be925b96980e6fb3106e3a36a72f85c723bd79fba6aecdbf092b50f915a8833297bc7c6c1ccbe04fef488db38bbdc1e3a95b96

View file

@ -9,23 +9,26 @@
%{!?meson_test: %global meson_test %{__meson} test -C %{_vpath_builddir} --num-processes %{_smp_build_ncpus} --print-errorlogs}
Name: sscg
Version: 3.0.3
Version: 4.0.3
Release: %autorelease
Summary: Simple SSL certificate generator
Summary: Simple Signed Certificate Generator
License: GPLv3+ with exceptions
License: GPL-3.0-or-later WITH cryptsetup-OpenSSL-exception
URL: https://%{provider_prefix}
Source0: https://%{provider_prefix}/archive/refs/tags/%{repo}-%{version}.tar.gz
Source0: %{URL}/archive/refs/tags/sscg-%{version}.tar.gz
BuildRequires: gcc
BuildRequires: libtalloc-devel
BuildRequires: openssl
BuildRequires: openssl-devel
BuildRequires: popt-devel
BuildRequires: libpath_utils-devel
BuildRequires: meson
BuildRequires: ninja-build
BuildRequires: help2man
# Upstream patch to avoid segfaults when receiving bad CLI arguments
# https://github.com/sgallagher/sscg/commit/0c37e7ace585cfb550a0ffd9d5c331d059fd687f
Patch: 0001-Avoid-segfault-on-receiving-bad-CLI-arguments.patch
%description
A utility to aid in the creation of more secure "self-signed"
@ -36,7 +39,7 @@ up a full PKI environment and without exposing the machine to a risk of
false signatures from the service certificate.
%prep
%autosetup -p1 -n %{name}-%{name}-%{version}
%autosetup -p1 -n sscg-sscg-%{version}
%build