From 16245c627d2aeaa4a4eb304731e38785494ed886 Mon Sep 17 00:00:00 2001 From: tb Date: Thu, 18 Apr 2024 16:50:22 +0000 Subject: [PATCH] Remove a couple of lies about GOST in CMS --- lib/libcrypto/man/CMS_add1_signer.3 | 8 ++++---- lib/libcrypto/man/CMS_sign.3 | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/libcrypto/man/CMS_add1_signer.3 b/lib/libcrypto/man/CMS_add1_signer.3 index 720a27f293c..316d63c5ad5 100644 --- a/lib/libcrypto/man/CMS_add1_signer.3 +++ b/lib/libcrypto/man/CMS_add1_signer.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: CMS_add1_signer.3,v 1.9 2024/03/29 06:43:12 tb Exp $ +.\" $OpenBSD: CMS_add1_signer.3,v 1.10 2024/04/18 16:50:22 tb Exp $ .\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 .\" .\" This file is a derived work. @@ -65,7 +65,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 29 2024 $ +.Dd $Mdocdate: April 18 2024 $ .Dt CMS_ADD1_SIGNER 3 .Os .Sh NAME @@ -196,8 +196,8 @@ By default, issuer name and serial number are used instead. If present, the .Vt SMIMECapabilities attribute indicates support for the -following algorithms in preference order: 256-bit AES, Gost R3411-94, -Gost 28147-89, 192-bit AES, 128-bit AES, triple DES, 128-bit RC2, 64-bit +following algorithms in preference order: 256-bit AES, +192-bit AES, 128-bit AES, triple DES, 128-bit RC2, 64-bit RC2, DES and 40-bit RC2. If any of these algorithms is not available then it will not be included. diff --git a/lib/libcrypto/man/CMS_sign.3 b/lib/libcrypto/man/CMS_sign.3 index e2daa859d49..5261c190a61 100644 --- a/lib/libcrypto/man/CMS_sign.3 +++ b/lib/libcrypto/man/CMS_sign.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: CMS_sign.3,v 1.10 2024/03/29 06:43:12 tb Exp $ +.\" $OpenBSD: CMS_sign.3,v 1.11 2024/04/18 16:50:22 tb Exp $ .\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 .\" .\" This file was written by Dr. Stephen Henson . @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 29 2024 $ +.Dd $Mdocdate: April 18 2024 $ .Dt CMS_SIGN 3 .Os .Sh NAME @@ -127,8 +127,8 @@ attribute. Omit just the .Vt SMIMECapabilities . If present, the SMIMECapabilities attribute indicates support for the -following algorithms in preference order: 256-bit AES, Gost R3411-94, -Gost 28147-89, 192-bit AES, 128-bit AES, triple DES, 128-bit RC2, 64-bit +following algorithms in preference order: 256-bit AES, +192-bit AES, 128-bit AES, triple DES, 128-bit RC2, 64-bit RC2, DES and 40-bit RC2. If any of these algorithms is not available, then it will not be included. -- 2.20.1