summaryrefslogtreecommitdiff
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* OCSP stapling fix (OpenSSL 0.9.8r/1.0.0d)OpenSSL_0_9_8rbodo2011-02-081-1/+7
* Assorted bugfixes:bodo2011-02-031-2/+3
* Since DTLS 1.0 is based on TLS 1.1 we should never return a decryption_failedsteve2011-01-042-6/+3
* fix for CVE-2010-4180steve2010-12-022-0/+8
* fix CVE-2010-3864steve2010-11-161-4/+14
* PR: 2314steve2010-10-101-0/+1
* Fix gcc 4.6 warnings. Check TLS server hello extension length.ben2010-06-1213-54/+25
* PR: 2230steve2010-05-031-13/+14
* PR: 2230steve2010-04-141-9/+9
* fix signed/unsigned comparison warningssteve2010-04-141-3/+3
* PR: 2230steve2010-04-142-84/+234
* PR: 2229steve2010-04-141-16/+11
* PR: 2228steve2010-04-141-0/+3
* Third argument to dtls1_buffer_record is by referencelevitte2010-04-131-2/+2
* Add SHA2 algorithms to SSL_library_init(). Although these aren't usedsteve2010-04-071-0/+8
* PR: 2218steve2010-04-061-9/+10
* PR: 2219steve2010-04-061-1/+1
* PR: 2223steve2010-04-061-0/+10
* make no-comp compile againsteve2010-03-301-1/+4
* PR: 1731 and maybe 2197steve2010-03-243-0/+6
* Submitted by: Bodo Moeller and Adam Langley (Google).steve2010-03-241-3/+3
* Submitted by: Tomas Hoger <thoger@redhat.com>steve2010-03-031-0/+3
* Add t1_reneg to the VMS build.levitte2010-02-221-1/+1
* OR default SSL_OP_LEGACY_SERVER_CONNECT so existing options are preservedsteve2010-02-171-1/+1
* Allow renegotiation if SSL_OP_LEGACY_SERVER_CONNECT is set as well assteve2010-02-171-2/+2
* PR: 2171steve2010-02-162-7/+0
* PR: 2160steve2010-02-013-5/+6
* PR: 2159steve2010-02-011-1/+1
* PR: 1949steve2010-01-264-48/+30
* Fix VC++ warning (change had already been made to other branches).steve2010-01-261-1/+1
* oops revert test code from previous commitsteve2010-01-241-0/+1
* The fix for PR#1949 unfortunately broke cases where the BIO_CTRL_WPENDINGsteve2010-01-242-2/+15
* If legacy renegotiation is not permitted then send a fatal alert if a patchedsteve2010-01-221-0/+12
* make updatesteve2010-01-201-0/+21
* PR: 2144steve2010-01-191-2/+1
* PR: 2144steve2010-01-161-0/+1
* PR: 2133steve2010-01-161-0/+11
* Add strings for DTLS protocol versionssteve2010-01-161-0/+4
* Fix version handling so it can cope with a major version >3.steve2010-01-131-1/+8
* Simplify RI+SCSV logic:steve2010-01-072-6/+6
* correct error codessteve2010-01-062-2/+2
* Updates to conform with draft-ietf-tls-renegotiation-03.txt:steve2010-01-064-6/+14
* Update RI to match latest spec.steve2009-12-273-15/+19
* Alert to use is now defined in spec: update codesteve2009-12-171-4/+2
* New option to enable/disable connection to unpatched serverssteve2009-12-164-2/+11
* add another missed casesteve2009-12-141-1/+1
* simplify RI error code and catch extra error case ignored beforesteve2009-12-141-53/+32
* Allow initial connection (but no renegoriation) to servers which don't supportsteve2009-12-141-28/+46
* Missing newline.ben2009-12-121-1/+1
* Move SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION out of SSL_OP_ALLsteve2009-12-111-1/+2