]> 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:32:40 +0000 (21:32 +0200)
commit2dd74d3acb9425251a2028504f07623bd97bfe87
tree7d7a7ea38bc7b1bb025d336a5b0d0379a4a239af
parentf54e4bc51b78c10dc99a61c087861ee2c11d7a41
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)
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]