diff options
author | schwarze <> | 2018-03-18 13:06:36 +0000 |
---|---|---|
committer | schwarze <> | 2018-03-18 13:06:36 +0000 |
commit | ac5e5a82694c6e8870a59db61d2d5a41c8b614b4 (patch) | |
tree | 82fc44948c57a5d70071500c33b2409011a815cf /src/lib/libcrypto/man/DSA_set_method.3 | |
parent | 93551066da4405c7e070acc4f1811fa018881e1a (diff) | |
download | openbsd-ac5e5a82694c6e8870a59db61d2d5a41c8b614b4.tar.gz openbsd-ac5e5a82694c6e8870a59db61d2d5a41c8b614b4.tar.bz2 openbsd-ac5e5a82694c6e8870a59db61d2d5a41c8b614b4.zip |
In rsa.h rev. 1.38 2018/03/17 15:12:56 and dsa.h rev. 1.30 2018/03/17
15:19:12, tb@ provided a subset of the DSA_meth_*(3) and RSA_meth_*(3)
functions. Merge the relevant parts of the manual pages from
OpenSSL, heavily tweaked by me, in particular for conciseness.
Diffstat (limited to 'src/lib/libcrypto/man/DSA_set_method.3')
-rw-r--r-- | src/lib/libcrypto/man/DSA_set_method.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/DSA_set_method.3 b/src/lib/libcrypto/man/DSA_set_method.3 index 344ec7c9b0..9b8412426a 100644 --- a/src/lib/libcrypto/man/DSA_set_method.3 +++ b/src/lib/libcrypto/man/DSA_set_method.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: DSA_set_method.3,v 1.6 2016/12/10 22:47:49 schwarze Exp $ | 1 | .\" $OpenBSD: DSA_set_method.3,v 1.7 2018/03/18 13:06:36 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 Ulf Moeller <ulf@openssl.org>. | 4 | .\" This file was written by Ulf Moeller <ulf@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 10 2016 $ | 51 | .Dd $Mdocdate: March 18 2018 $ |
52 | .Dt DSA_SET_METHOD 3 | 52 | .Dt DSA_SET_METHOD 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -223,6 +223,7 @@ and sets an error code that can be obtained by | |||
223 | if the allocation fails. | 223 | if the allocation fails. |
224 | Otherwise it returns a pointer to the newly allocated structure. | 224 | Otherwise it returns a pointer to the newly allocated structure. |
225 | .Sh SEE ALSO | 225 | .Sh SEE ALSO |
226 | .Xr DSA_meth_new 3 , | ||
226 | .Xr DSA_new 3 | 227 | .Xr DSA_new 3 |
227 | .Sh HISTORY | 228 | .Sh HISTORY |
228 | .Fn DSA_set_default_method , | 229 | .Fn DSA_set_default_method , |