summaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
AgeCommit message (Expand)Author
2015-01-27OPENSSL_NO_XXX cleanup: OPENSSL_NO_BUF_FREELISTSRich Salz
2015-01-27OPENSSL_NO_xxx cleanup: many removalsRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Move more comments that confuse indentMatt Caswell
2015-01-22Fix indent comment corruption issueMatt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-22Further comment changes for reformat (master)Matt Caswell
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz
2015-01-06Only allow ephemeral RSA keys in export ciphersuites.Dr. Stephen Henson
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-18Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATEDMatt Caswell
2014-12-16Add more meaningful OPENSSL_NO_ECDH error message for suite b modeMatt Caswell
2014-12-10tls1_process_heartbeat: check for NULL after allocating bufferJonas Maebe
2014-12-05Add extra checks for odd-length EC curve lists.Emilia Kasper
2014-12-04Remove SSLv2 supportKurt Roeckx
2014-12-03Remove instances in libssl of the constant 28 (for size of IPv4 header + UDP)Matt Caswell
2014-11-25Corrected comments in ssl.h about SSLv23_method and friendsMatt Caswell
2014-11-19New option no-ssl3-method which removes SSLv3_*methodDr. Stephen Henson
2014-11-19Process signature algorithms before deciding on certificate.Dr. Stephen Henson
2014-10-24Process signature algorithms in ClientHello late.Dr. Stephen Henson
2014-10-21Fix and improve SSL_MODE_SEND_FALLBACK_SCSV documentation.Bodo Moeller
2014-10-15Support TLS_FALLBACK_SCSV.Bodo Moeller
2014-09-24RT3544: Remove MWERKS supportRich Salz
2014-08-28Rename some callbacks, fix alignment.Dr. Stephen Henson
2014-08-28Use consistent function naming.Dr. Stephen Henson
2014-08-28New function SSL_extension_supported().Dr. Stephen Henson
2014-08-28New extension callback features.Dr. Stephen Henson
2014-08-28Callback revision.Dr. Stephen Henson
2014-08-28Add custom extension sanity checks.Dr. Stephen Henson
2014-08-28Custom extension revision.Dr. Stephen Henson
2014-08-22RT 3060: amend patchEmilia Kasper
2014-08-15Revision of custom extension code.Dr. Stephen Henson
2014-08-09RT 1988: Add "const" to SSL_use_RSAPrivateKey_ASN1Viktor Szakats
2014-08-06Check SRP parameters early.Dr. Stephen Henson
2014-07-24Add conditional unit testing interface.Dr. Stephen Henson
2014-07-05Reduce casting nastiness.Ben Laurie
2014-07-04Remove all RFC5878 code.Dr. Stephen Henson
2014-06-29Constification - mostly originally from Chromium.Ben Laurie
2014-06-09SRP ciphersuite correction.Dr. Stephen Henson
2014-06-01Option to disable padding extension.Dr. Stephen Henson
2014-05-24Add an NSS output format to sess_id to export to export the session id and th...Martin Kaiser
2014-03-28Security framework.Dr. Stephen Henson
2014-03-28Allow return of supported ciphers.Dr. Stephen Henson
2014-03-28Auto DH support.Dr. Stephen Henson
2014-03-27Update chain building function.Dr. Stephen Henson
2014-03-10typoDr. Stephen Henson
2014-03-01Add function to free compression methods.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-20Move CT viewer extension code to crypto/x509v3Dr. Stephen Henson