diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2020-09-22 16:18:31 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2020-09-22 16:18:31 +0000 |
commit | 58f351825a371d1a3dd693d6f64a1245ea851a51 (patch) | |
tree | 239e78f19bd1ceca0a1aa3b8ecedd54d2b04de00 /crypto/openssl/doc/man3/PEM_read_bio_PrivateKey.pod | |
parent | 3c0c1e01c9c55aa0ef5bec9a4612d1ce68dd76da (diff) | |
parent | 92f02b3b0f21350e7c92a16ca9b594ad7682c717 (diff) | |
download | src-test2-58f351825a371d1a3dd693d6f64a1245ea851a51.tar.gz src-test2-58f351825a371d1a3dd693d6f64a1245ea851a51.zip |
Notes
Diffstat (limited to 'crypto/openssl/doc/man3/PEM_read_bio_PrivateKey.pod')
-rw-r--r-- | crypto/openssl/doc/man3/PEM_read_bio_PrivateKey.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/openssl/doc/man3/PEM_read_bio_PrivateKey.pod b/crypto/openssl/doc/man3/PEM_read_bio_PrivateKey.pod index a8306500fb3c..233df7fca217 100644 --- a/crypto/openssl/doc/man3/PEM_read_bio_PrivateKey.pod +++ b/crypto/openssl/doc/man3/PEM_read_bio_PrivateKey.pod @@ -206,7 +206,7 @@ RSA structure. The public key is encoded using a PKCS#1 RSAPublicKey structure. The B<RSA_PUBKEY> functions also process an RSA public key using -an RSA structure. However the public key is encoded using a +an RSA structure. However, the public key is encoded using a SubjectPublicKeyInfo structure and an error occurs if the public key is not RSA. @@ -387,7 +387,7 @@ The pseudo code to derive the key would look similar to: =head1 BUGS The PEM read routines in some versions of OpenSSL will not correctly reuse -an existing structure. Therefore the following: +an existing structure. Therefore, the following: PEM_read_bio_X509(bp, &x, 0, NULL); @@ -483,7 +483,7 @@ as they will be formally deprecated in a future releases. =head1 COPYRIGHT -Copyright 2001-2019 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2001-2020 The OpenSSL Project Authors. All Rights Reserved. Licensed under the OpenSSL license (the "License"). You may not use this file except in compliance with the License. You can obtain a copy |