diff options
author | tb <> | 2020-09-08 03:25:15 +0000 |
---|---|---|
committer | tb <> | 2020-09-08 03:25:15 +0000 |
commit | f480541076046d416b477d5f85275becc18cb576 (patch) | |
tree | ff200403b0d00ffeb7e9fe0eae9d3c0f20f2b830 /src | |
parent | 77b88b2247bcb0c074683c42916b6580754b574b (diff) | |
download | openbsd-f480541076046d416b477d5f85275becc18cb576.tar.gz openbsd-f480541076046d416b477d5f85275becc18cb576.tar.bz2 openbsd-f480541076046d416b477d5f85275becc18cb576.zip |
Mention that EC_KEY_get0_public_key returns a public key.
wording from jmc
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/EC_KEY_new.3 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/EC_KEY_new.3 b/src/lib/libcrypto/man/EC_KEY_new.3 index ba0774ccd4..ef3028c4b7 100644 --- a/src/lib/libcrypto/man/EC_KEY_new.3 +++ b/src/lib/libcrypto/man/EC_KEY_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: EC_KEY_new.3,v 1.15 2019/08/19 13:08:26 schwarze Exp $ | 1 | .\" $OpenBSD: EC_KEY_new.3,v 1.16 2020/09/08 03:25:15 tb Exp $ |
2 | .\" full merge up to: OpenSSL 3aef36ff Jan 5 13:06:03 2016 -0500 | 2 | .\" full merge up to: OpenSSL 3aef36ff Jan 5 13:06:03 2016 -0500 |
3 | .\" partial merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 | 3 | .\" partial merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 |
4 | .\" | 4 | .\" |
@@ -49,7 +49,7 @@ | |||
49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
51 | .\" | 51 | .\" |
52 | .Dd $Mdocdate: August 19 2019 $ | 52 | .Dd $Mdocdate: September 8 2020 $ |
53 | .Dt EC_KEY_NEW 3 | 53 | .Dt EC_KEY_NEW 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -509,7 +509,9 @@ associated with the | |||
509 | .Vt EC_KEY . | 509 | .Vt EC_KEY . |
510 | .Pp | 510 | .Pp |
511 | .Fn EC_KEY_get0_private_key | 511 | .Fn EC_KEY_get0_private_key |
512 | returns the private key associated with the | 512 | and |
513 | .Fn EC_KEY_get0_public_key | ||
514 | return the private or public keys, respectively, associated with the | ||
513 | .Vt EC_KEY . | 515 | .Vt EC_KEY . |
514 | .Pp | 516 | .Pp |
515 | .Fn EC_KEY_get_enc_flags | 517 | .Fn EC_KEY_get_enc_flags |