From 771daaf25c9b7bc73b4c9d13dd9dee03d0ea4f69 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Fri, 2 Jul 2021 11:48:01 +0000 Subject: Add a roff comment saying that X509_certificate_type(3) is intentionally undocumented. It is archaic and practically unused and unusable. tb@ and jsing@ agree with marking it as undocumented. Put the comment here because EVP_PKEY_base_id(3) is a viable alternative. --- src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 b/src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 index 99faf8dabb..2883c02d34 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.17 2020/06/24 19:55:54 schwarze Exp $ +.\" $OpenBSD: EVP_PKEY_set1_RSA.3,v 1.18 2021/07/02 11:48:01 schwarze 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: June 24 2020 $ +.Dd $Mdocdate: July 2 2021 $ .Dt EVP_PKEY_SET1_RSA 3 .Os .Sh NAME @@ -93,6 +93,9 @@ .Nm EVP_PKEY_id , .Nm EVP_PKEY_type , .Nm EVP_PKEY_set_type +.\" The function X509_certificate_type(3) is intentionally undocumented +.\" and scheduled for deletion from the library. BoringSSL already +.\" deleted it and OpenSSL deprecates it in version 3.0. .Nd EVP_PKEY assignment functions .Sh SYNOPSIS .In openssl/evp.h -- cgit v1.2.3-55-g6feb