summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/ENGINE_new.3
diff options
context:
space:
mode:
authorschwarze <>2018-04-18 03:39:22 +0000
committerschwarze <>2018-04-18 03:39:22 +0000
commita844bf0d89cac46a483236ae30bbc03cc580dc1e (patch)
treecd2408f606018ddc02b28489748ac83a7cd3fde7 /src/lib/libcrypto/man/ENGINE_new.3
parent668b4730159845f710bfbf2d3764a0c7fffe6c8b (diff)
downloadopenbsd-a844bf0d89cac46a483236ae30bbc03cc580dc1e.tar.gz
openbsd-a844bf0d89cac46a483236ae30bbc03cc580dc1e.tar.bz2
openbsd-a844bf0d89cac46a483236ae30bbc03cc580dc1e.zip
SEE ALSO and HISTORY
Diffstat (limited to 'src/lib/libcrypto/man/ENGINE_new.3')
-rw-r--r--src/lib/libcrypto/man/ENGINE_new.331
1 files changed, 29 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/ENGINE_new.3 b/src/lib/libcrypto/man/ENGINE_new.3
index dce7e59f6a..f1218b1708 100644
--- a/src/lib/libcrypto/man/ENGINE_new.3
+++ b/src/lib/libcrypto/man/ENGINE_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ENGINE_new.3,v 1.2 2018/04/15 17:44:59 schwarze Exp $ 1.\" $OpenBSD: ENGINE_new.3,v 1.3 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_NEW 3 20.Dt ENGINE_NEW 3
21.Os 21.Os
22.Sh NAME 22.Sh NAME
@@ -160,3 +160,30 @@ always return 1.
160returns a function pointer to the callback, or 160returns a function pointer to the callback, or
161.Dv NULL 161.Dv NULL
162if none is installed. 162if none is installed.
163.Sh SEE ALSO
164.Xr ENGINE_add 3 ,
165.Xr ENGINE_ctrl 3 ,
166.Xr ENGINE_get_default_RSA 3 ,
167.Xr ENGINE_init 3 ,
168.Xr ENGINE_register_all_RSA 3 ,
169.Xr ENGINE_register_RSA 3 ,
170.Xr ENGINE_set_default 3 ,
171.Xr ENGINE_set_flags 3 ,
172.Xr ENGINE_set_RSA 3 ,
173.Xr ENGINE_unregister_RSA 3
174.Sh HISTORY
175.Fn ENGINE_new
176and
177.Fn ENGINE_free
178first appeared in OpenSSL 0.9.7 and have been available since
179.Ox 2.9 .
180.Pp
181.Fn ENGINE_set_destroy_function
182and
183.Fn ENGINE_get_destroy_function
184first appeared in OpenSSL 0.9.7 and have been available since
185.Ox 3.2 .
186.Pp
187.Fn ENGINE_up_ref
188first appeared in OpenSSL 0.9.7 and has been available since
189.Ox 3.4 .