summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* certtool can now load private keys and public keys from PKCS #11 tokens (via ...Nikos Mavrogiannopoulos2011-05-078-148/+383
* No libgnutls-extra is required for certtool or p11tool.Nikos Mavrogiannopoulos2011-05-073-8/+3
* Added gnutls_certificate_set_retrieve_function2() to replaceNikos Mavrogiannopoulos2011-04-212-133/+113
* Added readme for libcfg.Nikos Mavrogiannopoulos2011-04-202-1/+7
* COMP-ZLIB -> COMP-DEFLATENikos Mavrogiannopoulos2011-04-161-1/+1
* Don't include <gcrypt.h> when it's not needed.Ludovic Courtès2011-04-133-9/+5
* Do not rely on lowat being set.Nikos Mavrogiannopoulos2011-04-121-18/+47
* Define variables within the intended scope (not windows). Based on patch by LRN.Nikos Mavrogiannopoulos2011-04-105-3/+12
* Use getpass.h (from gnulib). Patch by LRN.Nikos Mavrogiannopoulos2011-04-102-0/+4
* Use a single configure.ac. This speed ups compilation andNikos Mavrogiannopoulos2011-04-081-1/+0
* Avoid using readline.Nikos Mavrogiannopoulos2011-04-081-19/+21
* Win32 changes for benchmark. Patch by LRN.Nikos Mavrogiannopoulos2011-04-071-2/+63
* properly null terminate string.Nikos Mavrogiannopoulos2011-04-071-0/+1
* check PIN size.Nikos Mavrogiannopoulos2011-04-072-4/+19
* check salt size.Nikos Mavrogiannopoulos2011-04-071-0/+6
* initialize session_id_size.Nikos Mavrogiannopoulos2011-04-061-1/+1
* corrected header inclusion.Nikos Mavrogiannopoulos2011-04-031-1/+1
* crypt.* renamed to srptool.*.Nikos Mavrogiannopoulos2011-04-035-32/+32
* Added debug option to srptool.Nikos Mavrogiannopoulos2011-04-034-29/+65