Add a test for the newly added md params code
authorMatt Caswell <matt@openssl.org>
Wed, 25 Sep 2019 10:49:04 +0000 (11:49 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 3 Oct 2019 08:47:34 +0000 (09:47 +0100)
commit9a071fef00a6d58cfbce4dab4848eda12f1c7dcf
tree99df9c9c977160148cc64d764d3814f7971c14d6
parent5f5c3b4f278bedea466bc4338649b8c540372264
Add a test for the newly added md params code

Previous commits added code for routing md related parameters via and
EVP_SIGNATURE implementation during a DigestSign operation. This adds a
test to make sure this works as expected.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10013)
test/evp_extra_test.c