summaryrefslogtreecommitdiff
path: root/lib/gnutls_handshake.c
Commit message (Expand)AuthorAgeFilesLines
* Indent code.Simon Josefsson2009-11-051-143/+174
* Improved TLS 1.2 support. Added support for the SignatureAlgorithm extensionNikos Mavrogiannopoulos2009-11-011-7/+20
* When resuming a session do not overwrite the initial session data with resumedNikos Mavrogiannopoulos2009-10-281-5/+8
* Fix code style so it compiles with gcc 4.4 with warnings.Simon Josefsson2009-10-261-49/+52
* Enable ClientHello to carry arbitrary length extension data.Daiki Ueno2009-10-251-26/+42
* 1. Fix for memory leaks on interrupted handshake.Nikos Mavrogiannopoulos2009-10-231-102/+190
* Use SHA256 for PRF if TLS 1.2.Daiki Ueno2009-08-311-2/+10
* Fix use of deprecated types, for now and the future.Simon Josefsson2009-08-281-1/+1
* Replace explicit version checks with feature checksJonathan Bastien-Filiatrault2009-08-191-6/+6
* session ticket supportDaiki Ueno2009-08-191-2/+57
* Corrected case where handshake data were received during a session. It now st...Nikos Mavrogiannopoulos2009-08-081-1/+3
* Patch by Tim Kosse:Nikos Mavrogiannopoulos2009-07-011-1/+1
* Doc fixes.Simon Josefsson2009-05-261-2/+2
* Added %SSL3_RECORD_VERSION priority option that allows to specify the client ...Nikos Mavrogiannopoulos2009-02-211-10/+19
* gnutls_handshake when sending client hello during aNikos Mavrogiannopoulos2009-01-271-1/+10
* 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