summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* updatedNikos Mavrogiannopoulos2011-06-021-80/+56
* typos and date fix in license.Nikos Mavrogiannopoulos2011-06-014-21/+16
* Added benchmark on GCM ciphersuites and arcfour for comparison.Nikos Mavrogiannopoulos2011-06-011-4/+16
* corrected typo.Nikos Mavrogiannopoulos2011-06-011-1/+1
* indented codeNikos Mavrogiannopoulos2011-06-012-63/+60
* properly initialize benchmarks.Nikos Mavrogiannopoulos2011-06-011-1/+1
* bumped version.Nikos Mavrogiannopoulos2011-06-012-2/+2
* Corrections in encryption and decryption of incomplete blocks.Nikos Mavrogiannopoulos2011-06-011-6/+51
* Use nettle's memxor or gnulib's if it doesn't exist.Nikos Mavrogiannopoulos2011-06-013-16/+8
* Added AES-GCM optimizations using the PCLMULQDQ instruction. Uses Andy Polyak...Nikos Mavrogiannopoulos2011-06-0110-327/+2806
* documented usage of gnutls_cipher_add_auth().Nikos Mavrogiannopoulos2011-06-011-2/+2
* updates.Nikos Mavrogiannopoulos2011-06-011-3/+3
* Prevent including installed gnutls' headers.Roman Bogorodskiy2011-05-311-1/+1
* Add missing <netinet/in.h> to get sockaddr_in.Roman Bogorodskiy2011-05-311-0/+1
* Compatibility text updated.Nikos Mavrogiannopoulos2011-05-311-15/+16
* Added new AES code by Andy.Nikos Mavrogiannopoulos2011-05-292-806/+3969
* Added missing file.Nikos Mavrogiannopoulos2011-05-291-0/+145
* more files to ignoreNikos Mavrogiannopoulos2011-05-291-0/+5
* Added FSF copyright to public domain files.Nikos Mavrogiannopoulos2011-05-2912-244/+201
* Use cpuid.h if it exists, to use the x86 CPUID instruction.Nikos Mavrogiannopoulos2011-05-292-0/+10
* Added Dash.Nikos Mavrogiannopoulos2011-05-291-0/+1
* simplified _gnutls_supported_compression_methods().Nikos Mavrogiannopoulos2011-05-283-40/+17
* Correctly set compression method when resuming sessions.Nikos Mavrogiannopoulos2011-05-285-9/+16
* digest_length() uses int as input.Nikos Mavrogiannopoulos2011-05-281-1/+1
* Fix warnings with GCC 4.5.2Stef Walter2011-05-281-1/+1
* Corrected EXTRA_DISTNikos Mavrogiannopoulos2011-05-282-11/+2
* updated keys.Nikos Mavrogiannopoulos2011-05-281-7/+7
* Take into account each and every advertized public key algorithm when selecti...Nikos Mavrogiannopoulos2011-05-284-149/+192
* Added feature to specify ecc private keys and certificates.Nikos Mavrogiannopoulos2011-05-285-49/+122
* Corrected ECC ciphersuite detection.Nikos Mavrogiannopoulos2011-05-283-9/+25
* Laxed verification checks for DSA to allow SHA256 in place of SHA224.Nikos Mavrogiannopoulos2011-05-2831-2991/+343
* ECDHE and ECDSA were added to deafult priorities.Nikos Mavrogiannopoulos2011-05-281-5/+21
* gnutls_secure_malloc() is no longer used.Nikos Mavrogiannopoulos2011-05-283-3/+3
* deinitialize PSK key memory.Nikos Mavrogiannopoulos2011-05-282-2/+11
* explicitly request for client key in server side.Nikos Mavrogiannopoulos2011-05-281-20/+6
* Added ECDHE-PSK ciphersuites for TLS (RFC 5489).Nikos Mavrogiannopoulos2011-05-2713-66/+272
* Corrections.Nikos Mavrogiannopoulos2011-05-271-8/+5
* ignore tex files.Nikos Mavrogiannopoulos2011-05-271-0/+28
* Do not list all licenses in the manual of gnutls. Just the license of the man...Nikos Mavrogiannopoulos2011-05-271-15/+0
* guile bindings added as a separate document.Nikos Mavrogiannopoulos2011-05-276-48/+108
* reorganization. Removed guile bindings.Nikos Mavrogiannopoulos2011-05-271-6/+7
* reorganization and added section on parameter generation.Nikos Mavrogiannopoulos2011-05-274-59/+88
* Added new headers.gnutls_2_99_2Nikos Mavrogiannopoulos2011-05-264-5/+5
* document elliptic curves addition.Nikos Mavrogiannopoulos2011-05-261-1/+8
* libgcrypt support was removed.Nikos Mavrogiannopoulos2011-05-261-19/+19
* listed newly added functions.Nikos Mavrogiannopoulos2011-05-261-0/+23
* Use nettle's functions for integer import/export.Nikos Mavrogiannopoulos2011-05-267-56/+10
* more updates for ECDSA ciphersuites.Nikos Mavrogiannopoulos2011-05-262-0/+2
* reduced debugging.Nikos Mavrogiannopoulos2011-05-261-1/+0
* Changes to allow ECDH-DSA with client mode certificates.Nikos Mavrogiannopoulos2011-05-262-1/+2