=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/openssl.1,v retrieving revision 1.140 retrieving revision 1.141 diff -u -r1.140 -r1.141 --- src/usr.bin/openssl/openssl.1 2022/12/22 19:53:23 1.140 +++ src/usr.bin/openssl/openssl.1 2023/04/09 18:33:26 1.141 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openssl.1,v 1.140 2022/12/22 19:53:23 kn Exp $ +.\" $OpenBSD: openssl.1,v 1.141 2023/04/09 18:33:26 tb Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -110,7 +110,7 @@ .\" copied and put under another distribution licence .\" [including the GNU Public Licence.] .\" -.Dd $Mdocdate: December 22 2022 $ +.Dd $Mdocdate: April 9 2023 $ .Dt OPENSSL 1 .Os .Sh NAME @@ -3536,8 +3536,6 @@ for no padding; .Cm oaep for OAEP mode; -.Cm x931 -for X9.31 mode; and .Cm pss for PSS. @@ -3548,8 +3546,6 @@ structure is used and its length must correspond to the digest type. For oeap mode only encryption and decryption is supported. -For x931 if the digest type is set it is used to format the block data; -otherwise the first byte is used to specify the X9.31 digest ID. Sign, verify, and verifyrecover can be performed in this mode. For pss mode only sign and verify are supported and the digest type must be specified. @@ -4213,7 +4209,7 @@ .Op Fl in Ar file .Op Fl inkey Ar file .Op Fl keyform Cm der | pem -.Op Fl oaep | pkcs | raw | x931 +.Op Fl oaep | pkcs | raw .Op Fl out Ar file .Op Fl passin Ar arg .Op Fl pubin @@ -4251,9 +4247,9 @@ The private key format. The default is .Cm pem . -.It Fl oaep | pkcs | raw | x931 +.It Fl oaep | pkcs | raw The padding to use: -PKCS#1 OAEP, PKCS#1 v1.5 (the default), no padding, or ANSI X9.31, +PKCS#1 OAEP, PKCS#1 v1.5 (the default), no padding, respectively. For signatures, only .Fl pkcs