summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gnutls-cli: allow operation with stdin inputNikos Mavrogiannopoulos2016-05-193-3/+50
* gnutls-cli: corrected check for OCSP verification successNikos Mavrogiannopoulos2016-05-171-1/+1
* ocsptool: use HTTP/1.0 for requestsNikos Mavrogiannopoulos2016-04-021-1/+1
* certtool: do not require a CA for OCSP signingNikos Mavrogiannopoulos2016-03-211-12/+14
* gnutls-cli: fix invalid initialization in cert_verify_ocsp()Nikos Mavrogiannopoulos2016-03-111-1/+1
* p11tool: avoid warning with castNikos Mavrogiannopoulos2016-03-011-1/+2
* certtool: eliminated memory leaks on cert verificationNikos Mavrogiannopoulos2016-03-011-2/+2
* certtool: backported memory leak fixes in PKCS#12 handlingNikos Mavrogiannopoulos2016-03-011-1/+12
* certtool: eliminate leaks in _verify_x509_mem()Nikos Mavrogiannopoulos2016-03-011-3/+7
* certtool: eliminate memory leaks in certificate generationNikos Mavrogiannopoulos2016-03-011-0/+2
* certtool: avoid warning with castNikos Mavrogiannopoulos2016-02-291-1/+2
* libopts: use the O_BINARY flag in windows for filesNikos Mavrogiannopoulos2016-01-071-1/+3
* libopts: updated to 5.18.6Nikos Mavrogiannopoulos2016-01-0757-714/+763
* certtool: allow exporting very long CRLsNikos Mavrogiannopoulos2015-08-211-5/+4
* certtool: removed limit on maximum imported certificates in the -i optionNikos Mavrogiannopoulos2015-08-191-17/+8
* certtool: eliminated memory leaks due to new cert loading codeNikos Mavrogiannopoulos2015-08-192-5/+14
* certtool: lifted limits on file size to loadNikos Mavrogiannopoulos2015-08-192-56/+38
* p11tool: fix documentation for --generate-ecc and generate-dsaNikos Mavrogiannopoulos2015-07-201-4/+4
* certtool --outder should not emit signature verification statusDaniel Kahn Gillmor2015-07-061-4/+6
* 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
* 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-203-4/+6
* OCSP check the whole cert chainTim Ruehsen2015-01-202-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
* danetool: only compile when dane is enabledNikos Mavrogiannopoulos2015-01-061-0/+2
* 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
* updated gnulibNikos Mavrogiannopoulos2015-01-04208-199/+809
* gnutls-cli-debug: corrected the skip of ignored checksNikos Mavrogiannopoulos2015-01-021-1/+4
* 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
* tools: document the available curvesNikos Mavrogiannopoulos2014-12-242-2/+2
* completely separated the two gnulibs to avoid conflictsNikos Mavrogiannopoulos2014-12-234-4/+63
* updated gnulibNikos Mavrogiannopoulos2014-12-2314-42/+76
* p11tool: use Sleep() in windowsNikos Mavrogiannopoulos2014-12-111-0/+4
* certtool: ensure that default_serial_int is 64-bits or moreNikos Mavrogiannopoulos2014-12-111-1/+1
* use select() instead of alarm for better portabilityNikos Mavrogiannopoulos2014-12-111-4/+11