summaryrefslogtreecommitdiff
path: root/lib/ext_safe_renegotiation.c
Commit message (Expand)AuthorAgeFilesLines
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-118/+118
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-166/+183
* Fix some syntax-check errors.Simon Josefsson2010-10-011-1/+0
* Fixes in new extensions code that relate to SSL 3.0.Nikos Mavrogiannopoulos2010-06-191-0/+37
* Removed unused functions.Nikos Mavrogiannopoulos2010-06-131-49/+0
* Simplified and made more safe the packing of data for session storage. Extens...Nikos Mavrogiannopoulos2010-06-131-26/+357
* Splitted safe renegotiation capabilities toNikos Mavrogiannopoulos2010-06-011-2/+2
* Readd lost fix from Nikos.Simon Josefsson2010-05-221-0/+6
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Change GNU TLS into GnuTLS.Simon Josefsson2010-05-221-6/+0
* Ignore parsing of ciphersuite or extensions when safe renegotiation is disabled.Nikos Mavrogiannopoulos2010-05-221-0/+6
* Remove gnutls_safe_negotiation_set_initial and gnutls_safe_renegotiation_set.Simon Josefsson2010-05-211-37/+0
* Indent code.Simon Josefsson2010-04-141-12/+12
* Export new ABIs. Doc fixes for new APIs.Simon Josefsson2010-04-141-5/+11
* Doc fixes.Simon Josefsson2010-04-131-13/+15
* Update gnulib files. Fix syntax-check warnings.Simon Josefsson2010-03-311-4/+3
* Safe renegotiation is not enabled by default in client side.Nikos Mavrogiannopoulos2010-03-151-0/+13
* More GTK-DOC fixes.Simon Josefsson2010-02-171-1/+1
* Fix GTK-DOC syntax. Unfortunately this looses some information.Simon Josefsson2010-02-171-2/+2
* Align indentation of GTK-DOC comments.Simon Josefsson2010-02-171-21/+22
* Update copyright years.Simon Josefsson2010-01-271-1/+1
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Added safe renegotiation test cases. Added priority string option toNikos Mavrogiannopoulos2010-01-211-1/+9
* More carefull copying of data. Check for the malicious case where a server do...Nikos Mavrogiannopoulos2010-01-211-3/+16
* Safe renegotiation variable cleanup. No longer clear variables thatNikos Mavrogiannopoulos2010-01-211-2/+2
* Initialize the default value to 0. It seemed to have default value of 0 when ...Nikos Mavrogiannopoulos2010-01-131-7/+10
* Added Steve Dispensa's patch for safe renegotiation (with artistic changes).Nikos Mavrogiannopoulos2010-01-121-62/+67
* Added safe renegotiation patch from Steve Dispensa, modified to suit gnutlsNikos Mavrogiannopoulos2010-01-111-0/+123