Enable X25519Kyber768Draft00 key exchange in TLS
Related: RHEL-50011 Signed-off-by: Daiki Ueno <dueno@redhat.com>
This commit is contained in:
parent
9f3cab5d41
commit
1cd714c58b
3111
gnutls-3.8.6-liboqs-x25519-kyber768d00.patch
Normal file
3111
gnutls-3.8.6-liboqs-x25519-kyber768d00.patch
Normal file
File diff suppressed because it is too large
Load Diff
10
gnutls.spec
10
gnutls.spec
@ -19,6 +19,7 @@ Patch: gnutls-3.2.7-rpath.patch
|
|||||||
# follow https://gitlab.com/gnutls/gnutls/-/issues/1443
|
# follow https://gitlab.com/gnutls/gnutls/-/issues/1443
|
||||||
Patch: gnutls-3.7.8-ktls_skip_tls12_chachapoly_test.patch
|
Patch: gnutls-3.7.8-ktls_skip_tls12_chachapoly_test.patch
|
||||||
Patch: gnutls-3.8.6-compression-dlwrap.patch
|
Patch: gnutls-3.8.6-compression-dlwrap.patch
|
||||||
|
Patch: gnutls-3.8.6-liboqs-x25519-kyber768d00.patch
|
||||||
|
|
||||||
%bcond_without bootstrap
|
%bcond_without bootstrap
|
||||||
%bcond_without dane
|
%bcond_without dane
|
||||||
@ -27,6 +28,7 @@ Patch: gnutls-3.8.6-compression-dlwrap.patch
|
|||||||
%bcond_without tpm2
|
%bcond_without tpm2
|
||||||
%bcond_without gost
|
%bcond_without gost
|
||||||
%bcond_without certificate_compression
|
%bcond_without certificate_compression
|
||||||
|
%bcond_without liboqs
|
||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
|
|
||||||
%if 0%{?fedora} && 0%{?fedora} < 38
|
%if 0%{?fedora} && 0%{?fedora} < 38
|
||||||
@ -64,6 +66,9 @@ BuildRequires: readline-devel, libtasn1-devel >= 4.3
|
|||||||
%if %{with certificate_compression}
|
%if %{with certificate_compression}
|
||||||
BuildRequires: zlib-devel, brotli-devel, libzstd-devel
|
BuildRequires: zlib-devel, brotli-devel, libzstd-devel
|
||||||
%endif
|
%endif
|
||||||
|
%if %{with liboqs}
|
||||||
|
BuildRequires: liboqs-devel
|
||||||
|
%endif
|
||||||
%if %{with bootstrap}
|
%if %{with bootstrap}
|
||||||
BuildRequires: automake, autoconf, gperf, libtool, texinfo
|
BuildRequires: automake, autoconf, gperf, libtool, texinfo
|
||||||
%endif
|
%endif
|
||||||
@ -337,6 +342,11 @@ pushd native_build
|
|||||||
--with-zlib --with-brotli --with-zstd \
|
--with-zlib --with-brotli --with-zstd \
|
||||||
%else
|
%else
|
||||||
--without-zlib --without-brotli --without-zstd \
|
--without-zlib --without-brotli --without-zstd \
|
||||||
|
%endif
|
||||||
|
%if %{with liboqs}
|
||||||
|
--with-liboqs \
|
||||||
|
%else
|
||||||
|
--without-liboqs \
|
||||||
%endif
|
%endif
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
--with-default-priority-string="@SYSTEM"
|
--with-default-priority-string="@SYSTEM"
|
||||||
|
Loading…
Reference in New Issue
Block a user