summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/CMS_sign.3
diff options
context:
space:
mode:
authortb <>2024-04-18 16:50:22 +0000
committertb <>2024-04-18 16:50:22 +0000
commitdf2184b6750b762ef4f02673c38c8ae55119bd66 (patch)
treee545f5778e95e6682e1e237f546b996cceadfbc0 /src/lib/libcrypto/man/CMS_sign.3
parent2e23d98aeda2f5e302b6122b7c2694fcad5fb00d (diff)
downloadopenbsd-df2184b6750b762ef4f02673c38c8ae55119bd66.tar.gz
openbsd-df2184b6750b762ef4f02673c38c8ae55119bd66.tar.bz2
openbsd-df2184b6750b762ef4f02673c38c8ae55119bd66.zip
Remove a couple of lies about GOST in CMS
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/man/CMS_sign.38
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/CMS_sign.3 b/src/lib/libcrypto/man/CMS_sign.3
index e2daa859d4..5261c190a6 100644
--- a/src/lib/libcrypto/man/CMS_sign.3
+++ b/src/lib/libcrypto/man/CMS_sign.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: CMS_sign.3,v 1.10 2024/03/29 06:43:12 tb Exp $ 1.\" $OpenBSD: CMS_sign.3,v 1.11 2024/04/18 16:50:22 tb Exp $
2.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 2.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: March 29 2024 $ 51.Dd $Mdocdate: April 18 2024 $
52.Dt CMS_SIGN 3 52.Dt CMS_SIGN 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -127,8 +127,8 @@ attribute.
127Omit just the 127Omit just the
128.Vt SMIMECapabilities . 128.Vt SMIMECapabilities .
129If present, the SMIMECapabilities attribute indicates support for the 129If present, the SMIMECapabilities attribute indicates support for the
130following algorithms in preference order: 256-bit AES, Gost R3411-94, 130following algorithms in preference order: 256-bit AES,
131Gost 28147-89, 192-bit AES, 128-bit AES, triple DES, 128-bit RC2, 64-bit 131192-bit AES, 128-bit AES, triple DES, 128-bit RC2, 64-bit
132RC2, DES and 40-bit RC2. 132RC2, DES and 40-bit RC2.
133If any of these algorithms is not available, then it will not be 133If any of these algorithms is not available, then it will not be
134included. 134included.