Skip the GOST test where appropriate
authorMatt Caswell <matt@openssl.org>
Tue, 17 Jul 2018 10:43:30 +0000 (11:43 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 17 Jul 2018 10:57:46 +0000 (11:57 +0100)
commit910fff7eb6cb8175fec4535ede09dc871c9895ac
tree8e88b65a58c1cef7ff8c814612e265d6e04197da
parentfbe9dafdddc5e4aa7190617d189eeadf2da34a4d
Skip the GOST test where appropriate

The GOST ciphers are dynamically loaded via the GOST engine, so we must
be able to support that. The engine also uses DSA and CMS symbols, so we
skip the test on no-dsa or no-cms.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6730)
test/recipes/90-test_gost.t