mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
openssl: update ASM and version info for 3.0.16 import
MFC after: 1 week
MFC with: 0d0c8621fd
Differential Revision: https://reviews.freebsd.org/D49297
This commit is contained in:
parent
0d0c8621fd
commit
d2a55e6a93
3 changed files with 9 additions and 7 deletions
|
|
@ -29,7 +29,7 @@ extern "C" {
|
|||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 0
|
||||
# define OPENSSL_VERSION_PATCH 15
|
||||
# define OPENSSL_VERSION_PATCH 16
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
|
|
@ -74,21 +74,21 @@ extern "C" {
|
|||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.0.15"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.15"
|
||||
# define OPENSSL_VERSION_STR "3.0.16"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.16"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "3 Sep 2024"
|
||||
# define OPENSSL_RELEASE_DATE "11 Feb 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.15 3 Sep 2024"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -17,10 +17,12 @@ bn_mul_mont:
|
|||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue