summaryrefslogtreecommitdiff
path: root/lib/gnutls_handshake.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Here is another patch that fixes an interoperability problem with safeSteve Dispensa2010-01-191-20/+0
* Modified extensions (session ticket, oprfi) to store internal data in gnutls ...Nikos Mavrogiannopoulos2010-01-151-2/+3
* Specify in detail what to be copied when resuming. It seems thereNikos Mavrogiannopoulos2010-01-131-24/+31
* Here are two more patches. The first adds support for renegotiation ofSteve Dispensa2010-01-131-1/+36
* When denying an initial negotiation due to missing safe renegotiationNikos Mavrogiannopoulos2010-01-121-0/+9
* When resuming no extensions were parsed thus the safeNikos Mavrogiannopoulos2010-01-121-4/+49