OpenSSL: Merge OpenSSL 1.1.1t

This commit is contained in:
Jung-uk Kim
2023-02-07 13:54:16 -05:00
parent 640242a591
commit fb31345581
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -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
+2 -2
View File
@@ -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