summaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
AgeCommit message (Expand)Author
2015-03-07Remove export ciphers from the DEFAULT cipher listKurt Roeckx
2015-01-22Re-align some comments after running the reformat script.OpenSSL_1_0_2-post-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22More tweaks for comments due indent issuesOpenSSL_1_0_2-pre-auto-reformatMatt 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-22Additional comment changes for reformat of 1.0.2Matt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2015-01-06Only allow ephemeral RSA keys in export ciphersuites.Dr. Stephen Henson
2014-12-16Add more meaningful OPENSSL_NO_ECDH error message for suite b modeMatt Caswell
2014-12-05Add extra checks for odd-length EC curve lists.Emilia Kasper
2014-12-05Make 'make update' succeed and run itEmilia Kasper
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-11-10Allow ECDHE and DHE as forward-compatible aliases for EECDH and EDHDaniel Kahn Gillmor
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-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-28Revision of custom extension code.Dr. Stephen Henson
2014-08-06Check SRP parameters early.Dr. Stephen Henson
2014-07-24Add conditional unit testing interface.Dr. Stephen Henson
2014-07-04Remove all RFC5878 code.Dr. Stephen Henson
2014-06-17Remove unused DANE macros. This should be the last DANE stuff...Richard Levitte
2014-06-12Remove unimplemented functions.Dr. Stephen Henson
2014-06-09SRP ciphersuite correction.Dr. Stephen Henson
2014-06-01Option to disable padding extension.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-23Option to set current cert to server certificate.Dr. Stephen Henson
2014-02-21ssl/ssl_cert.c: DANE update.Andy Polyakov
2014-02-14Fix error discrepancy with 1.0.1Dr. Stephen Henson
2014-02-13ssl/ssl[3].h: retain binary compatibility.Andy Polyakov
2014-02-09fix error discrepancyDr. Stephen Henson
2014-02-09fix error number clashDr. Stephen Henson
2014-02-09More cleanup.Ben Laurie
2014-02-08Fix whitespace, new-style comments.Ben Laurie
2014-02-08Re-add alert variables removed during rebaseScott Deboy
2014-02-08Update custom TLS extension and supplemental data 'generate' callbacks to sup...Scott Deboy