summaryrefslogtreecommitdiff
path: root/lib/gnutls_handshake.h
Commit message (Expand)AuthorAgeFilesLines
* Clarify license and copyright.Simon Josefsson2011-08-031-7/+4
* Take into account each and every advertized public key algorithm when selecti...Nikos Mavrogiannopoulos2011-05-281-4/+1
* Avoided waiting for peer's retransmission to ensure receipt of finished messa...Nikos Mavrogiannopoulos2011-03-201-0/+5
* Added intermediate handshake layer that will order handshake packets and drop...Nikos Mavrogiannopoulos2011-03-061-3/+3
* Simplified _gnutls_recv_handshake().Nikos Mavrogiannopoulos2011-02-181-2/+2
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-10/+10
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-1/+1
* Support scattered write using writev(). This takesNikos Mavrogiannopoulos2010-07-101-1/+2
* More fixes for the rebase.Nikos Mavrogiannopoulos2010-06-041-3/+0
* Use mbuffers for handshake synthesis.Jonathan Bastien-Filiatrault2010-06-031-2/+4
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* 1. Fix for memory leaks on interrupted handshake.Nikos Mavrogiannopoulos2009-10-231-0/+2
* Fix use of deprecated types, for now and the future.Simon Josefsson2009-08-281-3/+5
* user_hello_func is call always. Even when resuming a session.Nikos2007-12-091-0/+1
* Renegotiate the protocol version after the user_hello_func has been calledNikos Mavrogiannopoulos2007-11-181-0/+2
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Replace uint32 with uint32_t.Simon Josefsson2005-12-091-2/+2
* Replace uint8 with uint8_t.Simon Josefsson2005-12-091-4/+4
* Use GNU coding style.Simon Josefsson2005-11-071-24/+26
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Fix warning.Simon Josefsson2005-04-141-2/+2
* Cleanup.Simon Josefsson2005-04-141-4/+0
* Clean up #include situation, merge from gnutls_1_2_1_with_include_fixes.Simon Josefsson2005-04-141-2/+2
* Clean up license templates.Simon Josefsson2005-01-241-1/+1
* Clean up license templates.Simon Josefsson2005-01-241-12/+16
* Indent.Simon Josefsson2004-10-281-1/+2
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-18/+18
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-18/+26
* some other changes to the internal types names.Nikos Mavrogiannopoulos2004-06-051-1/+1
* Fixed some things in the random number usage. Weak levels are usedNikos Mavrogiannopoulos2004-05-081-1/+1
* Some bugfixes, and type corrections.Nikos Mavrogiannopoulos2003-11-131-3/+3
* Prefixed with underscore some internal functions.Nikos Mavrogiannopoulos2003-01-161-3/+3
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-16/+16
* Added support to select a certificate based on the peer's cipherNikos Mavrogiannopoulos2002-01-271-1/+3
* Handshake messages are not kept in memory any more. Now we use less memoryNikos Mavrogiannopoulos2002-01-251-1/+1
* corrected behaviour in version advertizingNikos Mavrogiannopoulos2002-01-031-5/+0
* gnutls_set_max_record_size -> gnutls_record_set_max_sizeNikos Mavrogiannopoulos2001-12-171-1/+1
* gnutls_handshake(), gnutls_read() etc. functions no longer requireNikos Mavrogiannopoulos2001-11-251-10/+10
* more non blocking IO fixesNikos Mavrogiannopoulos2001-11-131-2/+2
* Adopted some of the patches of Jon Nelson. Fixes the non blockingNikos Mavrogiannopoulos2001-11-011-0/+7
* added some checks for memory allocation.Nikos Mavrogiannopoulos2001-10-231-1/+1
* clean ups in the handshake protocolNikos Mavrogiannopoulos2001-10-191-2/+3
* several cleanupsNikos Mavrogiannopoulos2001-10-081-0/+1
* several fixes. Added client authentication with x509PKINikos Mavrogiannopoulos2001-08-061-0/+3
* added the concept of optional handshake packets (like CERTIFICATE_REQUEST).Nikos Mavrogiannopoulos2001-08-061-1/+4
* Updated Ciphersuite selection algorithm.Nikos Mavrogiannopoulos2001-06-211-0/+1
* removed unneeded code and added some kind of client support for RSANikos Mavrogiannopoulos2001-06-191-1/+0
* several additions for RSA (mostly unstable)Nikos Mavrogiannopoulos2001-06-171-0/+3