summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* p11tool: better output textNikos Mavrogiannopoulos2015-04-011-1/+1
|
* p11tool: added the --test-sign parameterNikos Mavrogiannopoulos2015-04-014-0/+111
| | | | That allows to check an existing key for signing/verification.
* 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, ↵Nikos Mavrogiannopoulos2015-03-272-8/+10
| | | | --verify-hostname
* 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
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* ocsptool: follow the documented process for ↵Nikos Mavrogiannopoulos2015-01-161-2/+2
| | | | gnutls_x509_crt_get_authority_info_access
* 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 ↵Nikos Mavrogiannopoulos2015-01-051-2/+14
| | | | expiration
* 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
|
* gnutls-cli-debug: more precise handling of SMTP protocolNikos Mavrogiannopoulos2015-01-041-1/+2
| | | | Patch by Andreas Metzler.
* updated gnulibNikos Mavrogiannopoulos2015-01-04208-199/+809
|
* gnutls-cli-debug: corrected the skip of ignored checksNikos Mavrogiannopoulos2015-01-021-1/+4
|
* certtool: Added --fingerprint and --key-id optionsNikos Mavrogiannopoulos2014-12-312-10/+183
|
* certtool: --pubkey-info will load a public key from stdinNikos Mavrogiannopoulos2014-12-311-1/+25
|
* tools: use OCSP functions only when OCSP is enabledNikos Mavrogiannopoulos2014-12-253-0/+6
|