Add a tester of OpenSSL config files and test the current .pragma
authorRichard Levitte <levitte@openssl.org>
Mon, 19 Aug 2019 04:35:54 +0000 (06:35 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 12 Nov 2019 12:33:12 +0000 (13:33 +0100)
commit5aaba376189c0d606b832877b037d51caf338e7f
treee37db3b62754b04dd966813a20f3956b7adc05c0
parent0255c1742a5a8186802fdef19b4f1c8c701a27bc
Add a tester of OpenSSL config files and test the current .pragma

test/confdump.c reads an OpenSSL config file and prints out the
processed result.  This can be used to check that a config file is
processed correctly.

We add a test recipe and the necessary data to test the dollarid
pragma.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8882)
crypto/conf/conf_def.c
test/build.info
test/confdump.c [new file with mode: 0644]
test/recipes/04-test_conf.t [new file with mode: 0644]
test/recipes/04-test_conf_data/dollarid_off.conf [new file with mode: 0644]
test/recipes/04-test_conf_data/dollarid_off.txt [new file with mode: 0644]
test/recipes/04-test_conf_data/dollarid_on.conf [new file with mode: 0644]
test/recipes/04-test_conf_data/dollarid_on.txt [new file with mode: 0644]