summaryrefslogtreecommitdiff
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* PR: 1830steve2010-07-182-0/+27
* oops, revert wrong patch..steve2010-07-182-27/+0
* Fix warnings (From HEAD, original patch by Ben).steve2010-07-182-0/+27
* no need for empty fragments with TLS 1.1 and later due to explicit IVsteve2010-06-271-1/+2
* Fix warnings.ben2010-06-1210-50/+17
* PR: 2259steve2010-05-171-54/+97
* PR: 2230steve2010-05-031-13/+14
* fix signed/unsigned comparison warningssteve2010-04-141-3/+3
* PR: 2230steve2010-04-142-83/+232
* PR: 2229steve2010-04-141-16/+11
* PR: 2228steve2010-04-141-0/+3
* Add SHA2 algorithms to SSL_library_init(). Although these aren't usedsteve2010-04-071-0/+8
* PR: 2218steve2010-04-061-6/+6
* PR: 2219steve2010-04-061-1/+1
* PR: 2223steve2010-04-061-0/+10
* PR: 2220steve2010-04-061-1/+1
* Fix for "Record of death" vulnerability CVE-2010-0740.bodo2010-03-251-3/+3
* PR: 1731 and maybe 2197steve2010-03-243-0/+6
* Submitted by: Tomas Hoger <thoger@redhat.com>steve2010-03-031-0/+3
* algorithms field has changed in 1.0.0 and later: updatesteve2010-02-281-1/+1
* Add Kerberos fix which was in 0.9.8-stable but never committed to HEAD andsteve2010-02-272-11/+12
* 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-8/+0
* PR: 2161steve2010-02-021-2/+0
* PR: 2160steve2010-02-013-5/+6
* PR: 2159steve2010-02-011-1/+1
* oops revert test code accidentally committedsteve2010-01-281-2/+2
* PR: 1949steve2010-01-265-50/+32
* Compile t1_reneg on VMS as well.levitte2010-01-251-1/+1
* PR: 2153, 2125steve2010-01-241-3/+5
* The fix for PR#1949 unfortunately broke cases where the BIO_CTRL_WPENDINGsteve2010-01-241-1/+15
* If legacy renegotiation is not permitted then send a fatal alert if a patchedsteve2010-01-221-0/+12
* oopssteve2010-01-201-13/+0
* update NEWS filesteve2010-01-201-0/+13
* The use of NIDs in the password based encryption table can result insteve2010-01-191-0/+4
* PR: 2144steve2010-01-191-2/+1
* PR: 2144steve2010-01-161-0/+1
* PR: 2133steve2010-01-161-0/+11
* make updatesteve2010-01-151-14/+34
* PR: 2125steve2010-01-141-2/+3
* Fix version handling so it can cope with a major version >3.steve2010-01-131-1/+8
* Simplify RI+SCSV logic:steve2010-01-072-5/+5
* Updates to conform with draft-ietf-tls-renegotiation-03.txt:steve2010-01-064-7/+15
* Missing commit from change ofr compress_meth to unsignedsteve2010-01-061-1/+1
* compress_meth should be unsignedsteve2010-01-061-1/+1
* Client side compression algorithm sanity checks: ensure old compressionsteve2010-01-014-2/+27
* Compression handling on session resume was badly broken: it alwayssteve2009-12-313-1/+60
* return v1.1 methods for client/serversteve2009-12-282-0/+4
* Typosteve2009-12-271-2/+2