diff options
| author | schwarze <> | 2023-04-11 16:58:43 +0000 |
|---|---|---|
| committer | schwarze <> | 2023-04-11 16:58:43 +0000 |
| commit | fdb1eca18c61c136a3750f89858caf1e54dc603a (patch) | |
| tree | 9e9844b4dbe0220ef1b7dcfafbf2775501b09d3c /src/lib/libssl/man/BIO_f_ssl.3 | |
| parent | f05406e95b3e348820f2039156864504f387cf32 (diff) | |
| download | openbsd-fdb1eca18c61c136a3750f89858caf1e54dc603a.tar.gz openbsd-fdb1eca18c61c136a3750f89858caf1e54dc603a.tar.bz2 openbsd-fdb1eca18c61c136a3750f89858caf1e54dc603a.zip | |
Document the RETURN VALUES of BIO_method_type(3) and BIO_method_name(3)
for the various BIO types.
Diffstat (limited to 'src/lib/libssl/man/BIO_f_ssl.3')
| -rw-r--r-- | src/lib/libssl/man/BIO_f_ssl.3 | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/lib/libssl/man/BIO_f_ssl.3 b/src/lib/libssl/man/BIO_f_ssl.3 index 7292e63f51..ed26816779 100644 --- a/src/lib/libssl/man/BIO_f_ssl.3 +++ b/src/lib/libssl/man/BIO_f_ssl.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: BIO_f_ssl.3,v 1.13 2022/12/18 20:24:52 schwarze Exp $ | 1 | .\" $OpenBSD: BIO_f_ssl.3,v 1.14 2023/04/11 16:58:43 schwarze Exp $ |
| 2 | .\" full merge up to: OpenSSL f672aee4 Feb 9 11:52:40 2016 -0500 | 2 | .\" full merge up to: OpenSSL f672aee4 Feb 9 11:52:40 2016 -0500 |
| 3 | .\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 | 3 | .\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 |
| 4 | .\" | 4 | .\" |
| @@ -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 18 2022 $ | 53 | .Dd $Mdocdate: April 11 2023 $ |
| 54 | .Dt BIO_F_SSL 3 | 54 | .Dt BIO_F_SSL 3 |
| 55 | .Os | 55 | .Os |
| 56 | .Sh NAME | 56 | .Sh NAME |
| @@ -370,6 +370,15 @@ returns a pointer to a static | |||
| 370 | .Vt BIO_METHOD | 370 | .Vt BIO_METHOD |
| 371 | structure. | 371 | structure. |
| 372 | .Pp | 372 | .Pp |
| 373 | When called on an SSL BIO object, | ||
| 374 | .Xr BIO_method_type 3 | ||
| 375 | returns the constant | ||
| 376 | .Dv BIO_TYPE_SSL | ||
| 377 | and | ||
| 378 | .Xr BIO_method_name 3 | ||
| 379 | returns a pointer to the static string | ||
| 380 | .Qq ssl . | ||
| 381 | .Pp | ||
| 373 | .Fn BIO_set_ssl , | 382 | .Fn BIO_set_ssl , |
| 374 | .Fn BIO_get_ssl , | 383 | .Fn BIO_get_ssl , |
| 375 | .Fn BIO_set_ssl_mode , | 384 | .Fn BIO_set_ssl_mode , |
