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/libcrypto/man/BIO_f_base64.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/libcrypto/man/BIO_f_base64.3')
| -rw-r--r-- | src/lib/libcrypto/man/BIO_f_base64.3 | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/BIO_f_base64.3 b/src/lib/libcrypto/man/BIO_f_base64.3 index 5e0d4b8aea..6054c7c738 100644 --- a/src/lib/libcrypto/man/BIO_f_base64.3 +++ b/src/lib/libcrypto/man/BIO_f_base64.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: BIO_f_base64.3,v 1.12 2022/12/07 17:17:29 tb Exp $ | 1 | .\" $OpenBSD: BIO_f_base64.3,v 1.13 2023/04/11 16:58:43 schwarze Exp $ |
| 2 | .\" OpenSSL fc1d88f0 Wed Jul 2 22:42:40 2014 -0400 | 2 | .\" OpenSSL fc1d88f0 Wed Jul 2 22:42:40 2014 -0400 |
| 3 | .\" | 3 | .\" |
| 4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. |
| @@ -49,7 +49,7 @@ | |||
| 49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
| 50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
| 51 | .\" | 51 | .\" |
| 52 | .Dd $Mdocdate: December 7 2022 $ | 52 | .Dd $Mdocdate: April 11 2023 $ |
| 53 | .Dt BIO_F_BASE64 3 | 53 | .Dt BIO_F_BASE64 3 |
| 54 | .Os | 54 | .Os |
| 55 | .Sh NAME | 55 | .Sh NAME |
| @@ -87,6 +87,15 @@ BIO_set_flags(b64, BIO_FLAGS_BASE64_NO_NL); | |||
| 87 | .Sh RETURN VALUES | 87 | .Sh RETURN VALUES |
| 88 | .Fn BIO_f_base64 | 88 | .Fn BIO_f_base64 |
| 89 | returns the base64 BIO method. | 89 | returns the base64 BIO method. |
| 90 | .Pp | ||
| 91 | When called on a base64 BIO object, | ||
| 92 | .Xr BIO_method_type 3 | ||
| 93 | returns the constant | ||
| 94 | .Dv BIO_TYPE_BASE64 | ||
| 95 | and | ||
| 96 | .Xr BIO_method_name 3 | ||
| 97 | returns a pointer to the static string | ||
| 98 | .Qq base64 encoding . | ||
| 90 | .Sh EXAMPLES | 99 | .Sh EXAMPLES |
| 91 | Base64 encode the string "hello, world\en" | 100 | Base64 encode the string "hello, world\en" |
| 92 | and write the result to standard output: | 101 | and write the result to standard output: |
