]> www.wagner.pp.ru Git - openssl-gost/engine.git/commit
Make test programs less hard-coded
authorRichard Levitte <richard@levitte.org>
Sat, 1 May 2021 06:36:55 +0000 (08:36 +0200)
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>
Sun, 2 May 2021 13:10:29 +0000 (16:10 +0300)
commitf3e84b52d2c5bf6774070b758714b90845d722d2
tree5f9c8683888285e8ec5c84ddf4e4ceb777c85b06
parent336c30e54ca42f54641ee06c9dce26ecd454b6ea
Make test programs less hard-coded

The following programs had a hard coded load of the gost engine.
This changes them to rely more on the testing environment, and to
load engines through configuration files.

This affects: test_ciphers.c, test_context.c, test_derive.c,
test_digest.c, test_params.c, test_sign.c, test_tls.c
CMakeLists.txt
test/engine.cnf [new file with mode: 0644]
test_ciphers.c
test_context.c
test_derive.c
test_digest.c
test_params.c
test_sign.c
test_tls.c