test/keymgmt_internal_test.c: New test of keymgmt internals
authorRichard Levitte <levitte@openssl.org>
Wed, 16 Oct 2019 22:26:44 +0000 (00:26 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 17 Oct 2019 16:07:45 +0000 (18:07 +0200)
commit5a02d13d3e274748c695bfe19238f885489e021e
tree52b28d7461600165d1c495e89a513f38c21f9074
parent29be60235b9bf86bb38f28349b405bb112250d4b
test/keymgmt_internal_test.c: New test of keymgmt internals

This tests diverse internal KEYMGMT features.  The current existing
test checks that evp_keymgmt_export_to_provider() passes the key data
correctly through two instances of the default provider, and that the
resulting numbers at the end match the initial numbers.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10190)
test/build.info
test/keymgmt_internal_test.c [new file with mode: 0644]
test/recipes/02-test_internal_keymgmt.t [new file with mode: 0644]