git: 1bf57e058b62 - stable/12 - OpenSSL: Merge OpenSSL 1.1.1t
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 Feb 2023 23:08:01 UTC
The branch stable/12 has been updated by jkim: URL: https://cgit.FreeBSD.org/src/commit/?id=1bf57e058b62b3f52203c4698c149f2af758e89f commit 1bf57e058b62b3f52203c4698c149f2af758e89f Author: Jung-uk Kim <jkim@FreeBSD.org> AuthorDate: 2023-02-07 18:54:16 +0000 Commit: Jung-uk Kim <jkim@FreeBSD.org> CommitDate: 2023-02-07 23:04:28 +0000 OpenSSL: Merge OpenSSL 1.1.1t (cherry picked from commit fb3134558138e52322ebcdf66fee8288ee308d78) --- secure/lib/libcrypto/Makefile | 1 + secure/lib/libcrypto/Makefile.inc | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile index 9a57b31a0c87..98c474ea167e 100644 --- a/secure/lib/libcrypto/Makefile +++ b/secure/lib/libcrypto/Makefile @@ -101,6 +101,7 @@ SRCS+= bn-586.S co-586.S x86-gf2m.S x86-mont.S .else SRCS+= bn_asm.c .endif +SRCS+= rsa_sup_mul.c # buffer SRCS+= buf_err.c buffer.c diff --git a/secure/lib/libcrypto/Makefile.inc b/secure/lib/libcrypto/Makefile.inc index 3c85c6d89a21..4496320e4628 100644 --- a/secure/lib/libcrypto/Makefile.inc +++ b/secure/lib/libcrypto/Makefile.inc @@ -3,8 +3,8 @@ .include <bsd.own.mk> # OpenSSL version used for manual page generation -OPENSSL_VER= 1.1.1s -OPENSSL_DATE= 2022-11-01 +OPENSSL_VER= 1.1.1t +OPENSSL_DATE= 2023-02-07 LCRYPTO_SRC= ${SRCTOP}/crypto/openssl LCRYPTO_DOC= ${LCRYPTO_SRC}/doc