summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gnutls-cli: document the method to override the detected ciphersNikos Mavrogiannopoulos2015-04-071-2/+2
* gnutls-cli-debug: test for AES-CCMNikos Mavrogiannopoulos2015-04-073-0/+38
* p11tool: use the key usage flags to set PKCS #11 propertiesNikos Mavrogiannopoulos2015-04-044-17/+21
* certtool: certtool --generate-dh-params will account for --outderNikos Mavrogiannopoulos2015-04-041-3/+8
* p11tool: improved output messageNikos Mavrogiannopoulos2015-04-021-1/+1
* removed unecessary warningNikos Mavrogiannopoulos2015-04-021-2/+0
* p11tool: better output textNikos Mavrogiannopoulos2015-04-011-1/+1
* p11tool: added the --test-sign parameterNikos Mavrogiannopoulos2015-04-014-0/+111
* certtool: corrected import of pubkey in DER formatNikos Mavrogiannopoulos2015-04-011-10/+10
* p11tool: allow setting the CKA_ID on object initialization/generationNikos Mavrogiannopoulos2015-03-314-17/+59
* gnutls-cli: added chacha-poly1305 into benchmarksNikos Mavrogiannopoulos2015-03-282-0/+4
* updated gnulibNikos Mavrogiannopoulos2015-03-2712-84/+127
* p11tool: more precise documentation of --set-id parameterNikos Mavrogiannopoulos2015-03-271-3/+3
* p11tool: reduced debugging outputNikos Mavrogiannopoulos2015-03-271-19/+0
* certtool: --purpose, --hostname were renamed to --verify-purpose, --verify-ho...Nikos Mavrogiannopoulos2015-03-272-8/+10
* p11tool: added --mark-no-sign and --mark-no-decrypt optionsNikos Mavrogiannopoulos2015-03-262-0/+24
* certtool: eliminated memory leaks on verificationNikos Mavrogiannopoulos2015-03-251-2/+5
* certtool: added the --email option, to use in verificationNikos Mavrogiannopoulos2015-03-252-4/+17
* tools: enable compilation with all options disabledNikos Mavrogiannopoulos2015-03-213-6/+13
* p11tool: exit with non-zero reason if no objects are foundNikos Mavrogiannopoulos2015-03-111-1/+1
* p11tool: added --set-id and --set-label optionsNikos Mavrogiannopoulos2015-03-114-0/+79
* tools: added ftp as a starttls protocolNikos Mavrogiannopoulos2015-03-094-4/+12
* gnutls-cli: starttls and starttls-proto can't mixNikos Mavrogiannopoulos2015-03-091-0/+1
* gnutls-cli-debug: corrected check of certificate chain orderNikos Mavrogiannopoulos2015-03-061-0/+1
* gnutls-cli-debug: disable unsupported TLS protocols as soonNikos Mavrogiannopoulos2015-03-062-34/+10
* cli sockets: check for a digit prior using atoiNikos Mavrogiannopoulos2015-03-061-1/+4
* gnutls-cli-debug: a cert list of size 1 is always sortedNikos Mavrogiannopoulos2015-03-061-0/+3
* gnutls-cli-debug: do not warn multiple times about unknown protocolsNikos Mavrogiannopoulos2015-03-061-2/+8
* certtool: in 32-bit systems use PRIu64 to print 64-bit valuesNikos Mavrogiannopoulos2015-03-051-1/+8
* certtool: exit when there is an overflow in parsing daysNikos Mavrogiannopoulos2015-03-051-2/+5
* gnutls-cli: include AES_128_CCM in benchmark-ciphersNikos Mavrogiannopoulos2015-03-021-3/+1
* certtool: use unsigned for bitsNikos Mavrogiannopoulos2015-02-201-1/+1
* certtool/p11tool: avoid cast to function callNikos Mavrogiannopoulos2015-02-202-2/+4
* certtool: allow specifying a purpose and a hostname for chain verificationNikos Mavrogiannopoulos2015-02-202-12/+55
* gnutls-cli: added --save-cert optionNikos Mavrogiannopoulos2015-02-062-0/+48
* handle differently OCSP responses that are revoked and of unknown statusNikos Mavrogiannopoulos2015-02-041-1/+6
* compilation fix with return on void function; reported by David MarxNikos Mavrogiannopoulos2015-02-011-1/+1
* don't be so verbose about the OCSP nonce; it is universally unsupportedNikos Mavrogiannopoulos2015-01-193-4/+6
* OCSP check the whole cert chainTim Ruehsen2015-01-192-57/+67
* ocsptool: follow the documented process for gnutls_x509_crt_get_authority_inf...Nikos Mavrogiannopoulos2015-01-161-2/+2
* ocsptool-common: iterate through all AIA items prior to decidig the OCSP serverNikos Mavrogiannopoulos2015-01-151-8/+17
* simplified text for inline-commands-prefixNikos Mavrogiannopoulos2015-01-131-3/+2
* gnutls-cli: added --starttls-proto optionNikos Mavrogiannopoulos2015-01-123-1/+26
* doc updateNikos Mavrogiannopoulos2015-01-121-1/+1
* danetool: only compile when dane is enabledNikos Mavrogiannopoulos2015-01-061-0/+2
* certtool: warn when setting a certificate's expiration longer than the CA's e...Nikos Mavrogiannopoulos2015-01-051-2/+14
* certtool: modified check for READ_NUMERICNikos Mavrogiannopoulos2015-01-041-11/+4
* certtool: use 64-bit type for CRL serial numberNikos Mavrogiannopoulos2015-01-041-1/+3
* certtool: check for overflows when reading serial numbersNikos Mavrogiannopoulos2015-01-041-0/+16
* certtool: use int64_t as type for integers readNikos Mavrogiannopoulos2015-01-042-6/+28