summaryrefslogtreecommitdiff
path: root/lib/gnutls_handshake.h
Commit message (Expand)AuthorAgeFilesLines
* Added support for the extended master secret calculationNikos Mavrogiannopoulos2014-10-081-0/+2
* removed _gnutls prefix from static functions.Nikos Mavrogiannopoulos2014-05-221-3/+0
* combined timeout valuesNikos Mavrogiannopoulos2014-02-201-3/+5
* reindented codeNikos Mavrogiannopoulos2013-11-081-29/+30
* gnutls_handshake_set_server_random -> gnutls_handshake_set_randomNikos Mavrogiannopoulos2013-02-121-3/+2
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* simplified handshake states.Nikos Mavrogiannopoulos2012-09-301-0/+2
* several updates in the heartbeat handling code.Nikos Mavrogiannopoulos2012-09-201-0/+15
* internal functions marked as staticNikos Mavrogiannopoulos2012-07-121-3/+0
* Do not treat any message from the peer as an indication that the last flight ...Nikos Mavrogiannopoulos2012-02-141-4/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-5/+5
* Modulo operations are only occuring on unsigned integers.Nikos Mavrogiannopoulos2012-01-211-1/+1
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* 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