diff options
author | schwarze <> | 2024-12-09 11:25:25 +0000 |
---|---|---|
committer | schwarze <> | 2024-12-09 11:25:25 +0000 |
commit | b55de43464cf876baaa40cce11154dfbf3f41a07 (patch) | |
tree | f77570a5a241e0b75c0a334e86ccab2bc96dfaab /src | |
parent | e57dd9c9cddb06a618bf742651c6ce3f39d16f28 (diff) | |
download | openbsd-b55de43464cf876baaa40cce11154dfbf3f41a07.tar.gz openbsd-b55de43464cf876baaa40cce11154dfbf3f41a07.tar.bz2 openbsd-b55de43464cf876baaa40cce11154dfbf3f41a07.zip |
Mark the constants EVP_PK_*, EVP_PKS_*, and EVP_PKT_* as intentionally
undocumented because they are only used by the function X509_certificate_type()
which is deprecated and will eventually be deleted.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 b/src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 index 3d6dce0bba..39404f5286 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.23 2024/04/18 16:32:22 tb Exp $ | 1 | .\" $OpenBSD: EVP_PKEY_set1_RSA.3,v 1.24 2024/12/09 11:25:25 schwarze 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: April 18 2024 $ | 68 | .Dd $Mdocdate: December 9 2024 $ |
69 | .Dt EVP_PKEY_SET1_RSA 3 | 69 | .Dt EVP_PKEY_SET1_RSA 3 |
70 | .Os | 70 | .Os |
71 | .Sh NAME | 71 | .Sh NAME |
@@ -96,6 +96,11 @@ | |||
96 | .\" The function X509_certificate_type(3) is intentionally undocumented | 96 | .\" The function X509_certificate_type(3) is intentionally undocumented |
97 | .\" and scheduled for deletion from the library. BoringSSL already | 97 | .\" and scheduled for deletion from the library. BoringSSL already |
98 | .\" deleted it and OpenSSL deprecates it in version 3.0. | 98 | .\" deleted it and OpenSSL deprecates it in version 3.0. |
99 | .\" The following constants are also intentionally undocumented | ||
100 | .\" because they are only used by that function: | ||
101 | .\" EVP_PK_DH EVP_PK_DSA EVP_PK_EC EVP_PK_RSA | ||
102 | .\" EVP_PKS_DSA EVP_PKS_EC EVP_PKS_RSA | ||
103 | .\" EVP_PKT_ENC EVP_PKT_EXCH EVP_PKT_EXP EVP_PKT_SIGN | ||
99 | .Nd EVP_PKEY assignment functions | 104 | .Nd EVP_PKEY assignment functions |
100 | .Sh SYNOPSIS | 105 | .Sh SYNOPSIS |
101 | .In openssl/evp.h | 106 | .In openssl/evp.h |