libnettle/libnettle-powerpc64-skip-AES-GCM-test.patch
Pedro Monreal Gonzalez eb9e94867a Accepting request 1230621 from home:pmonrealgonzalez:branches:security:tls
- ppcl64le: POWER10 performance enhancements for cryptography [jsc#PED-9904]
  * powerpc64/sha256: fix loading overreads by loading less and shifting
  * powerpc64/sha256: adjust stack offset for storing non-volatile registers
  * powerpc64: remove use of m4_unquote in the load step for sha256
  * Temporarily skip the gcm test: libnettle-powerpc64-skip-AES-GCM-test.patch
  * Add patches:
    - libnettle-powerpc64-sha256-fix-loading-overreads.patch
    - libnettle-powerpc64-sha256-adjust-stack-offset-for-non-volatile-registers.patch
    - libnettle-powerpc64-remove-m4_unquote-sha256.patch

OBS-URL: https://build.opensuse.org/request/show/1230621
OBS-URL: https://build.opensuse.org/package/show/security:tls/libnettle?expand=0&rev=42
2024-12-12 15:11:19 +00:00

14 lines
660 B
Diff

Index: nettle-3.10/testsuite/Makefile.in
===================================================================
--- nettle-3.10.orig/testsuite/Makefile.in
+++ nettle-3.10/testsuite/Makefile.in
@@ -28,7 +28,7 @@ TS_NETTLE_SOURCES = aes-test.c aes-keywr
streebog-test.c sm3-test.c sm4-test.c \
serpent-test.c twofish-test.c version-test.c \
knuth-lfib-test.c \
- cbc-test.c cfb-test.c ctr-test.c gcm-test.c eax-test.c ccm-test.c \
+ cbc-test.c cfb-test.c ctr-test.c eax-test.c ccm-test.c \
cmac-test.c ocb-test.c siv-cmac-test.c siv-gcm-test.c \
poly1305-test.c chacha-poly1305-test.c \
hmac-test.c umac-test.c \