diff options
author | Viktor Dukhovni <openssl-users@dukhovni.org> | 2025-01-10 09:00:15 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2025-01-14 13:14:54 +0100 |
commit | 92c242e8ac26e1d4cb692c5258d0aefa14e5de84 (patch) | |
tree | 47cbdc88e79b5c5e58fb2bd2489906249322256a /util/find-doc-nits | |
parent | Finishing touch to perlasm update to make it work on OpenBSD (diff) | |
download | openssl-92c242e8ac26e1d4cb692c5258d0aefa14e5de84.tar.xz openssl-92c242e8ac26e1d4cb692c5258d0aefa14e5de84.zip |
Big and little-endian load and store support
These are needed in ML-KEM and ML-DSA, and are likely generally useful,
so public.
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26385)
Diffstat (limited to 'util/find-doc-nits')
-rwxr-xr-x | util/find-doc-nits | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/find-doc-nits b/util/find-doc-nits index 8a5c26fb61..b69891807f 100755 --- a/util/find-doc-nits +++ b/util/find-doc-nits @@ -108,6 +108,8 @@ my $ignored = qr/(?| ^i2d_ | ^SKM_DEFINE_STACK_OF_INTERNAL | ^lh_ | ^DEFINE_LHASH_OF_(INTERNAL|DEPRECATED) + | ^OSSL_HTO[BL]E(16|32|64) # undefed + | ^OSSL_[BL]E(16|32|64)TOH # undefed )/x; # A common regexp for C symbol names |