Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Feb 2023 19:04:00 GMT
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: fb3134558138 - main - OpenSSL: Merge OpenSSL 1.1.1t
Message-ID:  <202302071904.317J40O2035067@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jkim:

URL: https://cgit.FreeBSD.org/src/commit/?id=fb3134558138e52322ebcdf66fee8288ee308d78

commit fb3134558138e52322ebcdf66fee8288ee308d78
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 18:54:16 +0000

    OpenSSL: Merge OpenSSL 1.1.1t
---
 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 d8b8f454122c..8fde4f19d046 100644
--- a/secure/lib/libcrypto/Makefile
+++ b/secure/lib/libcrypto/Makefile
@@ -121,6 +121,7 @@ SRCS+=	ppc.S ppc-mont.S
 .else
 SRCS+=	bn_asm.c
 .endif
+SRCS+=	rsa_sup_mul.c
 
 # Full of strict aliasing violations that LLVM has been seen to break with
 # optimisations, which can lead to ECDSA signatures not working. See
diff --git a/secure/lib/libcrypto/Makefile.inc b/secure/lib/libcrypto/Makefile.inc
index 59f39be8fef3..8b89b9e36a08 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302071904.317J40O2035067>