openssl/providers/implementations
Shane Lontis 5ccada09aa Add evp_test fixes.
Changed many tests so they also test fips (and removed 'availablein = default' from some tests).
Seperated the monolithic evppkey.txt file into smaller maintainable groups.
Changed the availablein option so it must be first - this then skips the entire test before any fetching happens.
Changed the code so that all the OPENSSL_NO_XXXX tests are done in code via methods such as is_cipher_disabled(alg),
before the fetch happens.
Added missing libctx's found by adding a libctx to test_evp.
Broke up large data files for cipher, kdf's and mac's into smaller pieces so they no longer need 'AvailableIn = default'
Added missing algorithm aliases for cipher/digests to the providers.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12236)
2020-08-07 14:29:00 +10:00
..
asymciphers gettables: provider changes to pass the provider context. 2020-08-07 08:02:14 +10:00
ciphers gettables: provider changes to pass the provider context. 2020-08-07 08:02:14 +10:00
digests gettables: provider changes to pass the provider context. 2020-08-07 08:02:14 +10:00
exchange Add evp_test fixes. 2020-08-07 14:29:00 +10:00
include/prov rand_drbg: remove RAND_DRBG. 2020-08-07 14:16:47 +10:00
kdfs Add evp_test fixes. 2020-08-07 14:29:00 +10:00
keymgmt gettables: provider changes to pass the provider context. 2020-08-07 08:02:14 +10:00
macs mac: add some consistency to setting the XXX_final output length. 2020-08-07 08:07:07 +10:00
rands rand_drbg: remove RAND_DRBG. 2020-08-07 14:16:47 +10:00
serializers PROV: Fix MSBLOB / PVK deserializer 2020-08-07 04:44:06 +02:00
signature RSA: Be less strict on PSS parameters when exporting to provider 2020-08-07 09:59:18 +10:00
build.info rand: set up EVP and DRBG infrastructure for RAND from providers. 2020-06-24 20:05:41 +10:00