summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/RSA_set_method.3
diff options
context:
space:
mode:
authorschwarze <>2018-03-18 13:06:36 +0000
committerschwarze <>2018-03-18 13:06:36 +0000
commitac5e5a82694c6e8870a59db61d2d5a41c8b614b4 (patch)
tree82fc44948c57a5d70071500c33b2409011a815cf /src/lib/libcrypto/man/RSA_set_method.3
parent93551066da4405c7e070acc4f1811fa018881e1a (diff)
downloadopenbsd-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/RSA_set_method.3')
-rw-r--r--src/lib/libcrypto/man/RSA_set_method.35
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/RSA_set_method.3 b/src/lib/libcrypto/man/RSA_set_method.3
index f9ec19f97b..46cdbc379e 100644
--- a/src/lib/libcrypto/man/RSA_set_method.3
+++ b/src/lib/libcrypto/man/RSA_set_method.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: RSA_set_method.3,v 1.5 2016/12/11 12:21:48 schwarze Exp $ 1.\" $OpenBSD: RSA_set_method.3,v 1.6 2018/03/18 13:06:36 schwarze Exp $
2.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 2.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
3.\" 3.\"
4.\" This file was written by Ulf Moeller <ulf@openssl.org> 4.\" This file was written by Ulf Moeller <ulf@openssl.org>
@@ -50,7 +50,7 @@
50.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 50.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
51.\" OF THE POSSIBILITY OF SUCH DAMAGE. 51.\" OF THE POSSIBILITY OF SUCH DAMAGE.
52.\" 52.\"
53.Dd $Mdocdate: December 11 2016 $ 53.Dd $Mdocdate: March 18 2018 $
54.Dt RSA_SET_METHOD 3 54.Dt RSA_SET_METHOD 3
55.Os 55.Os
56.Sh NAME 56.Sh NAME
@@ -300,6 +300,7 @@ and sets an error code that can be obtained by
300if the allocation fails. 300if the allocation fails.
301Otherwise it returns a pointer to the newly allocated structure. 301Otherwise it returns a pointer to the newly allocated structure.
302.Sh SEE ALSO 302.Sh SEE ALSO
303.Xr RSA_meth_new 3 ,
303.Xr RSA_new 3 304.Xr RSA_new 3
304.Sh HISTORY 305.Sh HISTORY
305.Fn RSA_new_method 306.Fn RSA_new_method