diff options
Diffstat (limited to 'src/lib/libcrypto/man/EC_KEY_new.3')
| -rw-r--r-- | src/lib/libcrypto/man/EC_KEY_new.3 | 31 |
1 files changed, 29 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/EC_KEY_new.3 b/src/lib/libcrypto/man/EC_KEY_new.3 index 7767fb55e9..c9f8c6d2b3 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.9 2018/02/17 16:59:48 schwarze Exp $ | 1 | .\" $OpenBSD: EC_KEY_new.3,v 1.10 2018/03/23 00:09:11 schwarze Exp $ |
| 2 | .\" OpenSSL d900a015 Oct 8 14:40:42 2015 +0200 | 2 | .\" OpenSSL d900a015 Oct 8 14:40:42 2015 +0200 |
| 3 | .\" | 3 | .\" |
| 4 | .\" This file was written by Matt Caswell <matt@openssl.org>. | 4 | .\" This file was written by Matt Caswell <matt@openssl.org>. |
| @@ -48,7 +48,7 @@ | |||
| 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
| 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
| 50 | .\" | 50 | .\" |
| 51 | .Dd $Mdocdate: February 17 2018 $ | 51 | .Dd $Mdocdate: March 23 2018 $ |
| 52 | .Dt EC_KEY_NEW 3 | 52 | .Dt EC_KEY_NEW 3 |
| 53 | .Os | 53 | .Os |
| 54 | .Sh NAME | 54 | .Sh NAME |
| @@ -526,3 +526,30 @@ returns the point_conversion_form for the | |||
| 526 | .Xr EC_POINT_new 3 , | 526 | .Xr EC_POINT_new 3 , |
| 527 | .Xr ECDSA_SIG_new 3 , | 527 | .Xr ECDSA_SIG_new 3 , |
| 528 | .Xr EVP_PKEY_set1_EC_KEY 3 | 528 | .Xr EVP_PKEY_set1_EC_KEY 3 |
| 529 | .Sh HISTORY | ||
| 530 | .Fn EC_KEY_new , | ||
| 531 | .Fn EC_KEY_new_by_curve_name , | ||
| 532 | .Fn EC_KEY_free , | ||
| 533 | .Fn EC_KEY_copy , | ||
| 534 | .Fn EC_KEY_dup , | ||
| 535 | .Fn EC_KEY_up_ref , | ||
| 536 | .Fn EC_KEY_get0_group , | ||
| 537 | .Fn EC_KEY_set_group , | ||
| 538 | .Fn EC_KEY_get0_private_key , | ||
| 539 | .Fn EC_KEY_set_private_key , | ||
| 540 | .Fn EC_KEY_get0_public_key , | ||
| 541 | .Fn EC_KEY_set_public_key , | ||
| 542 | .Fn EC_KEY_get_enc_flags , | ||
| 543 | .Fn EC_KEY_set_enc_flags , | ||
| 544 | .Fn EC_KEY_get_conv_form , | ||
| 545 | .Fn EC_KEY_set_conv_form , | ||
| 546 | .Fn EC_KEY_get_key_method_data , | ||
| 547 | .Fn EC_KEY_insert_key_method_data , | ||
| 548 | .Fn EC_KEY_set_asn1_flag , | ||
| 549 | .Fn EC_KEY_precompute_mult , | ||
| 550 | .Fn EC_KEY_generate_key , | ||
| 551 | .Fn EC_KEY_check_key , | ||
| 552 | and | ||
| 553 | .Fn EC_KEY_print_fp | ||
| 554 | first appeared in OpenSSL 0.9.8 and have been available since | ||
| 555 | .Ox 4.5 . | ||
