Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144640301
D49298.1775967926.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D49298.1775967926.diff
View Options
diff --git a/crypto/openssl/include/openssl/opensslv.h b/crypto/openssl/include/openssl/opensslv.h
--- a/crypto/openssl/include/openssl/opensslv.h
+++ b/crypto/openssl/include/openssl/opensslv.h
@@ -29,7 +29,7 @@
*/
# define OPENSSL_VERSION_MAJOR 3
# define OPENSSL_VERSION_MINOR 0
-# define OPENSSL_VERSION_PATCH 15
+# define OPENSSL_VERSION_PATCH 16
/*
* Additional version information
diff --git a/secure/lib/libcrypto/Makefile.inc b/secure/lib/libcrypto/Makefile.inc
--- a/secure/lib/libcrypto/Makefile.inc
+++ b/secure/lib/libcrypto/Makefile.inc
@@ -1,8 +1,8 @@
.include <bsd.own.mk>
# OpenSSL version used for manual page generation
-OPENSSL_VER= 3.0.15
-OPENSSL_DATE= 2024-09-03
+OPENSSL_VER= 3.0.16
+OPENSSL_DATE= 2025-02-11
LCRYPTO_SRC= ${SRCTOP}/crypto/openssl
LCRYPTO_DOC= ${LCRYPTO_SRC}/doc
diff --git a/sys/crypto/openssl/aarch64/armv8-mont.S b/sys/crypto/openssl/aarch64/armv8-mont.S
--- a/sys/crypto/openssl/aarch64/armv8-mont.S
+++ b/sys/crypto/openssl/aarch64/armv8-mont.S
@@ -17,10 +17,12 @@
cmp x5,#32
b.le .Lscalar_impl
#ifndef __KERNEL__
+#ifndef __AARCH64EB__
adrp x17,OPENSSL_armv8_rsa_neonized
ldr w17,[x17,#:lo12:OPENSSL_armv8_rsa_neonized]
cbnz w17, bn_mul8x_mont_neon
#endif
+#endif
.Lscalar_impl:
tst x5,#7
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 12, 4:25 AM (5 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28328573
Default Alt Text
D49298.1775967926.diff (1 KB)
Attached To
Mode
D49298: openssl: Import OpenSSL 3.0.16
Attached
Detach File
Event Timeline
Log In to Comment