[Pkg-sssd-devel] [Git][sssd-team/sssd][master] tests: Drop -extensions from openssl command if there is no -x509. Thanks, ...
Timo Aaltonen (@tjaalton)
gitlab at salsa.debian.org
Wed Mar 20 08:15:46 GMT 2024
Timo Aaltonen pushed to branch master at Debian SSSD packaging / sssd
Commits:
b3b8a34c by Timo Aaltonen at 2024-03-20T10:09:53+02:00
tests: Drop -extensions from openssl command if there is no -x509. Thanks, Sebastian Andrzej Siewior! (Closes: #1061869)
- - - - -
3 changed files:
- debian/changelog
- debian/patches/series
- debian/tests/sssd-softhism2-certificates-tests.sh
Changes:
=====================================
debian/changelog
=====================================
@@ -3,6 +3,10 @@ sssd (2.9.4-2) UNRELEASED; urgency=medium
[ Michael Biebl ]
* Install PAM and NSS modules into /usr. (Closes: #1061350)
+ [ Timo Aaltonen ]
+ * tests: Drop -extensions from openssl command if there is no -x509.
+ Thanks, Sebastian Andrzej Siewior! (Closes: #1061869)
+
-- Michael Biebl <biebl at debian.org> Mon, 22 Jan 2024 23:33:21 +0100
sssd (2.9.4-1.1) unstable; urgency=medium
=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
fix-whitespace-test.diff
default-to-socket-activated-services.diff
fix-shebang-on-sss_analyze.patch
+tests-Drop-extensions-from-openssl-command-if-there-.patch
=====================================
debian/tests/sssd-softhism2-certificates-tests.sh
=====================================
@@ -222,7 +222,6 @@ openssl req \
-key "$tmpdir/test-intermediate-CA-key.pem" \
-passout "$root_ca_key_pass" \
-sha256 \
- -extensions v3_ca \
-out "$tmpdir/test-intermediate-CA-certificate-request.pem"
openssl req -text -noout -in "$tmpdir/test-intermediate-CA-certificate-request.pem"
@@ -311,7 +310,6 @@ openssl req \
-key "$tmpdir/test-sub-intermediate-CA-key.pem" \
-passout "$intermediate_ca_key_pass" \
-sha256 \
- -extensions v3_ca \
-out "$tmpdir/test-sub-intermediate-CA-certificate-request.pem"
openssl req -text -noout -in "$tmpdir/test-sub-intermediate-CA-certificate-request.pem"
View it on GitLab: https://salsa.debian.org/sssd-team/sssd/-/commit/b3b8a34c6369ae9537295995de9b5921e919f7ae
--
View it on GitLab: https://salsa.debian.org/sssd-team/sssd/-/commit/b3b8a34c6369ae9537295995de9b5921e919f7ae
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-sssd-devel/attachments/20240320/a0ae0102/attachment-0001.htm>
More information about the Pkg-sssd-devel
mailing list