openssl/providers
Matt Caswell 745fc918e7 Introduce the provider property
Replace the properties default, fips and legacy with a single property
called "provider". So, for example, instead of writing "default=yes" to
get algorithms from the default provider you would instead write
"provider=default". We also have a new "fips" property to indicate that
an algorithm is compatible with FIPS mode. This applies to all the
algorithms in the FIPS provider, as well as any non-cryptographic
algorithms (currently only serializers).

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/11097)
2020-02-21 20:17:02 +00:00
..
common Add X25519/X448 Key Exchange to the default provider 2020-02-11 22:32:56 +00:00
fips Introduce the provider property 2020-02-21 20:17:02 +00:00
implementations Deprecate the low level Diffie-Hellman functions. 2020-02-20 19:04:57 +10:00
build.info PROV: Build the main FIPS module code with FIPS_MODE defined 2020-02-14 21:36:02 +01:00
defltprov.c Introduce the provider property 2020-02-21 20:17:02 +00:00
legacyprov.c Introduce the provider property 2020-02-21 20:17:02 +00:00