Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapt i2d_PrivateKey for provider only keys
It uses EVP_PKEY serializers to get the desired results. One might think that ddoing this might make things a bit dicy for existing serializers, as they should obviously use i2d functions. However, since our serializers use much more primitive functions such as i2d_ASN1_INTEGER(), or keytype specific ones such as i2d_RSAPrivateKey(), there is no clash. Reviewed-by: Shane Lontis <[email protected]> (Merged from openssl#11056)
- Loading branch information