diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2021-07-02 11:48:02 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2021-07-02 11:48:02 +0000 |
commit | cfd2f8902bc9e9feb4d553cbf29e11e73f45fcf0 (patch) | |
tree | b4e0adab21fe2cc2251b3d50e9a0ec3fd8bbe7c9 /lib | |
parent | 4ed05e7d5fbe2308c3c03765a446796f634f0751 (diff) |
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.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/man/EVP_PKEY_set1_RSA.3 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 b/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 index 99faf8dabbf..2883c02d345 100644 --- a/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 +++ b/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 |