diff options
Diffstat (limited to 'src/lib/libcrypto/man/EC_POINT_new.3')
-rw-r--r-- | src/lib/libcrypto/man/EC_POINT_new.3 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/EC_POINT_new.3 b/src/lib/libcrypto/man/EC_POINT_new.3 index 235c8d69bc..1e09208ffa 100644 --- a/src/lib/libcrypto/man/EC_POINT_new.3 +++ b/src/lib/libcrypto/man/EC_POINT_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: EC_POINT_new.3,v 1.5 2016/12/06 14:54:55 schwarze Exp $ | 1 | .\" $OpenBSD: EC_POINT_new.3,v 1.6 2016/12/11 14:22:43 schwarze Exp $ |
2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
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: December 6 2016 $ | 51 | .Dd $Mdocdate: December 11 2016 $ |
52 | .Dt EC_POINT_NEW 3 | 52 | .Dt EC_POINT_NEW 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -224,6 +224,11 @@ | |||
224 | An | 224 | An |
225 | .Vt EC_POINT | 225 | .Vt EC_POINT |
226 | represents a point on a curve. | 226 | represents a point on a curve. |
227 | A curve is represented by an | ||
228 | .Vt EC_GROUP | ||
229 | object created by the functions described in | ||
230 | .Xr EC_GROUP_new 3 . | ||
231 | .Pp | ||
227 | A new point is constructed by calling the function | 232 | A new point is constructed by calling the function |
228 | .Fn EC_POINT_new | 233 | .Fn EC_POINT_new |
229 | and providing the | 234 | and providing the |
@@ -460,7 +465,6 @@ returns the pointer to the | |||
460 | on error. | 465 | on error. |
461 | .Sh SEE ALSO | 466 | .Sh SEE ALSO |
462 | .Xr d2i_ECPKParameters 3 , | 467 | .Xr d2i_ECPKParameters 3 , |
463 | .Xr ec 3 , | ||
464 | .Xr EC_GFp_simple_method 3 , | 468 | .Xr EC_GFp_simple_method 3 , |
465 | .Xr EC_GROUP_copy 3 , | 469 | .Xr EC_GROUP_copy 3 , |
466 | .Xr EC_GROUP_new 3 , | 470 | .Xr EC_GROUP_new 3 , |