diff options
author | tb <> | 2023-12-21 21:32:01 +0000 |
---|---|---|
committer | tb <> | 2023-12-21 21:32:01 +0000 |
commit | 34d8cdfef0cdd7085a42bc158cd2b62057e4b0f7 (patch) | |
tree | e45bd200fd03f43877e3b4ed176b8ec6b67c2e6d /src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 | |
parent | e6e9768e352ef37eb0f2fcbb2e1e41f7f1cc3f28 (diff) | |
download | openbsd-34d8cdfef0cdd7085a42bc158cd2b62057e4b0f7.tar.gz openbsd-34d8cdfef0cdd7085a42bc158cd2b62057e4b0f7.tar.bz2 openbsd-34d8cdfef0cdd7085a42bc158cd2b62057e4b0f7.zip |
Remove EVP_PKEY_asn1_add{0,_alias}() documentation
This API was recently neutered and will be removed in the next major bump.
Mark it as intentionally undocumented in EVP_PKEY_asn1_new.3 and remove it
from all other manuals.
Diffstat (limited to 'src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3')
-rw-r--r-- | src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 b/src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 index 4a382e1150..4825b6056e 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 @@ | |||
1 | .\" $OpenBSD: EVP_PKEY_set1_RSA.3,v 1.20 2023/08/27 13:08:15 schwarze Exp $ | 1 | .\" $OpenBSD: EVP_PKEY_set1_RSA.3,v 1.21 2023/12/21 21:32:01 tb Exp $ |
2 | .\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 | 2 | .\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file is a derived work. | 4 | .\" This file is a derived work. |
@@ -65,7 +65,7 @@ | |||
65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
67 | .\" | 67 | .\" |
68 | .Dd $Mdocdate: August 27 2023 $ | 68 | .Dd $Mdocdate: December 21 2023 $ |
69 | .Dt EVP_PKEY_SET1_RSA 3 | 69 | .Dt EVP_PKEY_SET1_RSA 3 |
70 | .Os | 70 | .Os |
71 | .Sh NAME | 71 | .Sh NAME |
@@ -314,9 +314,6 @@ according to the following table: | |||
314 | .It Dv EVP_PKEY_RSA_PSS Ta = Dv NID_rsassaPss Ta RSA-PSS | 314 | .It Dv EVP_PKEY_RSA_PSS Ta = Dv NID_rsassaPss Ta RSA-PSS |
315 | .El | 315 | .El |
316 | .Pp | 316 | .Pp |
317 | Application programs can support additional key types by calling | ||
318 | .Xr EVP_PKEY_asn1_add0 3 . | ||
319 | .Pp | ||
320 | .Fn EVP_PKEY_id | 317 | .Fn EVP_PKEY_id |
321 | returns the actual OID associated with | 318 | returns the actual OID associated with |
322 | .Fa pkey . | 319 | .Fa pkey . |
@@ -334,9 +331,6 @@ The following deprecated aliases are still supported: | |||
334 | .It Dv EVP_PKEY_RSA2 Ta = Dv NID_rsa Ta RSA | 331 | .It Dv EVP_PKEY_RSA2 Ta = Dv NID_rsa Ta RSA |
335 | .El | 332 | .El |
336 | .Pp | 333 | .Pp |
337 | Application programs can support additional alternative OIDs by calling | ||
338 | .Xr EVP_PKEY_asn1_add_alias 3 . | ||
339 | .Pp | ||
340 | Most applications wishing to know a key type will simply call | 334 | Most applications wishing to know a key type will simply call |
341 | .Fn EVP_PKEY_base_id | 335 | .Fn EVP_PKEY_base_id |
342 | and will not care about the actual type, | 336 | and will not care about the actual type, |