Commit d0ff28f8 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Replace SSL_PKEY_RSA_ENC, SSL_PKEY_RSA_SIGN



The original intent of SSL_PKEY_RSA_SIGN and SSL_PKEY_RSA_ENC was to
support two different keys for RSA signing and decrypt. However this
was never implemented and we only ever set one key and the other was
always NULL. Replace with single SSL_PKEY_RSA type.

Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2587)
parent 8fd19b20
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment