Add test to demonstrate the app's new engine key loading
authorRichard Levitte <levitte@openssl.org>
Mon, 30 Nov 2020 09:44:34 +0000 (10:44 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 2 Dec 2020 19:19:41 +0000 (20:19 +0100)
commit0a3b330cf09dd3746f4f9c5bb82d9bbcfff809c1
tree614dea92e921b5b56142fa96e6cc704388b23df2
parentf91d003a0ef0c748a11ccdb19c7661a3f2df9ab0
Add test to demonstrate the app's new engine key loading

This adds a bit of functionality in ossltest, so it can now be used to
load PEM files.  It takes the file name as key ID, but just to make
sure faults aren't ignored, it requires all file names to be prefixed
with 'ot:'.

Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/13570)
engines/e_ossltest.c
test/recipes/90-test_store.t