File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed
Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 11package :
22 name : openssl
33 version : 3.1.1
4- epoch : 0
4+ epoch : 1
55 description : " the OpenSSL cryptography suite"
66 copyright :
77 - license : Apache-2.0
@@ -74,6 +74,17 @@ pipeline:
7474
7575 - uses : strip
7676
77+ # The fipsmodule.cnf generated by the OpenSSL build system is incorrect.
78+ # Regenerate it ourselves.
79+ - if : ${{options.fips.enabled}} == 'true'
80+ runs : |
81+ rm -f ${{targets.destdir}}/etc/ssl/fipsmodule.cnf
82+
83+ LD_LIBRARY_PATH="${{targets.destdir}}/usr/lib" \
84+ ${{targets.destdir}}/usr/bin/openssl fipsinstall \
85+ -module ${{targets.destdir}}/usr/lib/ossl-modules/fips.so \
86+ -out ${{targets.destdir}}/etc/ssl/fipsmodule.cnf
87+
7788data :
7889 - name : engines
7990 items :
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ alg_section = algorithm_sect
99
1010[provider_sect]
1111fips = fips_sect
12- base = base_sect
12+ default = default_sect
1313
14- [base_sect ]
14+ [default_sect ]
1515activate = 1
1616
1717[algorithm_sect]
You can’t perform that action at this time.
0 commit comments