]> 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:07 +0000 (21:33 +0200)
commit5c3227e94e84ec4a6a3c033d27207024cb814e02
tree69d89b713970240364b2ac5e02864290fcb05017
parent7b9bb42e5c7f13c54d3f92ac24e13b71e4cd4559
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]