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/ECDSA_SIG_new.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/ECDSA_SIG_new.3')
-rw-r--r-- | src/lib/libcrypto/man/ECDSA_SIG_new.3 | 9 |
1 files changed, 8 insertions, 1 deletions
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 @@ | |||
1 | .\" $OpenBSD: ECDSA_SIG_new.3,v 1.6 2016/12/11 12:21:48 schwarze Exp $ | 1 | .\" $OpenBSD: ECDSA_SIG_new.3,v 1.7 2016/12/11 14:22:43 schwarze Exp $ |
2 | .\" OpenSSL e6390aca Jul 21 10:06:03 2015 -0400 | 2 | .\" OpenSSL e6390aca Jul 21 10:06:03 2015 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Nils Larsch <nils@openssl.org>. | 4 | .\" This file was written by Nils Larsch <nils@openssl.org>. |
@@ -198,6 +198,10 @@ Most applications should use the higher level EVP interface such as | |||
198 | or | 198 | or |
199 | .Xr EVP_DigestVerifyInit 3 | 199 | .Xr EVP_DigestVerifyInit 3 |
200 | instead. | 200 | instead. |
201 | Creation of the required | ||
202 | .Vt EC_KEY | ||
203 | objects is described in | ||
204 | .Xr EC_KEY_new 3 . | ||
201 | .Pp | 205 | .Pp |
202 | The | 206 | The |
203 | .Vt ECDSA_SIG | 207 | .Vt ECDSA_SIG |
@@ -454,7 +458,10 @@ if (ret == -1) { | |||
454 | } | 458 | } |
455 | .Ed | 459 | .Ed |
456 | .Sh SEE ALSO | 460 | .Sh SEE ALSO |
461 | .Xr d2i_ECPKParameters 3 , | ||
457 | .Xr DSA_new 3 , | 462 | .Xr DSA_new 3 , |
463 | .Xr EC_GROUP_new 3 , | ||
464 | .Xr EC_KEY_new 3 , | ||
458 | .Xr EVP_DigestSignInit 3 , | 465 | .Xr EVP_DigestSignInit 3 , |
459 | .Xr EVP_DigestVerifyInit 3 , | 466 | .Xr EVP_DigestVerifyInit 3 , |
460 | .Xr RSA_new 3 | 467 | .Xr RSA_new 3 |