summaryrefslogtreecommitdiff
path: root/doc/HACKS
diff options
context:
space:
mode:
authorrin <rin@NetBSD.org>2023-07-09 00:01:55 +0000
committerrin <rin@NetBSD.org>2023-07-09 00:01:55 +0000
commit27b50b8d31db37cb5e2e0c33d298d9532fa2ebe8 (patch)
tree7d87e9d0395285ae85350444021ad438f271530e /doc/HACKS
parent7e198ef2756edbb6d83001f2767b3f787e3df9b7 (diff)
doc/HACKS: Note OPENSSL_NO_EC_NISTP_64_GCC_128 hack for aarch64eb.
Diffstat (limited to 'doc/HACKS')
-rw-r--r--doc/HACKS14
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/HACKS b/doc/HACKS
index aed957497d9..dc58a2dae6d 100644
--- a/doc/HACKS
+++ b/doc/HACKS
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.237 2023/07/07 08:39:23 rin Exp $
+# $NetBSD: HACKS,v 1.238 2023/07/09 00:01:55 rin Exp $
#
# This file is intended to document workarounds for currently unsolved
# (mostly) compiler bugs.
@@ -1101,3 +1101,15 @@ descr
Temporally disable secure PLT support, introduced by
binutils 2.39 for us. We need its support to ld.elf_so(1).
kcah
+
+hack openssl: Disable ec_nistp_64_gcc_128 on aarch64eb
+cdate Sat Jul 8 23:54:27 UTC 2023
+who rin
+port aarch64eb
+file src/crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/ec.inc : 1.4
+descr
+ As described in upstream document:
+ https://github.com/openssl/openssl/blob/master/INSTALL.md#enable-ec_nistp_64_gcc_128
+ This feature (for LP64) does not support big-endian machines.
+ Note that sparc64 does not use this (port-sparc64/57472).
+kcah