On 24/9/21 9:15 pm, Angus Robertson - Magenta Systems Ltd wrote:
I've been wondering if this is more efficient than getting the parameters one at a time using multiple EVP_PKEY_get_xx_param which also calls EVP_PKEY_get_params.
I'd be surprised if there was a lot of difference.If I had to give a guess (and it is a guess), I'd go for ever so slightly more efficient your way.
Pauli