From: slontis Date: Thu, 22 Dec 2022 08:52:17 +0000 (+1000) Subject: Doc: Update history section of EC_GROUP API's. X-Git-Tag: openssl-3.2.0-alpha1~1542 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8d927e55b751ba1af6c08cd4e37d565a43c56157;p=thirdparty%2Fopenssl.git 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 Reviewed-by: Dmitry Belyavskiy Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/19956) --- diff --git a/doc/man3/EC_GROUP_copy.pod b/doc/man3/EC_GROUP_copy.pod index 2f776cc8c55..279fd0d197f 100644 --- a/doc/man3/EC_GROUP_copy.pod +++ b/doc/man3/EC_GROUP_copy.pod @@ -247,8 +247,8 @@ L, L =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