summaryrefslogtreecommitdiff
path: root/ssl/s3_lib.c
AgeCommit message (Expand)Author
2014-08-29Client-side OCSP stapling support.David Benjamin
2014-08-28unifdef a bunch of OPENSSL_NO_* ifdefs.David Benjamin
2014-08-20Remove DSA-based cipher suites and client auth.David Benjamin
2014-08-20Remove ECDH_RSA, ECDH_ECDSA, DH_RSA, and DH_DSS.David Benjamin
2014-08-20Remove support on both sides for *_fixed_(ec)dh client auth.David Benjamin
2014-08-20Remove single-DES cipher suites.David Benjamin
2014-08-19Tidy up cipher ordering.David Benjamin
2014-08-18Mark all SSL_CIPHERs as const.David Benjamin
2014-08-18Remove default_timeout hook.David Benjamin
2014-08-14Trim unused cipher indices and definitions.David Benjamin
2014-08-14Remove Suite B mode.David Benjamin
2014-08-14Merge tls1_* method hooks with the ssl3_* versions.David Benjamin
2014-08-13Use OPENSSL_free instead of free.HÃ¥vard Molland
2014-08-04Remove remnants of OPENSSL_NO_CAMELLIAAlex Chernyakhovsky
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-24unifdef OPENSSL_NO_PSK.David Benjamin
2014-07-24Remove last remnants of GOST support.David Benjamin
2014-07-24Remove get_cipher_by_char and put_cipher_by_char.David Benjamin
2014-07-24Consistently use uint16_t for curve IDs.David Benjamin
2014-07-09Separate client and server certificate_types.David Benjamin
2014-07-07Remove is_probably_safari logic.David Benjamin
2014-07-07Remove OPENSSL_NO_TLSEXT compilation option.David Benjamin
2014-07-07Port Certificate Request parsing to crypto/bytestringAlex Chernyakhovsky
2014-07-07Remove OPENSSL_NO_RSAAlex Chernyakhovsky
2014-07-01Remove authz extension (RFC5878)David Benjamin
2014-07-01Remove opaque_prf_input extension.David Benjamin
2014-07-01Remove tlsext_custom_types field.David Benjamin
2014-06-30Use RC4-MD5 AEAD in ssl/Adam Langley
2014-06-26Remove heartbeat extension.David Benjamin
2014-06-24Remove more remnants of compression.David Benjamin
2014-06-23Merge "Deprecate SSL_get_client_certificate_types."Adam Langley
2014-06-23Deprecate SSL_get_client_certificate_types.David Benjamin
2014-06-23Remove GOST support code from ssl/Adam Langley
2014-06-23Implement TLS_FALLBACK_SCSV support for the client.Adam Langley
2014-06-20Update strength_bits for 3DES.Adam Langley
2014-06-20Return per-certificate chain if extra chain is NULL.Adam Langley
2014-06-20Equal preference cipher groups.Adam Langley
2014-06-20Implement ECDHE-PSK-WITH-AES-128-GCM-SHA256.Adam Langley
2014-06-20Use AEAD for AES256-GCM.Adam Langley
2014-06-20ChaCha20-Poly1305 support.Adam Langley
2014-06-20Use AEAD for AES-GCM in TLS.Adam Langley
2014-06-20ChannelID support.Adam Langley
2014-06-20False Start support.Adam Langley
2014-06-20Inital import.Adam Langley