diff options
author | schwarze <> | 2023-09-10 11:20:52 +0000 |
---|---|---|
committer | schwarze <> | 2023-09-10 11:20:52 +0000 |
commit | d48ffcb8e488f937955038957be5dc80f8fd7b30 (patch) | |
tree | 6cc44417148bb685740080c4ffc0a61a19e28df3 /src | |
parent | 2b40875f4661a60efda3c1da72cd1d3f7823df83 (diff) | |
download | openbsd-d48ffcb8e488f937955038957be5dc80f8fd7b30.tar.gz openbsd-d48ffcb8e488f937955038957be5dc80f8fd7b30.tar.bz2 openbsd-d48ffcb8e488f937955038957be5dc80f8fd7b30.zip |
Mark EVP_ENCODE_LENGTH() and EVP_DECODE_LENGTH() as intentionally
undocumented because they do not describe properties of the Base64
encoding but add arbitrary constant lengths, hence being implementation
details of BIO_f_base64(3). Besides, they are practically unused
outside evp/bio_b64.c.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/BIO_f_base64.3 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/BIO_f_base64.3 b/src/lib/libcrypto/man/BIO_f_base64.3 index 6054c7c738..bbb68cf741 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.13 2023/04/11 16:58:43 schwarze Exp $ | 1 | .\" $OpenBSD: BIO_f_base64.3,v 1.14 2023/09/10 11:20:52 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,11 +49,15 @@ | |||
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: April 11 2023 $ | 52 | .Dd $Mdocdate: September 10 2023 $ |
53 | .Dt BIO_F_BASE64 3 | 53 | .Dt BIO_F_BASE64 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
56 | .Nm BIO_f_base64 | 56 | .Nm BIO_f_base64 |
57 | .\" .Nm EVP_ENCODE_LENGTH and | ||
58 | .\" .Nm EVP_DECODE_LENGTH are intentionally undocumented | ||
59 | .\" because they are internal implemention details of BIO_f_base64(3) | ||
60 | .\" and practically unused outside evp/bio_b64.c. | ||
57 | .Nd base64 BIO filter | 61 | .Nd base64 BIO filter |
58 | .Sh SYNOPSIS | 62 | .Sh SYNOPSIS |
59 | .In openssl/bio.h | 63 | .In openssl/bio.h |