Add a test "uitest"
authorRichard Levitte <levitte@openssl.org>
Tue, 10 Jan 2017 23:13:59 +0000 (00:13 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 11 Jan 2017 17:27:27 +0000 (18:27 +0100)
commit66ed24b1624606593a23c9fe78d459718d26409c
treebb167cedcf11ae50f7fce2bda0fa23ffe5327e72
parent78b19e90b4aade1ffdf8d918277910b01dac1d76
Add a test "uitest"

It tests both the use of UI_METHOD (through the apps/apps.h API) and
wrapping an older style PEM password callback in a UI_METHOD.

Replace the earlier UI test with a run of this test program

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2204)
test/build.info
test/recipes/03-test_ui.t
test/uitest.c [new file with mode: 0644]