summaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
AgeCommit message (Expand)Author
2018-08-14Update copyright yearMatt Caswell
2018-07-03Don't create an invalid CertificateRequestMatt Caswell
2018-05-02Fix comment in ssl.hMatt Caswell
2018-05-02Fix SSL_get_shared_ciphers()Matt Caswell
2017-12-06Don't allow read/write after fatal errorMatt Caswell
2016-09-21Don't allow too many consecutive warning alertsMatt Caswell
2016-08-19Update function error codeMatt Caswell
2016-08-19Fix DTLS replay protectionMatt Caswell
2016-05-17Fix SSL compression symbol exportingMatt Caswell
2016-03-14Add no-ssl2-methodKurt Roeckx
2016-03-09expose SSLv2 method prototypesViktor Dukhovni
2016-03-07Remove LOW from the defaultKurt Roeckx
2016-02-08Handle SSL_shutdown while in init more appropriately #2Matt Caswell
2016-01-28Always generate DH keys for ephemeral DH cipher suitesMatt Caswell
2016-01-20Handle SSL_shutdown while in init more appropriatelyMatt Caswell
2016-01-12Wrong definition of the macro SSL_set1_sigalgs in ssl.harijitnayak
2015-11-20Ensure all EVP calls have their returns checked where appropriateMatt Caswell
2015-08-11Fix seg fault with 0 p val in SKEGuy Leaver (guleaver)
2015-06-02Fix race condition in NewSessionTicketMatt Caswell
2015-05-20client: reject handshakes with DH parameters < 768 bits.Emilia Kasper
2015-05-05Add Error stateMatt Caswell
2015-04-21Repair EAP-FAST session resumptionEmilia Kasper
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