diff options
Diffstat (limited to 'src/lib/libcrypto/man/ENGINE_set_default.3')
-rw-r--r-- | src/lib/libcrypto/man/ENGINE_set_default.3 | 32 |
1 files changed, 30 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/ENGINE_set_default.3 b/src/lib/libcrypto/man/ENGINE_set_default.3 index 653582b39d..c2a53b99fe 100644 --- a/src/lib/libcrypto/man/ENGINE_set_default.3 +++ b/src/lib/libcrypto/man/ENGINE_set_default.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ENGINE_set_default.3,v 1.1 2018/04/15 01:43:45 schwarze Exp $ | 1 | .\" $OpenBSD: ENGINE_set_default.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 3 | 20 | .Dt ENGINE 3 |
21 | .Os | 21 | .Os |
22 | .Sh NAME | 22 | .Sh NAME |
@@ -141,6 +141,34 @@ These functions return 1 on success or 0 on error. | |||
141 | They fail if | 141 | They fail if |
142 | .Xr ENGINE_init 3 | 142 | .Xr ENGINE_init 3 |
143 | fails or if insufficient memory is available. | 143 | fails or if insufficient memory is available. |
144 | .Sh SEE ALSO | ||
145 | .Xr ENGINE_get_default_RSA 3 , | ||
146 | .Xr ENGINE_init 3 , | ||
147 | .Xr ENGINE_new 3 , | ||
148 | .Xr ENGINE_register_RSA 3 , | ||
149 | .Xr ENGINE_set_RSA 3 , | ||
150 | .Xr ENGINE_unregister_RSA 3 | ||
151 | .Sh HISTORY | ||
152 | .Fn ENGINE_set_default , | ||
153 | .Fn ENGINE_set_default_RSA , | ||
154 | .Fn ENGINE_set_default_DSA , | ||
155 | .Fn ENGINE_set_default_DH and, | ||
156 | .Fn ENGINE_set_default_RAND | ||
157 | first appeared in OpenSSL 0.9.7 and have been available since | ||
158 | .Ox 2.9 . | ||
159 | .Pp | ||
160 | .Fn ENGINE_set_default_string , | ||
161 | .Fn ENGINE_set_default_ciphers , | ||
162 | and | ||
163 | .Fn ENGINE_set_default_digests | ||
164 | first appeared in OpenSSL 0.9.7 and have been available since | ||
165 | .Ox 3.2 . | ||
166 | .Pp | ||
167 | .Fn ENGINE_set_default_ECDH | ||
168 | and | ||
169 | .Fn ENGINE_set_default_ECDSA | ||
170 | first appeared in OpenSSL 0.9.8 and have been available since | ||
171 | .Ox 4.5 . | ||
144 | .Sh CAVEATS | 172 | .Sh CAVEATS |
145 | Failure of | 173 | Failure of |
146 | .Xr ENGINE_finish 3 | 174 | .Xr ENGINE_finish 3 |