diff options
author | schwarze <> | 2016-12-11 14:22:43 +0000 |
---|---|---|
committer | schwarze <> | 2016-12-11 14:22:43 +0000 |
commit | 24e78a11838b5b911fc4a003f68b779f8b42e6f6 (patch) | |
tree | 92e6f5e2683d2d01cb0ba02412611bc21815b976 /src/lib/libcrypto/man/EC_GROUP_copy.3 | |
parent | 11d403ec421a1cca33b5766d8b16528cfce5625c (diff) | |
download | openbsd-24e78a11838b5b911fc4a003f68b779f8b42e6f6.tar.gz openbsd-24e78a11838b5b911fc4a003f68b779f8b42e6f6.tar.bz2 openbsd-24e78a11838b5b911fc4a003f68b779f8b42e6f6.zip |
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.
Diffstat (limited to 'src/lib/libcrypto/man/EC_GROUP_copy.3')
-rw-r--r-- | src/lib/libcrypto/man/EC_GROUP_copy.3 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/EC_GROUP_copy.3 b/src/lib/libcrypto/man/EC_GROUP_copy.3 index 7d778c1e32..d857a21929 100644 --- a/src/lib/libcrypto/man/EC_GROUP_copy.3 +++ b/src/lib/libcrypto/man/EC_GROUP_copy.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: EC_GROUP_copy.3,v 1.6 2016/12/06 14:54:55 schwarze Exp $ | 1 | .\" $OpenBSD: EC_GROUP_copy.3,v 1.7 2016/12/11 14:22:43 schwarze Exp $ |
2 | .\" OpenSSL aafbe1cc Jun 12 23:42:08 2013 +0100 | 2 | .\" OpenSSL aafbe1cc Jun 12 23:42:08 2013 +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_GROUP_COPY 3 | 52 | .Dt EC_GROUP_COPY 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -193,6 +193,11 @@ | |||
193 | .Fa "unsigned int *k3" | 193 | .Fa "unsigned int *k3" |
194 | .Fc | 194 | .Fc |
195 | .Sh DESCRIPTION | 195 | .Sh DESCRIPTION |
196 | These functions operate on | ||
197 | .Vt EC_GROUP | ||
198 | objects created by the functions described in | ||
199 | .Xr EC_GROUP_new 3 . | ||
200 | .Pp | ||
196 | .Fn EC_GROUP_copy | 201 | .Fn EC_GROUP_copy |
197 | copies the curve | 202 | copies the curve |
198 | .Fa src | 203 | .Fa src |
@@ -475,7 +480,6 @@ for a trinomial or pentanomial, respectively. | |||
475 | Alternatively in the event of an error a 0 is returned. | 480 | Alternatively in the event of an error a 0 is returned. |
476 | .Sh SEE ALSO | 481 | .Sh SEE ALSO |
477 | .Xr d2i_ECPKParameters 3 , | 482 | .Xr d2i_ECPKParameters 3 , |
478 | .Xr ec 3 , | ||
479 | .Xr EC_GFp_simple_method 3 , | 483 | .Xr EC_GFp_simple_method 3 , |
480 | .Xr EC_GROUP_new 3 , | 484 | .Xr EC_GROUP_new 3 , |
481 | .Xr EC_KEY_new 3 , | 485 | .Xr EC_KEY_new 3 , |