summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2014-02-26Fix for WIN32 builds with KRB5Dr. Stephen Henson
2014-02-25ssl/t1_enc.c: check EVP_MD_CTX_copy return value.Andy Polyakov
2014-02-25Don't use BN_ULLONG in n2l8 use SCTS_TIMESTAMP.Dr. Stephen Henson
2014-02-23Only set current certificate to valid values.Dr. Stephen Henson
2014-02-23New chain building flags.Dr. Stephen Henson
2014-02-21Option to set current cert to server certificate.Dr. Stephen Henson
2014-02-20fix WIN32 warningsDr. Stephen Henson
2014-02-20make dependDr. Stephen Henson
2014-02-20Move CT viewer extension code to crypto/x509v3Dr. Stephen Henson
2014-02-19make dependDr. Stephen Henson
2014-02-19Make i2r_sctlist static.Ben Laurie
2014-02-19Merge branch 'sct-viewer-master' of https://github.com/robstradling/openssl i...Ben Laurie
2014-02-19Move the SCT List extension parser into libssl.Rob Stradling
2014-02-16Restore SSL_OP_MSIE_SSLV2_RSA_PADDINGDr. Stephen Henson
2014-02-14Show the contents of the RFC6962 Signed Certificate Timestamp List Certificat...Rob Stradling
2014-02-14ssl/s3_pkt.c: detect RAND_bytes error in multi-block.Andy Polyakov
2014-02-13fix error discrepancyDr. Stephen Henson
2014-02-06Return previous compression methods when setting them.Dr. Stephen Henson
2014-02-05Oops, get selection logic right.Dr. Stephen Henson
2014-02-05Fix warnings.Ben Laurie
2014-02-05Don't break out of the custom extension callback loop - continue insteadScott Deboy
2014-02-05Fix whitespace, new-style comments.Ben Laurie
2014-02-05Re-add alert variables removed during rebaseScott Deboy
2014-02-05Updating DTCP authorization type to expected valueScott Deboy
2014-02-05Update custom TLS extension and supplemental data 'generate' callbacks to sup...Scott Deboy
2014-02-05Return per-certificate chain if extra chain is NULL.Dr. Stephen Henson
2014-02-05ssl/s3_pkt.c: move multi-block processing to ssl3_write_bytes.Andy Polyakov
2014-02-05s3_pkt.c: move ssl3_release_write_buffer to ssl3_write_bytes.Andy Polyakov
2014-02-02New ctrl to set current certificate.Dr. Stephen Henson
2014-01-28Check i before r[i].Dr. Stephen Henson
2014-01-27New function to set compression methods so they can be safely freed.Dr. Stephen Henson
2014-01-26Support retries in certificate callbackDr. Stephen Henson
2014-01-16Add new function SSL_CTX_get_ssl_method().Dr. Stephen Henson
2014-01-16Omit initial status request callback check.Kaspar Brand
2014-01-09update remaining documentation to move from EDH to DHEDaniel Kahn Gillmor
2014-01-09Replace EDH-RSA-DES-CBC-SHA, etc. with DHE-RSA-DES-CBC-SHADaniel Kahn Gillmor
2014-01-09change SSL3_CK_EDH_* to SSL_CK_DHE_* (with backward-compatibility)Daniel Kahn Gillmor
2014-01-09use SSL_kDHE throughout instead of SSL_kEDHDaniel Kahn Gillmor
2014-01-09emit "DHE" instead of "edh" for kX packet trace outputDaniel Kahn Gillmor
2014-01-09Allow "DHE" and "kDHE" as synonyms of "EDH" and "kEDH" when specifiying ciphersDaniel Kahn Gillmor
2014-01-09use SSL_kECDHE throughout instead of SSL_kEECDHDaniel Kahn Gillmor
2014-01-09emit "ECDHE" instead of "EECDH" for kX packet trace outputDaniel Kahn Gillmor
2014-01-09Allow "ECDHE" as a synonym of "EECDH" when specifiying ciphersDaniel Kahn Gillmor
2014-01-07Add fix for CVE-2013-4353Dr. Stephen Henson
2014-01-03Add ServerInfoFile to SSL_CONF, update docs.Dr. Stephen Henson
2014-01-03Use algorithm specific chains for certificates.Dr. Stephen Henson
2014-01-03ssl/t1_enc.c: optimize PRF (suggested by Intel).Andy Polyakov
2014-01-02Don't change version number if session establishedDr. Stephen Henson
2013-12-29Update curve list size.Dr. Stephen Henson
2013-12-20Fix DTLS retransmission from previous session.Dr. Stephen Henson