summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorslontis <shane.lontis@oracle.com>2022-12-22 18:52:17 +1000
committerTomas Mraz <tomas@openssl.org>2023-01-10 17:10:04 +0100
commit2f2176dc8d38f0248c748c11d992fa595d15f88c (patch)
tree86194a11fff3542365c4ab22ddc84ad75a1c8f92 /doc
parentaccd85ce7cde88f6871659844c851df7008f23e0 (diff)
Doc: Update history section of EC_GROUP API's.
Fixes #8630 The remaining functions are at least as old as 0.9.8 so it is not worth documenting this. Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19956) (cherry picked from commit 8d927e55b751ba1af6c08cd4e37d565a43c56157)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/EC_GROUP_copy.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man3/EC_GROUP_copy.pod b/doc/man3/EC_GROUP_copy.pod
index bb5e6abaf2..90d4db7584 100644
--- a/doc/man3/EC_GROUP_copy.pod
+++ b/doc/man3/EC_GROUP_copy.pod
@@ -247,8 +247,8 @@ L<EC_GFp_simple_method(3)>, L<d2i_ECPKParameters(3)>
=head1 HISTORY
EC_GROUP_method_of() was deprecated in OpenSSL 3.0.
-
-EC_GROUP_check_named_curve() and EC_GROUP_get_field_type() were added in OpenSSL 3.0.
+EC_GROUP_get0_field(), EC_GROUP_check_named_curve() and EC_GROUP_get_field_type() were added in OpenSSL 3.0.
+EC_GROUP_get0_order(), EC_GROUP_order_bits() and EC_GROUP_get0_cofactor() were added in OpenSSL 1.1.0.
=head1 COPYRIGHT