summaryrefslogtreecommitdiff
path: root/lib/gnutls_handshake.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'master' of ssh://nmav@git.sv.gnu.org/srv/git/gnutlsNikos2008-03-291-3/+3
|\
| * Fix gcc warnings.Simon Josefsson2008-03-191-3/+3
* | Added interface to register random generators.Nikos2008-03-291-4/+9
|/
* several fixes in the cipher (register) interface and added hash.Nikos2008-03-161-46/+43
* Doc fix, remove verbose 'This function will' stuff.Simon Josefsson2008-03-061-2/+2
* 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