[openssl/openssl] f869ff: Fix Poly1305 SVE2 symbol visibility
"'Mounir IDRASSI' via openssl-commits" <[email protected]>
| Newsgroups | gmane.comp.encryption.openssl.cvs |
|---|---|
| Message-ID | <openssl/openssl/push/refs/heads/openssl-4.0/[email protected]> |
Branch: refs/heads/openssl-4.0
Home: https://github.com/openssl/openssl
Commit: f869ff08b20d5a824e3535fbd1a7df3561e67536
https://github.com/openssl/openssl/commit/f869ff08b20d5a824e3535fbd1a7df3561e67536
Author: Mounir IDRASSI <[email protected]>
Date: 2026-08-26 (Wed, 26 Aug 2026)
Changed paths:
M crypto/poly1305/asm/poly1305-armv9-sve2.pl
Log Message:
-----------
Fix Poly1305 SVE2 symbol visibility
poly1305-armv8 takes the address of poly1305_blocks_sve2 with a direct
ADRP/ADD sequence. Mark the SVE2 entry point hidden so ELF linkers bind
it locally when building shared libraries.
Fixes #31670
CLA: trivial
Reviewed-by: Milan Broz <[email protected]>
Reviewed-by: Kurt Roeckx <[email protected]>
Reviewed-by: Simo Sorce <[email protected]>
Reviewed-by: Tom Cosgrove <[email protected]>
Reviewed-by: Andrew Dinh <[email protected]>
MergeDate: Wed Aug 26 15:15:36 2026
(Merged from https://github.com/openssl/openssl/pull/32132)
(cherry picked from commit 6bfa751d0e382a293a8572b7b05e4a65fb521ca6)
To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications
--
You received this message because you are subscribed to the Google Groups "openssl-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/a/openssl.org/d/msgid/openssl-commits/openssl/openssl/push/refs/heads/openssl-4.0/cda455-f869ff%40github.com.