mirror of
https://github.com/openssl/openssl.git
synced 2024-12-09 05:51:54 +08:00
6508e85883
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) |
||
---|---|---|
.. | ||
crypto | ||
internal | ||
openssl |