4
0
mirror of https://github.com/QuasarApp/openssl.git synced 2025-04-30 03:34:39 +00:00
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
..
2019-10-11 15:30:57 +02:00
2019-12-12 16:55:02 +01:00
2020-01-07 09:22:08 +10:00
2019-12-11 19:04:01 +01:00
2019-10-11 15:30:57 +02:00
2019-10-11 15:30:57 +02:00
2019-07-02 14:22:29 +02:00
2019-11-15 17:20:33 +01:00
2019-12-11 19:04:01 +01:00
2019-12-11 19:04:01 +01:00
2019-12-11 19:04:01 +01:00
2019-12-12 16:55:02 +01:00
2019-11-06 19:38:32 +01:00
2019-07-19 20:16:30 +02:00