summaryrefslogtreecommitdiff
path: root/lib/gnutls_handshake.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings.Simon Josefsson2008-11-121-2/+2
* Fix warnings.Simon Josefsson2008-11-121-22/+22
* Added function to copy extensions from a CRL to a certificate.Nikos Mavrogiannopoulos2008-10-041-2/+2
* Indent.Simon Josefsson2008-09-161-42/+44
* Move definitions in gnutls_auth_int.h to gnutls_auth.h and update callers.Simon Josefsson2008-09-011-1/+1
* Fix warnings.Simon Josefsson2008-08-281-11/+11
* Cast datasize to long to match %ld printf format.Simon Josefsson2008-08-271-1/+2
* Fix namespace problem with TLS_MASTER_SIZE and TLS_RANDOM_SIZE.Simon Josefsson2008-08-131-24/+24
* Add API to set callback to extract TLS Finished messages.Simon Josefsson2008-08-131-0/+2
* Make it compile.Simon Josefsson2008-07-221-2/+2
* Add APIs to register TLS extension handlers.Simon Josefsson2008-07-031-3/+9
* Indent code.Simon Josefsson2008-07-021-104/+111
* Drop gc.h.Simon Josefsson2008-07-011-1/+0
* (_gnutls_handshake_hash_buffers_clear): Make sure deinitialized MAC hashes ar...Simon Josefsson2008-06-301-1/+2
* 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