Params: add OSSL_PARAM_construct_end()
[openssl.git] / doc / man3 / EC_POINT_new.pod
index b4faf4d021f7885db8f13c7ba8e0e034559f313b..42eaddd460c42da0b4b1407ad827300908a82404 100644 (file)
@@ -126,11 +126,13 @@ may be NULL, to the corresponding coordinates of B<p>.
 
 The functions EC_POINT_set_affine_coordinates_GFp() and
 EC_POINT_set_affine_coordinates_GF2m() are synonyms for
-EC_POINT_set_affine_coordinates().
+EC_POINT_set_affine_coordinates(). They are defined for backwards compatibility
+only and should not be used.
 
 The functions EC_POINT_get_affine_coordinates_GFp() and
 EC_POINT_get_affine_coordinates_GF2m() are synonyms for
-EC_POINT_get_affine_coordinates().
+EC_POINT_get_affine_coordinates(). They are defined for backwards compatibility
+only and should not be used.
 
 As well as the affine co-ordinates, a point can alternatively be described in
 terms of its Jacobian projective co-ordinates (for Fp curves only). Jacobian
@@ -153,7 +155,8 @@ possible values for y should be used.
 
 The functions EC_POINT_set_compressed_coordinates_GFp() and
 EC_POINT_set_compressed_coordinates_GF2m() are synonyms for
-EC_POINT_set_compressed_coordinates().
+EC_POINT_set_compressed_coordinates(). They are defined for backwards
+compatibility only and should not be used.
 
 In addition B<EC_POINT> can be converted to and from various external
 representations. The octet form is the binary encoding of the B<ECPoint>
@@ -222,7 +225,7 @@ L<EC_GFp_simple_method(3)>, L<d2i_ECPKParameters(3)>
 
 Copyright 2013-2018 The OpenSSL Project Authors. All Rights Reserved.
 
-Licensed under the OpenSSL license (the "License").  You may not use
+Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
 in the file LICENSE in the source distribution or at
 L<https://www.openssl.org/source/license.html>.