summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix FSF copyright notices.Simon Josefsson2010-01-27317-317/+317
* doc: Fix pkg-config recommendation.Simon Josefsson2010-01-272-7/+8
* gnutls-cli: Handle reading binary data from server.Simon Josefsson2010-01-273-5/+15
* Update gnulib files.Simon Josefsson2010-01-266-2/+814
* Added copyright notices!Nikos Mavrogiannopoulos2010-01-263-0/+60
* Generated.Simon Josefsson2010-01-262-11/+29
* Improve.Simon Josefsson2010-01-261-26/+356
* Ignore more.Simon Josefsson2010-01-261-1/+1
* Update gnulib files.Simon Josefsson2010-01-262-1/+45
* Update gnulib files.Simon Josefsson2010-01-263-0/+146
* Fix.Simon Josefsson2010-01-261-1/+0
* Update gnulib files.Simon Josefsson2010-01-262-0/+112
* FixSimon Josefsson2010-01-261-1/+0
* Update gnulib files.Simon Josefsson2010-01-263-0/+139
* Update gnulib files.Simon Josefsson2010-01-26411-15010/+16124
* Documented addition of new priority strings.Nikos Mavrogiannopoulos2010-01-221-0/+3
* Documented Steve Dispensa's patch addition.Nikos Mavrogiannopoulos2010-01-221-0/+10
* Added tests for new behaviour of client.Nikos Mavrogiannopoulos2010-01-221-4/+4
* Revert "Always allow initial negotiation. Disable subsequent unsafe renegotia...Nikos Mavrogiannopoulos2010-01-221-1/+3
* Added safe-renegotiation subdir.Nikos Mavrogiannopoulos2010-01-211-0/+1
* Added safe renegotiation test cases. Added priority string option toNikos Mavrogiannopoulos2010-01-218-2/+158
* Added the --rehandshake option to gnutls-cli to allow connection and immediat...Nikos Mavrogiannopoulos2010-01-214-142/+194
* More carefull copying of data. Check for the malicious case where a server do...Nikos Mavrogiannopoulos2010-01-211-3/+16
* 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-214-25/+5
* Documented the crypto-api functions and made the API tolerant to NULL IV.Nikos Mavrogiannopoulos2010-01-212-9/+187
* Added documentation of rehandshake usage in gnutls if full-duplex capability ...Nikos Mavrogiannopoulos2010-01-211-1/+7
* Reduced asserts to reduce unneeded printings.Nikos Mavrogiannopoulos2010-01-211-3/+0
* Removed rehandshake initiation capability from client and transferred itNikos Mavrogiannopoulos2010-01-212-12/+20
* 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-155-25/+29
* Further cleanup the extension internal structure. Now if values are notNikos Mavrogiannopoulos2010-01-144-20/+13
* Tests compile with --enable-gcc-warnings.Nikos Mavrogiannopoulos2010-01-1310-29/+29
* Specify in detail what to be copied when resuming. It seems thereNikos Mavrogiannopoulos2010-01-138-42/+74
* Initialize the default value to 0. It seemed to have default value of 0 when ...Nikos Mavrogiannopoulos2010-01-131-7/+10
* Removed warnings.Nikos Mavrogiannopoulos2010-01-132-3/+3
* Added -Wno-int-to-pointer-cast to enable compilation when enable-gcc-warnings...Nikos Mavrogiannopoulos2010-01-131-0/+1
* Here are two more patches. The first adds support for renegotiation ofSteve Dispensa2010-01-131-1/+36
* Documentation updates.Nikos Mavrogiannopoulos2010-01-123-1/+7
* 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-124-8/+71
* Added Steve Dispensa's patch for safe renegotiation (with artistic changes).Nikos Mavrogiannopoulos2010-01-1211-202/+340
* Updated thanks file.Nikos Mavrogiannopoulos2010-01-121-0/+2
* When checking self signature also check the signatures of all subkeys.Nikos Mavrogiannopoulos2010-01-129-39/+97
* hash_fast -> hmac_fastNikos Mavrogiannopoulos2010-01-111-8/+8
* Added safe renegotiation patch from Steve Dispensa, modified to suit gnutlsNikos Mavrogiannopoulos2010-01-1113-31/+350
* Corrections for --disable-extra-pki configure flag to work. Patch by Bill Ran...Nikos Mavrogiannopoulos2010-01-101-0/+4
* Typo fixes: successful, precedence, preferredAndreas Metzler2010-01-048-9/+9
* define EALG_MAX_BLOCK_LEN if not there.Nikos Mavrogiannopoulos2009-12-181-0/+4
* use C99 initializationsNikos Mavrogiannopoulos2009-12-051-12/+11