summaryrefslogtreecommitdiff
path: root/ssl/ssl_rsa.c
AgeCommit message (Expand)Author
2014-08-20Prune removed key types from SSL_PKEY_*.David Benjamin
2014-08-07Add X509_up_ref and use it internally.David Benjamin
2014-08-07Use EVP_PKEY_dup instead of manually incrementing the refcount.David Benjamin
2014-07-18Introduce EVP_PKEY_is_opaque to replace RSA_METHOD_FLAG_NO_CHECK.David Benjamin
2014-07-07Remove OPENSSL_NO_RSAAlex Chernyakhovsky
2014-07-01Remove authz extension (RFC5878)David Benjamin
2014-06-26Remove serverinfo and custom extensions support.David Benjamin
2014-06-20Inital import.Adam Langley