summaryrefslogtreecommitdiff
path: root/lib/gnutls_handshake.c
Commit message (Expand)AuthorAgeFilesLines
* Properly restore compression method on session resumption. Reported by Dash S...Nikos Mavrogiannopoulos2011-05-281-0/+1
* Added gnutls_global_set_time_function() that allows overriding theNikos Mavrogiannopoulos2011-05-261-4/+3
* Simplified signature algorithm selection.Nikos Mavrogiannopoulos2011-03-231-1/+0
* corrected ssl3 record version sending in client hello.Nikos Mavrogiannopoulos2011-03-121-1/+1
* corrected finished packet check.Nikos Mavrogiannopoulos2011-02-271-4/+6
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-878/+878
* SSL3_RECORD_VERSION priority option is now the default. That is in order to n...Nikos Mavrogiannopoulos2010-12-061-9/+7
* Implement RFC 5929 tls-unique channel binding.Simon Josefsson2010-10-151-0/+24
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-108/+127
* IMED_RET parameters are easier to grasp.Nikos Mavrogiannopoulos2010-09-241-2/+2
* No longer use is_fatal() during handshake. Explicitely treatNikos Mavrogiannopoulos2010-09-231-1/+6
* Explicit symmetric cipher state versionning.Jonathan Bastien-Filiatrault2010-09-171-3/+35
* oldstate var removed.Nikos Mavrogiannopoulos2010-08-181-1/+0
* Check whether the error is fatal in more casesSjoerd Simons2010-08-171-6/+6
* Add state for flushing the handshake bufferSjoerd Simons2010-08-171-4/+6
* Support scattered write using writev(). This takesNikos Mavrogiannopoulos2010-07-101-2/+49
* Fixes in new extensions code that relate to SSL 3.0.Nikos Mavrogiannopoulos2010-06-191-0/+7
* Appending data in mbuffers is now cheaper by avoiding realloc, at the costNikos Mavrogiannopoulos2010-06-141-15/+15
* Combined the max ticket length with the maximum extension data length.Nikos Mavrogiannopoulos2010-06-131-7/+19
* Simplified and made more safe the packing of data for session storage. Extens...Nikos Mavrogiannopoulos2010-06-131-184/+36
* The gnutls_string code was simplified and integrated with the buffer to avoidNikos Mavrogiannopoulos2010-06-111-1/+1
* More fixes for the rebase.Nikos Mavrogiannopoulos2010-06-041-99/+93
* Some other changes to mbuffers to make gnutls (a bit more) agnostic on their ...Nikos Mavrogiannopoulos2010-06-031-3/+3
* Corrected issue on the %SSL3_RECORD_VERSION priority string. It nowNikos Mavrogiannopoulos2010-06-031-7/+2
* Added initial PKCS #11 support. Certtool can now print lists of certificatesNikos Mavrogiannopoulos2010-06-031-3/+3
* Use mbuffers for handshake synthesis.Jonathan Bastien-Filiatrault2010-06-031-111/+108
* Make _gnutls_handshake_io_send_int accept a mbuffer_st.Jonathan Bastien-Filiatrault2010-06-031-6/+5
* Simplify handshake send buffer logic.Jonathan Bastien-Filiatrault2010-06-031-2/+1
* Corrected case where handshake data were received during a session. It now st...Nikos Mavrogiannopoulos2010-06-031-27/+28
* Remove hardcoded version checks in gnutls_handshake.c.Jonathan Bastien-Filiatrault2010-06-031-0/+1
* Splitted safe renegotiation capabilities toNikos Mavrogiannopoulos2010-06-011-12/+8
* Readd lost fix from Nikos.Simon Josefsson2010-05-221-1/+2
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Change GNU TLS into GnuTLS.Simon Josefsson2010-05-221-1/+0
* Ignore parsing of ciphersuite or extensions when safe renegotiation is disabled.Nikos Mavrogiannopoulos2010-05-221-0/+1
* Fix typo.Simon Josefsson2010-04-291-1/+1
* Improve renegotiation debug messages.Simon Josefsson2010-04-291-9/+17
* Indent code.Simon Josefsson2010-04-141-154/+162
* Update gnulib files. Fix syntax-check warnings.Simon Josefsson2010-03-311-25/+28
* Extension generation in SSL 3.0 (as a reply to SCSV) is not usingNikos Mavrogiannopoulos2010-03-111-70/+29
* Avoid sending alerts during handshake. Alerts might be interrupted and returnNikos Mavrogiannopoulos2010-03-031-21/+7
* Fix GTK-DOC syntax. Unfortunately this looses some information.Simon Josefsson2010-02-171-5/+5
* Align indentation of GTK-DOC comments.Simon Josefsson2010-02-171-88/+85
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Revert "Always allow initial negotiation. Disable subsequent unsafe renegotia...Nikos Mavrogiannopoulos2010-01-221-1/+3
* Added safe renegotiation test cases. Added priority string option toNikos Mavrogiannopoulos2010-01-211-0/+6
* Always allow initial negotiation. Disable subsequent unsafe renegotiations.Nikos Mavrogiannopoulos2010-01-211-3/+1
* Safe renegotiation variable cleanup. No longer clear variables thatNikos Mavrogiannopoulos2010-01-211-20/+2
* Added documentation of rehandshake usage in gnutls if full-duplex capability ...Nikos Mavrogiannopoulos2010-01-211-1/+7