Doc: Update history section of EC_GROUP API's.
authorslontis <shane.lontis@oracle.com>
Thu, 22 Dec 2022 08:52:17 +0000 (18:52 +1000)
committerTomas Mraz <tomas@openssl.org>
Tue, 10 Jan 2023 16:09:06 +0000 (17:09 +0100)
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)

doc/man3/EC_GROUP_copy.pod

index 2f776cc8c55dec9406fa5345958fa22d4a4771d2..279fd0d197ffc6b5305f47de78c8c192b7c214cc 100644 (file)
@@ -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