diff options
author | tedu <> | 2014-10-08 16:17:01 +0000 |
---|---|---|
committer | tedu <> | 2014-10-08 16:17:01 +0000 |
commit | 76de0be7fbc507670f127d6aec47e79fcc25f85a (patch) | |
tree | d611da174bea1329ed5bcd5361150ced84aab778 /src/lib | |
parent | cfc3eac37a3f6fa98dec06e23030a30038f8f69b (diff) | |
download | openbsd-76de0be7fbc507670f127d6aec47e79fcc25f85a.tar.gz openbsd-76de0be7fbc507670f127d6aec47e79fcc25f85a.tar.bz2 openbsd-76de0be7fbc507670f127d6aec47e79fcc25f85a.zip |
more better
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libressl/ressl_init.3 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/lib/libressl/ressl_init.3 b/src/lib/libressl/ressl_init.3 index c439001bdc..82bedd573f 100644 --- a/src/lib/libressl/ressl_init.3 +++ b/src/lib/libressl/ressl_init.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ressl_init.3,v 1.1 2014/10/08 16:13:00 tedu Exp $ | 1 | .\" $OpenBSD: ressl_init.3,v 1.2 2014/10/08 16:17:01 tedu Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> | 3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> |
4 | .\" All rights reserved. | 4 | .\" All rights reserved. |
@@ -58,7 +58,7 @@ | |||
58 | .Nm ressl_read , | 58 | .Nm ressl_read , |
59 | .Nm ressl_write , | 59 | .Nm ressl_write , |
60 | .Nm ressl_close | 60 | .Nm ressl_close |
61 | .Nd Ressl TLS client and server | 61 | .Nd ressl TLS client and server API |
62 | .Sh SYNOPSIS | 62 | .Sh SYNOPSIS |
63 | .In ressl.h | 63 | .In ressl.h |
64 | .Ft "int" | 64 | .Ft "int" |
@@ -197,6 +197,7 @@ frees a configuration object. | |||
197 | .El | 197 | .El |
198 | .Pp | 198 | .Pp |
199 | The following functions modify a configuration by setting parameters. | 199 | The following functions modify a configuration by setting parameters. |
200 | Configuration options may apply to only clients or only servers or both. | ||
200 | .Bl -bullet -offset four | 201 | .Bl -bullet -offset four |
201 | .It | 202 | .It |
202 | .Fn ressl_config_set_ca_file | 203 | .Fn ressl_config_set_ca_file |
@@ -245,9 +246,10 @@ Additionally, the values | |||
245 | (all TLS versions) and | 246 | (all TLS versions) and |
246 | .Dv RESSL_PROTOCOLS_DEFAULT | 247 | .Dv RESSL_PROTOCOLS_DEFAULT |
247 | (all versions) may be used. | 248 | (all versions) may be used. |
249 | .Em (Client and server) | ||
248 | .It | 250 | .It |
249 | .Fn ressl_config_clear_keys | 251 | .Fn ressl_config_clear_keys |
250 | clears any secert keys from memory. | 252 | clears any secret keys from memory. |
251 | .Em (Server) | 253 | .Em (Server) |
252 | .It | 254 | .It |
253 | .Fn ressl_config_insecure_noverifyhost | 255 | .Fn ressl_config_insecure_noverifyhost |
@@ -262,6 +264,7 @@ Be extremely careful when using this option. | |||
262 | .It | 264 | .It |
263 | .Fn ressl_config_verify | 265 | .Fn ressl_config_verify |
264 | reenables hostname and certificate verification. | 266 | reenables hostname and certificate verification. |
267 | .Em (Client) | ||
265 | .El | 268 | .El |
266 | .Pp | 269 | .Pp |
267 | The following functions create, prepare, and free a connection context. | 270 | The following functions create, prepare, and free a connection context. |