summaryrefslogtreecommitdiffstats
path: root/doc/man3
diff options
context:
space:
mode:
authorEasySec <easy.sec@free.fr>2022-04-24 18:57:39 +0200
committerTomas Mraz <tomas@openssl.org>2022-04-26 16:37:40 +0200
commit92bab433d77e8900d148e62ceb2df2abd62571c6 (patch)
tree31817a9859e9b3e08deade4c3ed7181bbc4356e3 /doc/man3
parent1a68de8fb205e007a0e02d31cfae7955c51a4bca (diff)
pem_password_cb(3): References to other man pages
Refer to OSSL_ENCODER_to_bio and OSSL_DECODER_from_bio man pages. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18164) (cherry picked from commit 7510aee28a3262cde442230c06daffa1e7609fd6)
Diffstat (limited to 'doc/man3')
-rw-r--r--doc/man3/PEM_read_bio_PrivateKey.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man3/PEM_read_bio_PrivateKey.pod b/doc/man3/PEM_read_bio_PrivateKey.pod
index d4878f67df..ac93920add 100644
--- a/doc/man3/PEM_read_bio_PrivateKey.pod
+++ b/doc/man3/PEM_read_bio_PrivateKey.pod
@@ -193,8 +193,8 @@ see L<openssl_user_macros(7)>:
=head1 DESCRIPTION
All of the functions described on this page that have a I<TYPE> of B<DH>, B<DSA>
-and B<RSA> are deprecated. Applications should use OSSL_ENCODER_to_bio() and
-OSSL_DECODER_from_bio() instead.
+and B<RSA> are deprecated. Applications should use L<OSSL_ENCODER_to_bio(3)> and
+L<OSSL_DECODER_from_bio(3)> instead.
The PEM functions read or write structures in PEM format. In
this sense PEM format is simply base64 encoded data surrounded