summaryrefslogtreecommitdiff
path: root/lib/gnutls_handshake.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix warnings.Simon Josefsson2008-08-281-11/+11
* Cast datasize to long to match %ld printf format.Simon Josefsson2008-08-271-1/+2
* Fix namespace problem with TLS_MASTER_SIZE and TLS_RANDOM_SIZE.Simon Josefsson2008-08-131-24/+24
* Add API to set callback to extract TLS Finished messages.Simon Josefsson2008-08-131-0/+2
* Make it compile.Simon Josefsson2008-07-221-2/+2
* Add APIs to register TLS extension handlers.Simon Josefsson2008-07-031-3/+9
* Indent code.Simon Josefsson2008-07-021-104/+111
* Drop gc.h.Simon Josefsson2008-07-011-1/+0
* (_gnutls_handshake_hash_buffers_clear): Make sure deinitialized MAC hashes ar...Simon Josefsson2008-06-301-1/+2
* Fix GNUTLS-SA-2008-1 security vulnerabilities.Simon Josefsson2008-05-191-0/+8
* Doc fix.Simon Josefsson2008-04-291-12/+13
* Increase max handshake packet size. Add new error code for situation.Simon Josefsson2008-04-291-2/+4
* Remove all uses of gnutls_alloca/gnutls_afree.Simon Josefsson2008-04-171-5/+5