summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinoguchi <>2020-02-17 12:52:42 +0000
committerinoguchi <>2020-02-17 12:52:42 +0000
commite830fa559ce866b6c97722a0cc371157f0ce9617 (patch)
treee8391c832758b90190cf0f5a0d0f80b10ce4ee0a
parent63f370da2a67eb9d27cc1ec17bdf5c52ed842a43 (diff)
downloadopenbsd-e830fa559ce866b6c97722a0cc371157f0ce9617.tar.gz
openbsd-e830fa559ce866b6c97722a0cc371157f0ce9617.tar.bz2
openbsd-e830fa559ce866b6c97722a0cc371157f0ce9617.zip
Describe the restriction for length of openssl conf value string
ok and suggestion jmc@
-rw-r--r--src/lib/libcrypto/man/openssl.cnf.56
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/openssl.cnf.5 b/src/lib/libcrypto/man/openssl.cnf.5
index c38bc3c7f2..ae56869b8b 100644
--- a/src/lib/libcrypto/man/openssl.cnf.5
+++ b/src/lib/libcrypto/man/openssl.cnf.5
@@ -1,4 +1,4 @@
1.\" $OpenBSD: openssl.cnf.5,v 1.6 2019/06/06 01:06:59 schwarze Exp $ 1.\" $OpenBSD: openssl.cnf.5,v 1.7 2020/02/17 12:52:42 inoguchi Exp $
2.\" full merge up to: OpenSSL man5/config b53338cb Feb 28 12:30:28 2017 +0100 2.\" full merge up to: OpenSSL man5/config b53338cb Feb 28 12:30:28 2017 +0100
3.\" selective merge up to: OpenSSL a8c5ed81 Jul 18 13:57:25 2017 -0400 3.\" selective merge up to: OpenSSL a8c5ed81 Jul 18 13:57:25 2017 -0400
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: June 6 2019 $ 53.Dd $Mdocdate: February 17 2020 $
54.Dt OPENSSL.CNF 5 54.Dt OPENSSL.CNF 5
55.Os 55.Os
56.Sh NAME 56.Sh NAME
@@ -134,6 +134,8 @@ This will work if the program looks up environment variables using
134the CONF library instead of calling 134the CONF library instead of calling
135.Xr getenv 3 135.Xr getenv 3
136directly. 136directly.
137The value string must not exceed 64k in length after variable expansion or an
138error will occur.
137.Pp 139.Pp
138It is possible to escape certain characters by using any kind of quote 140It is possible to escape certain characters by using any kind of quote
139or the 141or the