summaryrefslogtreecommitdiff
path: root/ssl/d1_srvr.c
AgeCommit message (Expand)Author
2014-08-29Client-side OCSP stapling support.David Benjamin
2014-08-27Refactor server-side CertificateVerify handling.David Benjamin
2014-08-26Rename some message functions for consistency.David Benjamin
2014-08-20Remove MS SGC support on the the server.David Benjamin
2014-08-20Move common code between two branches.David Benjamin
2014-08-20Remove support on both sides for *_fixed_(ec)dh client auth.David Benjamin
2014-08-18Remove SSL_OP_CISCO_ANYCONNECT.David Benjamin
2014-08-18Tidy DTLS cookie callback types.David Benjamin
2014-08-05Fix server-side ClientHello state machine.David Benjamin
2014-07-28Fix DTLS certificate requesting code.Adam Langley
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-24Remove SSL_OP_EPHEMERAL_RSA quirk.David Benjamin
2014-07-24unifdef OPENSSL_NO_PSK.David Benjamin
2014-07-14Remove remnants of KRB5 support.David Benjamin
2014-07-07Remove OPENSSL_NO_TLSEXT compilation option.David Benjamin
2014-06-26Remove heartbeat extension.David Benjamin
2014-06-20Fix TLS-PSK identity hint implementation issues.Adam Langley
2014-06-20Inital import.Adam Langley