summaryrefslogtreecommitdiff
path: root/lib/gnutls_handshake.c
Commit message (Expand)AuthorAgeFilesLines
* Changes for post_client_hello_function(). The extensions are now parsed in aNikos2007-12-161-2/+11
* user_hello_func is call always. Even when resuming a session.Nikos2007-12-091-20/+35
* Renegotiate the protocol version after the user_hello_func has been calledNikos Mavrogiannopoulos2007-11-181-25/+48
* Doc fixes.Simon Josefsson2007-11-141-34/+46
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* ** Added capability to set a callback after the client hello is receivedNikos Mavrogiannopoulos2007-10-081-56/+40
* Revert "Check that value is negative before using gnutls_error_is_fatal."Simon Josefsson2007-08-271-1/+1
* Check that value is negative before using gnutls_error_is_fatal.Simon Josefsson2007-08-271-1/+1
* Fix warnings, tiny patch from Andreas Metzler <ametzler@downhill.at.eu.org>.Simon Josefsson2007-04-161-1/+1
* Sync with gnutls_supplemental.c.Simon Josefsson2007-02-211-6/+5
* Support supplemental handshake messages.Simon Josefsson2007-02-211-0/+94
* (_gnutls_remove_unwanted_ciphersuites): Remove GNUTLS_KX_SRP_RSA orSimon Josefsson2007-02-061-2/+10
* Client TLS 1.2 support. Works against www.mikestoolbox.org:4433.Simon Josefsson2006-11-251-11/+23
* *** empty log message ***Nikos Mavrogiannopoulos2006-04-051-1/+1
* Indent more.Simon Josefsson2005-12-151-14/+24
* Replace uint32 with uint32_t.Simon Josefsson2005-12-091-8/+8
* Replace uint16 with uint16_t.Simon Josefsson2005-12-091-5/+5
* Replace uint8 with uint8_t.Simon Josefsson2005-12-091-22/+22
* get_rsa_params was converted to behave similarly to get_dh_params.Nikos Mavrogiannopoulos2005-11-151-1/+1
* added DHE-PSK ciphersuites and some cleanups.Nikos Mavrogiannopoulos2005-11-151-4/+22
* Use GNU coding style.Simon Josefsson2005-11-071-1637/+1846
* Don't include gnutls_random.h.Simon Josefsson2005-08-301-1/+0
* Call gc directly instead of _gnutls_get_random.Simon Josefsson2005-08-301-7/+7
* eliminated some warnings.Nikos Mavrogiannopoulos2005-05-271-4/+4
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Fix warnings.Simon Josefsson2005-04-141-19/+21
* Fix warning.Simon Josefsson2005-04-141-6/+4
* Simplify.Simon Josefsson2005-04-141-1/+0
* Clean up #include situation, merge from gnutls_1_2_1_with_include_fixes.Simon Josefsson2005-04-141-40/+40
* renamed all instances of _SHA to _SHA1 to make naming more consistent and clear.Nikos Mavrogiannopoulos2005-03-051-1/+1
* Changes to make the --disable-* options work again.Nikos Mavrogiannopoulos2005-01-261-0/+2
* Clean up license templates.Simon Josefsson2005-01-221-14/+16
* changed the values of GNUTLS_PK_UNKNOWN and GNUTLS_SIGN_UNKNOWN to zero.Nikos Mavrogiannopoulos2005-01-211-4/+2
* Doc fix.Simon Josefsson2004-10-281-5/+5
* Indent.Simon Josefsson2004-10-281-23/+32
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-84/+80
* some fixes in the session resuming code.Nikos Mavrogiannopoulos2004-06-101-18/+17
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-1810/+1842
* some other changes to the internal types names.Nikos Mavrogiannopoulos2004-06-051-27/+27
* *** empty log message ***Nikos Mavrogiannopoulos2004-05-301-6/+6
* added some extra checks in hello packet parsing.Nikos Mavrogiannopoulos2004-05-271-1/+14
* *** empty log message ***Nikos Mavrogiannopoulos2004-05-271-3/+9
* Corrected session resuming in SRP ciphersuites.Nikos Mavrogiannopoulos2004-05-261-1/+3
* some fixes in the compilation system.Nikos Mavrogiannopoulos2004-05-131-1/+2
* the TLS hello message random values no longer use strong random data.Nikos Mavrogiannopoulos2004-05-111-9/+2
* Fixed some things in the random number usage. Weak levels are usedNikos Mavrogiannopoulos2004-05-081-7/+17
* Added gnutls_auth_client_get_type() and gnutls_auth_server_get_type().Nikos Mavrogiannopoulos2004-05-031-2/+3
* Automatically disable certificate types that do not have correspondingNikos Mavrogiannopoulos2004-04-291-14/+15
* Some updates in order to compile with tcc.Nikos Mavrogiannopoulos2004-04-151-13/+13
* *** empty log message ***Nikos Mavrogiannopoulos2004-04-031-2/+2