summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/ENGINE_register_RSA.3
diff options
context:
space:
mode:
authorschwarze <>2018-04-18 03:39:22 +0000
committerschwarze <>2018-04-18 03:39:22 +0000
commit681e15cb5cc69d7fd5dc63012bbce258111193d1 (patch)
treecd2408f606018ddc02b28489748ac83a7cd3fde7 /src/lib/libcrypto/man/ENGINE_register_RSA.3
parente9bc095e34e51fd24981bb7ff0b2122f4e1cd4b3 (diff)
downloadopenbsd-681e15cb5cc69d7fd5dc63012bbce258111193d1.tar.gz
openbsd-681e15cb5cc69d7fd5dc63012bbce258111193d1.tar.bz2
openbsd-681e15cb5cc69d7fd5dc63012bbce258111193d1.zip
SEE ALSO and HISTORY
Diffstat (limited to 'src/lib/libcrypto/man/ENGINE_register_RSA.3')
-rw-r--r--src/lib/libcrypto/man/ENGINE_register_RSA.331
1 files changed, 29 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/ENGINE_register_RSA.3 b/src/lib/libcrypto/man/ENGINE_register_RSA.3
index 95735e814d..5c63729cfc 100644
--- a/src/lib/libcrypto/man/ENGINE_register_RSA.3
+++ b/src/lib/libcrypto/man/ENGINE_register_RSA.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ENGINE_register_RSA.3,v 1.1 2018/04/15 01:43:45 schwarze Exp $ 1.\" $OpenBSD: ENGINE_register_RSA.3,v 1.2 2018/04/18 03:39:22 schwarze Exp $
2.\" content checked up to: 2.\" content checked up to:
3.\" OpenSSL ENGINE_add 1f13ad31 Dec 25 17:50:39 2017 +0800 3.\" OpenSSL ENGINE_add 1f13ad31 Dec 25 17:50:39 2017 +0800
4.\" 4.\"
@@ -16,7 +16,7 @@
16.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 16.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
17.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 17.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18.\" 18.\"
19.Dd $Mdocdate: April 15 2018 $ 19.Dd $Mdocdate: April 18 2018 $
20.Dt ENGINE_REGISTER_RSA 3 20.Dt ENGINE_REGISTER_RSA 3
21.Os 21.Os
22.Sh NAME 22.Sh NAME
@@ -110,6 +110,33 @@ for all algorithms it implements by calling all the other functions.
110.Sh RETURN VALUES 110.Sh RETURN VALUES
111These functions return 1 on success or 0 on error. 111These functions return 1 on success or 0 on error.
112They only fail if insufficient memory is available. 112They only fail if insufficient memory is available.
113.Sh SEE ALSO
114.Xr ENGINE_add 3 ,
115.Xr ENGINE_get_default_RSA 3 ,
116.Xr ENGINE_init 3 ,
117.Xr ENGINE_new 3 ,
118.Xr ENGINE_register_all_RSA 3 ,
119.Xr ENGINE_set_default 3 ,
120.Xr ENGINE_set_RSA 3 ,
121.Xr ENGINE_unregister_RSA 3
122.Sh HISTORY
123.Fn ENGINE_register_RSA ,
124.Fn ENGINE_register_DSA ,
125.Fn ENGINE_register_DH ,
126.Fn ENGINE_register_RAND ,
127.Fn ENGINE_register_ciphers ,
128.Fn ENGINE_register_digests ,
129and
130.Fn ENGINE_register_complete
131first appeared in OpenSSL 0.9.7 and have been available since
132.Ox 3.2 .
133.Pp
134.Fn ENGINE_register_ECDH ,
135.Fn ENGINE_register_ECDSA ,
136and
137.Fn ENGINE_register_STORE
138first appeared in OpenSSL 0.9.8 and have been available since
139.Ox 4.5 .
113.Sh BUGS 140.Sh BUGS
114.Fn ENGINE_register_complete 141.Fn ENGINE_register_complete
115ignores all errors, even memory allocation failure, and always returns 1. 142ignores all errors, even memory allocation failure, and always returns 1.