From 24e78a11838b5b911fc4a003f68b779f8b42e6f6 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sun, 11 Dec 2016 14:22:43 +0000 Subject: Distribute the text of ec(3) to the individual EC manuals where it belongs. Make sure EC_GROUP_new(3) points to all EC manuals and all EC manuals point back to EC_GROUP_new(3), and add some other useful links as well. Change all links to ec(3) to point to EC_GROUP_new(3) instead. --- src/lib/libcrypto/man/ECDSA_SIG_new.3 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/man/ECDSA_SIG_new.3') diff --git a/src/lib/libcrypto/man/ECDSA_SIG_new.3 b/src/lib/libcrypto/man/ECDSA_SIG_new.3 index 6275ae398e..c0dbb18fc0 100644 --- a/src/lib/libcrypto/man/ECDSA_SIG_new.3 +++ b/src/lib/libcrypto/man/ECDSA_SIG_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ECDSA_SIG_new.3,v 1.6 2016/12/11 12:21:48 schwarze Exp $ +.\" $OpenBSD: ECDSA_SIG_new.3,v 1.7 2016/12/11 14:22:43 schwarze Exp $ .\" OpenSSL e6390aca Jul 21 10:06:03 2015 -0400 .\" .\" This file was written by Nils Larsch . @@ -198,6 +198,10 @@ Most applications should use the higher level EVP interface such as or .Xr EVP_DigestVerifyInit 3 instead. +Creation of the required +.Vt EC_KEY +objects is described in +.Xr EC_KEY_new 3 . .Pp The .Vt ECDSA_SIG @@ -454,7 +458,10 @@ if (ret == -1) { } .Ed .Sh SEE ALSO +.Xr d2i_ECPKParameters 3 , .Xr DSA_new 3 , +.Xr EC_GROUP_new 3 , +.Xr EC_KEY_new 3 , .Xr EVP_DigestSignInit 3 , .Xr EVP_DigestVerifyInit 3 , .Xr RSA_new 3 -- cgit v1.2.3-55-g6feb