summaryrefslogtreecommitdiff
path: root/ssl/ssl_cert.c
AgeCommit message (Expand)Author
2014-08-28unifdef a bunch of OPENSSL_NO_* ifdefs.David Benjamin
2014-08-20Remove some unused state and code.David Benjamin
2014-08-20Prune removed key types from SSL_PKEY_*.David Benjamin
2014-08-14Remove Suite B mode.David Benjamin
2014-08-07Don't X509_up_ref X509_STOREs.David Benjamin
2014-08-07Add X509_up_ref and use it internally.David Benjamin
2014-07-30Remove SSL_get_client_certificate_types.David Benjamin
2014-07-24Don't use the RSA key exchange with a signing-only key.David Benjamin
2014-07-24Remove support code for export cipher suites.David Benjamin
2014-07-09Separate client and server certificate_types.David Benjamin
2014-07-07Remove SSL_copy_session_id.David Benjamin
2014-07-07Remove rest of DANE code.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-23Deprecate SSL_get_client_certificate_types.David Benjamin
2014-06-20Update chain building function.Adam Langley
2014-06-20Allow duplicate certs in ssl_build_cert_chainAdam Langley
2014-06-20New chain building flags.Adam Langley
2014-06-20Add SSL_get_client_certificate_types.Adam Langley
2014-06-20Inital import.Adam Langley