Enable X25519Kyber768Draft00 key exchange in TLS

Related: RHEL-50011
Signed-off-by: Daiki Ueno <dueno@redhat.com>
This commit is contained in:
Daiki Ueno 2024-07-22 16:07:37 +09:00
parent 9f3cab5d41
commit 1cd714c58b
2 changed files with 3121 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -19,6 +19,7 @@ Patch: gnutls-3.2.7-rpath.patch
# follow https://gitlab.com/gnutls/gnutls/-/issues/1443
Patch: gnutls-3.7.8-ktls_skip_tls12_chachapoly_test.patch
Patch: gnutls-3.8.6-compression-dlwrap.patch
Patch: gnutls-3.8.6-liboqs-x25519-kyber768d00.patch
%bcond_without bootstrap
%bcond_without dane
@ -27,6 +28,7 @@ Patch: gnutls-3.8.6-compression-dlwrap.patch
%bcond_without tpm2
%bcond_without gost
%bcond_without certificate_compression
%bcond_without liboqs
%bcond_without tests
%if 0%{?fedora} && 0%{?fedora} < 38
@ -64,6 +66,9 @@ BuildRequires: readline-devel, libtasn1-devel >= 4.3
%if %{with certificate_compression}
BuildRequires: zlib-devel, brotli-devel, libzstd-devel
%endif
%if %{with liboqs}
BuildRequires: liboqs-devel
%endif
%if %{with bootstrap}
BuildRequires: automake, autoconf, gperf, libtool, texinfo
%endif
@ -337,6 +342,11 @@ pushd native_build
--with-zlib --with-brotli --with-zstd \
%else
--without-zlib --without-brotli --without-zstd \
%endif
%if %{with liboqs}
--with-liboqs \
%else
--without-liboqs \
%endif
--disable-rpath \
--with-default-priority-string="@SYSTEM"