]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add tests for long configuration lines with backslashes
authorerbsland-dev <github@erbsland.dev>
Mon, 15 Jul 2024 15:07:52 +0000 (17:07 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 16 Jul 2024 19:33:39 +0000 (21:33 +0200)
commitc11b83eddf7ac7550a54afb9eebaf735b3e31061
treed2f450e4f62654e41b40d27c5d4cfbd7357facb2
parent6d676ed969a6492ef076cf1f1330c9bee9c55223
Add tests for long configuration lines with backslashes

Introduce new test files to verify behavior with config lines longer than 512 characters containing backslashes. Updated test plan to include these new test scenarios.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24890)

(cherry picked from commit 2dd74d3acb9425251a2028504f07623bd97bfe87)
test/recipes/04-test_conf.t
test/recipes/04-test_conf_data/oversized_line.cnf [new file with mode: 0644]
test/recipes/04-test_conf_data/oversized_line.txt [new file with mode: 0644]