summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* corrected sign type errors for integers.Nikos Mavrogiannopoulos2011-08-301-1/+1
* removed unneeded header. Documented updates.Nikos Mavrogiannopoulos2011-08-292-5/+0
* Benchmark applications were incorporated to gnutls-cliNikos Mavrogiannopoulos2011-08-287-358/+350
* Handle memory allocation errors.Nikos Mavrogiannopoulos2011-08-221-0/+20
* include README to distribution.Nikos Mavrogiannopoulos2011-08-211-0/+1
* Added missing fileNikos Mavrogiannopoulos2011-08-201-1/+1
* Fix syntax-check nits.Simon Josefsson2011-08-171-4/+4
* Introduced GNUTLS_PKCS11_PIN_WRONG flag to indicate the previously given PIN ...Nikos Mavrogiannopoulos2011-08-141-0/+7
* dhparams have now the 'r' option.Nikos Mavrogiannopoulos2011-08-131-2/+2
* use audit_logNikos Mavrogiannopoulos2011-08-131-3/+28
* removed unneeded defintions.Nikos Mavrogiannopoulos2011-08-132-17/+2
* unload_file was modified to accept a pointer.Nikos Mavrogiannopoulos2011-08-131-6/+6
* corrected child process cleanup and added option to specify diffie hellman pa...Nikos Mavrogiannopoulos2011-08-132-86/+31
* Corrected crywrap's verification procedure.Nikos Mavrogiannopoulos2011-08-132-81/+83
* use gnutls_sec_param_to_pk_bits() for DH parameter generation.Nikos Mavrogiannopoulos2011-08-131-1/+1
* Added crywrap to the distributed programs.Nikos Mavrogiannopoulos2011-08-136-1/+1302
* Update gnulib files. Fix syntax-check usage.Simon Josefsson2011-08-034-9/+4
* Corrected typo.Nikos Mavrogiannopoulos2011-07-282-2/+2
* Corrected initialization of key when generating request. Reported by Petr Pisar.Nikos Mavrogiannopoulos2011-07-231-3/+4
* Added new PKCS #11 flags to force an object being private or not.Nikos Mavrogiannopoulos2011-06-186-60/+96
* Limit the number of attempts with the same PIN, to avoid attempting again and...Nikos Mavrogiannopoulos2011-06-171-2/+5
* removed unneeded test.Nikos Mavrogiannopoulos2011-06-161-6/+1
* Use common code for PKCS #11 callbacks across clients.Nikos Mavrogiannopoulos2011-06-163-67/+13
* When setting the TRUSTED flag login as security officer.Nikos Mavrogiannopoulos2011-06-151-1/+6
* Fix up compiler warnings.Stef Walter2011-06-093-8/+2
* The attached patch ports gnutls to p11-kit.Stef Walter2011-06-076-7/+47
* gnutls-cli: Fix uninitialized variable when PKCS#11 uris in use.Stef Walter2011-06-071-1/+1
* improved benchmark.Nikos Mavrogiannopoulos2011-06-051-23/+36
* Print information on elliptic curve sessions.Nikos Mavrogiannopoulos2011-06-041-1/+21
* gnutls/crypto.h no longer includes functions to register ciphers.Nikos Mavrogiannopoulos2011-06-022-2/+2
* Added benchmark on GCM ciphersuites and arcfour for comparison.Nikos Mavrogiannopoulos2011-06-011-4/+16
* properly initialize benchmarks.Nikos Mavrogiannopoulos2011-06-011-1/+1
* Add missing <netinet/in.h> to get sockaddr_in.Roman Bogorodskiy2011-05-311-0/+1
* Added feature to specify ecc private keys and certificates.Nikos Mavrogiannopoulos2011-05-284-48/+120
* SHA256 is the default hash algorithm in certtool.Nikos Mavrogiannopoulos2011-05-231-1/+1
* Print the private key after generation. Print ECC keys.Nikos Mavrogiannopoulos2011-05-221-35/+66
* updates to allow the generation of an ECC private key.Nikos Mavrogiannopoulos2011-05-224-86/+104
* Corrected bug in public key import.Nikos Mavrogiannopoulos2011-05-222-1/+32
* Print purpose of testing.Nikos Mavrogiannopoulos2011-05-211-0/+2
* compare ECDH and DH on the same security level.Nikos Mavrogiannopoulos2011-05-211-6/+19
* updates to benchmarks.Nikos Mavrogiannopoulos2011-05-215-14/+111
* benchmark ECDH and DH.Nikos Mavrogiannopoulos2011-05-213-326/+326
* client side ECC fixes.Nikos Mavrogiannopoulos2011-05-201-1/+2
* corrected debugging.Nikos Mavrogiannopoulos2011-05-201-1/+1
* more win32 fixes.Nikos Mavrogiannopoulos2011-05-172-45/+37
* corrections in win32 version.Nikos Mavrogiannopoulos2011-05-171-9/+9
* Added benchmark utility that tests the encryption time in TLS packets.Nikos Mavrogiannopoulos2011-05-175-170/+366
* corrected message reporting.Nikos Mavrogiannopoulos2011-05-171-11/+11
* Corrected PIN caching.Nikos Mavrogiannopoulos2011-05-161-8/+15
* Added gnutls_global_set_audit_log_function() that allows associating TLS sess...Nikos Mavrogiannopoulos2011-05-072-5/+13