[openssl/openssl] 6bfa75: 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/master/[email protected]> |
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 6bfa751d0e382a293a8572b7b05e4a65fb521ca6
https://github.com/openssl/openssl/commit/6bfa751d0e382a293a8572b7b05e4a65fb521ca6
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)
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/master/81d840-6bfa75%40github.com.