openssl/include
Richard Levitte 6508e85883 EVP: make EVP_PKEY_{bits,security_bits,size} work with provider only keys
These functions relied entirely on the presence of 'pkey->pmeth',
which is NULL on provider only keys.  This adds an interface to get
domparam and key data from a provider, given corresponding provider
data (the actual domparam or key).

The retrieved data is cached in the EVP_PKEY structure (lending the
idea from provided EVP_CIPHER).

Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/10778)
2020-01-17 09:04:04 +01:00
..
crypto EVP: make EVP_PKEY_{bits,security_bits,size} work with provider only keys 2020-01-17 09:04:04 +01:00
internal Add FIPS Self test kats for digests 2020-01-15 10:48:01 +10:00
openssl EVP: make EVP_PKEY_{bits,security_bits,size} work with provider only keys 2020-01-17 09:04:04 +01:00