From 45dca709040c35c7a9a61acbdbe692fca0fb7af9 Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 5 Mar 2024 19:21:31 +0000 Subject: Remove GOST documentation --- src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) (limited to 'src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3') diff --git a/src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 b/src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 index 4825b6056e..07db27003e 100644 --- a/src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 +++ b/src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: EVP_PKEY_set1_RSA.3,v 1.21 2023/12/21 21:32:01 tb Exp $ +.\" $OpenBSD: EVP_PKEY_set1_RSA.3,v 1.22 2024/03/05 19:21:31 tb Exp $ .\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 .\" .\" 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: December 21 2023 $ +.Dd $Mdocdate: March 5 2024 $ .Dt EVP_PKEY_SET1_RSA 3 .Os .Sh NAME @@ -87,7 +87,6 @@ .Nm EVP_PKEY_assign_DSA , .Nm EVP_PKEY_assign_DH , .Nm EVP_PKEY_assign_EC_KEY , -.Nm EVP_PKEY_assign_GOST , .Nm EVP_PKEY_assign , .Nm EVP_PKEY_base_id , .Nm EVP_PKEY_id , @@ -182,11 +181,6 @@ .Fa "EC_KEY *key" .Fc .Ft int -.Fo EVP_PKEY_assign_GOST -.Fa "EVP_PKEY *pkey" -.Fa "GOST_KEY *key" -.Fc -.Ft int .Fo EVP_PKEY_assign .Fa "EVP_PKEY *pkey" .Fa "int type" @@ -268,7 +262,6 @@ becomes unspecified. .Fn EVP_PKEY_assign_DSA , .Fn EVP_PKEY_assign_DH , .Fn EVP_PKEY_assign_EC_KEY , -.Fn EVP_PKEY_assign_GOST , and .Fn EVP_PKEY_assign also set the referenced key to @@ -292,9 +285,8 @@ The following types are supported: .Dv EVP_PKEY_RSA , .Dv EVP_PKEY_DSA , .Dv EVP_PKEY_DH , -.Dv EVP_PKEY_EC , and -.Dv EVP_PKEY_GOSTR01 . +.Dv EVP_PKEY_EC . .Pp .Fn EVP_PKEY_base_id returns the type of @@ -307,8 +299,6 @@ according to the following table: .It Dv EVP_PKEY_DH Ta = Dv NID_dhKeyAgreement Ta DH .It Dv EVP_PKEY_DSA Ta = Dv NID_dsa Ta DSA .It Dv EVP_PKEY_EC Ta = Dv NID_X9_62_id_ecPublicKey Ta EC -.It Dv EVP_PKEY_GOSTIMIT Ta = Dv NID_id_Gost28147_89_MAC Ta GOST-MAC -.It Dv EVP_PKEY_GOSTR01 Ta = Dv NID_id_GostR3410_2001 Ta GOST2001 .It Dv EVP_PKEY_HMAC Ta = Dv NID_hmac Ta HMAC .It Dv EVP_PKEY_RSA Ta = Dv NID_rsaEncryption Ta RSA .It Dv EVP_PKEY_RSA_PSS Ta = Dv NID_rsassaPss Ta RSA-PSS @@ -326,8 +316,6 @@ The following deprecated aliases are still supported: .It Dv EVP_PKEY_DSA2 Ta = Dv NID_dsaWithSHA Ta DSA .It Dv EVP_PKEY_DSA3 Ta = Dv NID_dsaWithSHA1 Ta DSA .It Dv EVP_PKEY_DSA4 Ta = Dv NID_dsaWithSHA1_2 Ta DSA -.It Dv EVP_PKEY_GOSTR12_256 Ta = Dv NID_id_tc26_gost3410_2012_256 Ta GOST2001 -.It Dv EVP_PKEY_GOSTR12_512 Ta = Dv NID_id_tc26_gost3410_2012_512 Ta GOST2001 .It Dv EVP_PKEY_RSA2 Ta = Dv NID_rsa Ta RSA .El .Pp @@ -408,7 +396,6 @@ functions must be freed as well as .Fn EVP_PKEY_assign_DSA , .Fn EVP_PKEY_assign_DH , .Fn EVP_PKEY_assign_EC_KEY , -.Fn EVP_PKEY_assign_GOST , .Fn EVP_PKEY_assign , .Fn EVP_PKEY_set_type , and @@ -436,7 +423,6 @@ the return value points to an .Vt DSA , .Vt DH , .Vt EC_KEY , -.Vt GOST_KEY , or .Vt ASN1_OCTET_STRING object depending on the type of @@ -494,10 +480,6 @@ and first appeared in OpenSSL 1.0.0 and have been available since .Ox 4.9 . .Pp -.Fn EVP_PKEY_assign_GOST -first appeared in -.Ox 5.7 . -.Pp .Fn EVP_PKEY_get0_RSA , .Fn EVP_PKEY_get0_DSA , .Fn EVP_PKEY_get0_DH , -- cgit v1.2.3-55-g6feb