A low-level cryptographic library
Go to file
Daiki Ueno 3651adc006 Switch from hobbling to patching to disable algorithms
Previously, certain algorithms, such as smaller ECC curves, were
"hobbled" using the hobble-nettle script. It is now allowed to include
the algorithm implementation in the source package, though we still
want to disable them at build time.

This patch switches to using a patch-based approach to disable
them. That way, the packaging process is simplified as well as the
integrity of upstream release can be checked using %gpgverify.

Related: RHEL-42424
Signed-off-by: Daiki Ueno <dueno@redhat.com>
2024-08-22 19:40:30 +09:00
.fmf Enable a gating test to ensure gnutls is rebuilt as part of the update 2022-10-18 14:35:15 +00:00
tests Enable a gating test to ensure gnutls is rebuilt as part of the update 2022-10-18 14:35:15 +00:00
.gitignore Switch from hobbling to patching to disable algorithms 2024-08-22 19:40:30 +09:00
changelog Opt-in to using rpmautospec 2023-08-24 10:32:08 +09:00
gating.yaml Enable a gating test to ensure gnutls is rebuilt as part of the update 2022-10-18 14:35:15 +00:00
gmp-6.2.1-intel-cet.patch Bundle GMP to privatize memory functions 2024-06-07 15:55:16 +09:00
gmp-6.2.1-zeroize-allocator.patch Bundle GMP to privatize memory functions 2024-06-07 15:55:16 +09:00
hobble-nettle Update to nettle 3.10 2024-07-26 13:55:55 +09:00
nettle-3.8-zeroize-stack.patch Bundle GMP to privatize memory functions 2024-06-07 15:55:16 +09:00
nettle-3.10-hobble-to-configure.patch Switch from hobbling to patching to disable algorithms 2024-08-22 19:40:30 +09:00
nettle.spec Switch from hobbling to patching to disable algorithms 2024-08-22 19:40:30 +09:00
sources Switch from hobbling to patching to disable algorithms 2024-08-22 19:40:30 +09:00