summaryrefslogtreecommitdiff
path: root/ssl/ssl.h
Commit message (Expand)AuthorAgeFilesLines
* Remove export ciphers from the DEFAULT cipher listKurt Roeckx2015-03-071-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-1914/+2004
* More tweaks for comments due indent issuesMatt Caswell2015-01-221-1/+2
* Move more comments that confuse indentMatt Caswell2015-01-221-17/+34
* Fix indent comment corruption issueMatt Caswell2015-01-221-1/+2
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-221-39/+67
* Additional comment changes for reformat of 1.0.0Matt Caswell2015-01-221-3/+6
* mark all block comments that need format preserving so thatTim Hudson2015-01-221-2/+3
* Only allow ephemeral RSA keys in export ciphersuites.Dr. Stephen Henson2015-01-061-3/+2
* Remove instances in libssl of the constant 28 (for size of IPv4 header + UDP)Matt Caswell2014-12-031-0/+6
* Corrected comments in ssl.h about SSLv23_method and friendsMatt Caswell2014-11-251-3/+3
* Fix and improve SSL_MODE_SEND_FALLBACK_SCSV documentation.Bodo Moeller2014-10-211-2/+7
* Support TLS_FALLBACK_SCSV.Bodo Moeller2014-10-151-0/+9
* typoDr. Stephen Henson2014-03-101-1/+1
* Restore SSL_OP_MSIE_SSLV2_RSA_PADDINGDr. Stephen Henson2014-01-041-0/+3
* Don't prefer ECDHE-ECDSA ciphers when the client appears to be Safari on OS X.Rob Stradling2013-09-091-1/+1
* Fix error codes.Dr. Stephen Henson2013-02-051-0/+1
* fix error codeDr. Stephen Henson2012-03-121-0/+1
* Only allow one SGC handshake restart for SSL/TLS. (CVE-2011-4619)Dr. Stephen Henson2012-01-041-0/+2
* Updates to conform with draft-ietf-tls-renegotiation-03.txt:Dr. Stephen Henson2010-01-061-0/+1
* compress_meth should be unsignedDr. Stephen Henson2010-01-051-1/+1
* Client side compression algorithm sanity checks: ensure old compressionDr. Stephen Henson2010-01-011-0/+2
* Compression handling on session resume was badly broken: it alwaysDr. Stephen Henson2010-01-011-0/+3
* New option to enable/disable connection to unpatched serversDr. Stephen Henson2009-12-161-0/+2
* Missing error code.Ben Laurie2009-12-121-0/+1
* Move SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION out of SSL_OP_ALLDr. Stephen Henson2009-12-111-1/+2
* Add ctrls to clear options and mode.Dr. Stephen Henson2009-12-091-2/+12
* Add ctrl and macro so we can determine if peer support secure renegotiation.Dr. Stephen Henson2009-12-081-0/+4
* Include a more meaningful error message when rejecting legacy renegotiationDr. Stephen Henson2009-11-181-0/+3
* First cut of renegotiation extension. (port to 1.0.0-stable)Dr. Stephen Henson2009-11-091-0/+8
* PR: 2025Dr. Stephen Henson2009-09-121-1/+1
* PR: 2033Dr. Stephen Henson2009-09-091-0/+3
* Make update, deleting bogus DTLS error codeDr. Stephen Henson2009-09-061-1/+1
* PR: 2006Dr. Stephen Henson2009-08-261-0/+1
* Update default dependency flags.Dr. Stephen Henson2009-08-121-0/+1
* PR: 1997Dr. Stephen Henson2009-08-121-0/+8
* Fix error codes and indentation.Dr. Stephen Henson2009-07-151-0/+2
* Add "missing" functions for setting all verify parameters for SSL_CTX and SSLDr. Stephen Henson2009-06-301-0/+3
* Typo.Dr. Stephen Henson2009-04-281-1/+1
* PR: 1751Dr. Stephen Henson2009-04-191-0/+2
* Disable SSLv2 cipher suites by default and avoid SSLv2 compatible clientDr. Stephen Henson2009-04-071-2/+2
* Fix error codes.Dr. Stephen Henson2009-04-051-1/+1
* Make no-ssl2 work including on Win32 builds.Dr. Stephen Henson2009-04-041-0/+2
* Deal with the unlikely event that EVP_MD_CTX_size() returns an error.Ben Laurie2008-12-271-0/+1
* Handle the unlikely event that BIO_get_mem_data() returns -ve.Ben Laurie2008-12-271-1/+3
* Integrate J-PAKE and TLS-PSK. Increase PSK buffer size. Fix memory leaks.Ben Laurie2008-11-161-1/+1
* PR: 1574Dr. Stephen Henson2008-11-151-0/+25
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-2/+2
* More size_tification.Ben Laurie2008-11-011-2/+2
* Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie2008-10-121-4/+4