]> git.ipfire.org Git - thirdparty/openssl.git/commit
test/recipes/15-test_dsa.t: Deal with deprecation of 'openssl dsa'
authorRichard Levitte <levitte@openssl.org>
Thu, 6 Feb 2020 11:10:23 +0000 (12:10 +0100)
committerPauli <paul.dale@oracle.com>
Tue, 11 Feb 2020 22:52:41 +0000 (08:52 +1000)
commitc15c538a3dba5dd7a8a6ba1eaca133542b76c34f
tree6fd9d53ad040d8855f66a2d8f804599d0c164e53
parentf41ac0eeab9d2889d44e3acf6ff1e8274d03d73e
test/recipes/15-test_dsa.t: Deal with deprecation of 'openssl dsa'

Do not run programs that depend on deprecated APIs when
'no-deprecated' is configured.

We still retain the conversion tests that use 'openssl pkey', and add
the one that's missing.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10977)
test/recipes/15-test_dsa.t