Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:bmwiedemann:reproducible:distribution:ring1
certmonger
0001-Update-tests-to-be-compatible-with-OpenSSL...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-Update-tests-to-be-compatible-with-OpenSSL-3.2.patch of Package certmonger
From cccc01f7c3dbc3e9b30e50b86eeaaa7f1500fc94 Mon Sep 17 00:00:00 2001 From: Otto Hollmann <otto.hollmann@suse.com> Date: Wed, 13 Dec 2023 10:23:39 +0100 Subject: [PATCH] Update tests to be compatible with OpenSSL 3.2 --- tests/003-csrgen-ec/run.sh | 4 ++-- tests/038-ms-v2-template/extract-extdata.py | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/003-csrgen-ec/run.sh b/tests/003-csrgen-ec/run.sh index cd9f9422..196b6d02 100755 --- a/tests/003-csrgen-ec/run.sh +++ b/tests/003-csrgen-ec/run.sh @@ -42,8 +42,8 @@ grep ^minicert= entry.nss.$size | sed s,^minicert=,, | base64 -d > minicert.nss. openssl x509 -out minicert.nss.$size.pem -in minicert.nss.$size -inform der # The RSA tests already verify the contents of the requests, so we really only # need to care about the signatures passing verification. -openssl req -verify -noout < csr.nss.$size 2>&1 | sed 's/Certificate request self-signature //' -openssl req -verify -noout < csr.openssl.$size 2>&1 | sed 's/Certificate request self-signature //' +openssl req -verify -noout -in csr.nss.$size 2>&1 | sed 's/Certificate request self-signature //' +openssl req -verify -noout -in csr.openssl.$size 2>&1 | sed 's/Certificate request self-signature //' openssl spkac -verify -noout < spkac.nss.$size 2>&1 openssl spkac -verify -noout < spkac.openssl.$size 2>&1 openssl verify -CAfile minicert.openssl.$size.pem minicert.openssl.$size.pem 2>&1 diff --git a/tests/038-ms-v2-template/extract-extdata.py b/tests/038-ms-v2-template/extract-extdata.py index 8b6b14ff..e2f84a10 100755 --- a/tests/038-ms-v2-template/extract-extdata.py +++ b/tests/038-ms-v2-template/extract-extdata.py @@ -13,7 +13,8 @@ STATE_SEARCH, STATE_FOUND, STATE_DONE = range(3) state = STATE_SEARCH for line in sys.stdin: - if state == STATE_SEARCH and ':1.3.6.1.4.1.311.21.7' in line: + if state == STATE_SEARCH and (':Microsoft certificate template' in line + or ':1.3.6.1.4.1.311.21.7' in line): state = STATE_FOUND continue -- 2.42.0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor