summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2024-12-09 11:25:25 +0000
committerschwarze <>2024-12-09 11:25:25 +0000
commit85c625388d18ea5be7e0b2ab60aa2f11c7c87c6d (patch)
treef77570a5a241e0b75c0a334e86ccab2bc96dfaab /src
parent155c6219dc775898054448671ae217f784a6a99c (diff)
downloadopenbsd-85c625388d18ea5be7e0b2ab60aa2f11c7c87c6d.tar.gz
openbsd-85c625388d18ea5be7e0b2ab60aa2f11c7c87c6d.tar.bz2
openbsd-85c625388d18ea5be7e0b2ab60aa2f11c7c87c6d.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.39
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