We run tests with specially crafted OpenSSL configuration, not the system one
Resolves: RHEL-25983
This commit is contained in:
parent
75790861a9
commit
d4f04a45ba
@ -1,7 +1,7 @@
|
|||||||
%global oqs_version 0.5.3
|
%global oqs_version 0.5.3
|
||||||
Name: oqsprovider
|
Name: oqsprovider
|
||||||
Version: %{oqs_version}
|
Version: %{oqs_version}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: oqsprovider is an OpenSSL provider for quantum-safe algorithms based on liboqs
|
Summary: oqsprovider is an OpenSSL provider for quantum-safe algorithms based on liboqs
|
||||||
|
|
||||||
License: Apache-2.0 AND MIT
|
License: Apache-2.0 AND MIT
|
||||||
@ -25,7 +25,7 @@ functionality are available via the OpenSSL EVP interface. Key persistence is
|
|||||||
provided via the encode/decode mechanism and X.509 data structures.
|
provided via the encode/decode mechanism and X.509 data structures.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -T -b 0 -q -n oqs-provider-%{oqs_version}
|
%autosetup -T -b 0 -p1 -n oqs-provider-%{oqs_version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -GNinja -DCMAKE_BUILD_TYPE=Debug -DOQS_KEM_ENCODERS=ON -LAH ..
|
%cmake -GNinja -DCMAKE_BUILD_TYPE=Debug -DOQS_KEM_ENCODERS=ON -LAH ..
|
||||||
@ -33,7 +33,7 @@ provided via the encode/decode mechanism and X.509 data structures.
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
cd "%{_vpath_builddir}"
|
cd "%{_vpath_builddir}"
|
||||||
ctest -V
|
OPENSSL_CONF=/dev/null ctest -V
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_libdir}/ossl-modules
|
mkdir -p $RPM_BUILD_ROOT/%{_libdir}/ossl-modules
|
||||||
@ -46,6 +46,10 @@ install %{_vpath_builddir}/lib/oqsprovider.so $RPM_BUILD_ROOT/%{_libdir}/ossl-mo
|
|||||||
%{_libdir}/ossl-modules/oqsprovider.so
|
%{_libdir}/ossl-modules/oqsprovider.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 01 2024 Dmitry Belyavskiy <dbelyavs@redhat.com> - 0.5.3-2
|
||||||
|
- We run tests with specially crafted OpenSSL configuration, not the system one
|
||||||
|
Resolves: RHEL-25983
|
||||||
|
|
||||||
* Thu Feb 01 2024 Dmitry Belyavskiy <dbelyavs@redhat.com> - 0.5.3-1
|
* Thu Feb 01 2024 Dmitry Belyavskiy <dbelyavs@redhat.com> - 0.5.3-1
|
||||||
- Update to 0.5.3 version
|
- Update to 0.5.3 version
|
||||||
Enable KEM encoders
|
Enable KEM encoders
|
||||||
|
Loading…
Reference in New Issue
Block a user