summaryrefslogtreecommitdiff
path: root/lib/gnutls_handshake.c
Commit message (Expand)AuthorAgeFilesLines
* Readd lost fix from Nikos.Simon Josefsson2010-05-221-1/+2
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Change GNU TLS into GnuTLS.Simon Josefsson2010-05-221-1/+0
* Ignore parsing of ciphersuite or extensions when safe renegotiation is disabled.Nikos Mavrogiannopoulos2010-05-221-0/+1
* Fix typo.Simon Josefsson2010-04-291-1/+1
* Improve renegotiation debug messages.Simon Josefsson2010-04-291-9/+17
* Indent code.Simon Josefsson2010-04-141-154/+162
* Update gnulib files. Fix syntax-check warnings.Simon Josefsson2010-03-311-25/+28
* Extension generation in SSL 3.0 (as a reply to SCSV) is not usingNikos Mavrogiannopoulos2010-03-111-70/+29
* Avoid sending alerts during handshake. Alerts might be interrupted and returnNikos Mavrogiannopoulos2010-03-031-21/+7
* Fix GTK-DOC syntax. Unfortunately this looses some information.Simon Josefsson2010-02-171-5/+5
* Align indentation of GTK-DOC comments.Simon Josefsson2010-02-171-88/+85
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Revert "Always allow initial negotiation. Disable subsequent unsafe renegotia...Nikos Mavrogiannopoulos2010-01-221-1/+3
* Added safe renegotiation test cases. Added priority string option toNikos Mavrogiannopoulos2010-01-211-0/+6
* Always allow initial negotiation. Disable subsequent unsafe renegotiations.Nikos Mavrogiannopoulos2010-01-211-3/+1
* Safe renegotiation variable cleanup. No longer clear variables thatNikos Mavrogiannopoulos2010-01-211-20/+2
* Added documentation of rehandshake usage in gnutls if full-duplex capability ...Nikos Mavrogiannopoulos2010-01-211-1/+7
* Here is another patch that fixes an interoperability problem with safeSteve Dispensa2010-01-191-20/+0
* Modified extensions (session ticket, oprfi) to store internal data in gnutls ...Nikos Mavrogiannopoulos2010-01-151-2/+3
* Specify in detail what to be copied when resuming. It seems thereNikos Mavrogiannopoulos2010-01-131-24/+31
* Here are two more patches. The first adds support for renegotiation ofSteve Dispensa2010-01-131-1/+36
* When denying an initial negotiation due to missing safe renegotiationNikos Mavrogiannopoulos2010-01-121-0/+9
* When resuming no extensions were parsed thus the safeNikos Mavrogiannopoulos2010-01-121-4/+49
* Added Steve Dispensa's patch for safe renegotiation (with artistic changes).Nikos Mavrogiannopoulos2010-01-121-128/+237
* Added safe renegotiation patch from Steve Dispensa, modified to suit gnutlsNikos Mavrogiannopoulos2010-01-111-20/+125
* Revert "Merged the two internal hash API functions, to simplify and reduce co...Nikos Mavrogiannopoulos2009-12-051-8/+8
* Merged the two internal hash API functions, to simplify and reduce code.Nikos Mavrogiannopoulos2009-11-291-8/+8
* Simplified code which was based on older version of internal structures.Nikos Mavrogiannopoulos2009-11-061-21/+12
* Indent code.Simon Josefsson2009-11-051-143/+174
* Improved TLS 1.2 support. Added support for the SignatureAlgorithm extensionNikos Mavrogiannopoulos2009-11-011-7/+20
* When resuming a session do not overwrite the initial session data with resumedNikos Mavrogiannopoulos2009-10-281-5/+8
* Fix code style so it compiles with gcc 4.4 with warnings.Simon Josefsson2009-10-261-49/+52
* Enable ClientHello to carry arbitrary length extension data.Daiki Ueno2009-10-251-26/+42
* 1. Fix for memory leaks on interrupted handshake.Nikos Mavrogiannopoulos2009-10-231-102/+190
* Use SHA256 for PRF if TLS 1.2.Daiki Ueno2009-08-311-2/+10
* Fix use of deprecated types, for now and the future.Simon Josefsson2009-08-281-1/+1
* Replace explicit version checks with feature checksJonathan Bastien-Filiatrault2009-08-191-6/+6
* session ticket supportDaiki Ueno2009-08-191-2/+57
* Corrected case where handshake data were received during a session. It now st...Nikos Mavrogiannopoulos2009-08-081-1/+3
* Patch by Tim Kosse:Nikos Mavrogiannopoulos2009-07-011-1/+1
* Doc fixes.Simon Josefsson2009-05-261-2/+2
* Added %SSL3_RECORD_VERSION priority option that allows to specify the client ...Nikos Mavrogiannopoulos2009-02-211-10/+19
* gnutls_handshake when sending client hello during aNikos Mavrogiannopoulos2009-01-271-1/+10
* Fix warnings.Simon Josefsson2008-11-121-2/+2
* Fix warnings.Simon Josefsson2008-11-121-22/+22
* Added function to copy extensions from a CRL to a certificate.Nikos Mavrogiannopoulos2008-10-041-2/+2
* Indent.Simon Josefsson2008-09-161-42/+44
* Move definitions in gnutls_auth_int.h to gnutls_auth.h and update callers.Simon Josefsson2008-09-011-1/+1