summaryrefslogtreecommitdiff
path: root/lib/gnutls_handshake.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updated API (gnutls_deinit())Nikos Mavrogiannopoulos2001-05-231-1/+2
* cleanupsNikos Mavrogiannopoulos2001-05-221-1/+1
* added copyright noticeNikos Mavrogiannopoulos2001-01-281-0/+20
* added server side session resuming (using gdbm)Nikos Mavrogiannopoulos2001-01-111-1/+1
* cleanups for gcc -WallNikos Mavrogiannopoulos2000-12-111-0/+3
* added some support for session resuming (in client)Nikos Mavrogiannopoulos2000-12-091-1/+1
* Priorities were moved to the state (were global)Nikos Mavrogiannopoulos2000-12-051-1/+0
* Added some kind of priorities for algorithms. Still experimental.Nikos Mavrogiannopoulos2000-10-071-1/+0
* Changes in handshake messages handling.Nikos Mavrogiannopoulos2000-04-131-1/+1
* Changed directory structure.Nikos Mavrogiannopoulos2000-04-091-0/+9