summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* gnutls-cli-debug: Added check for whether %NO_EXTENSIONS is requiredNikos Mavrogiannopoulos2014-11-283-20/+42
* gnutls-cli-debug: do not print error on unknown protocolsNikos Mavrogiannopoulos2014-11-241-1/+1
* gnutls-cli-debug: Added check for sorted certificate chainNikos Mavrogiannopoulos2014-11-243-2/+73
* Fixed SRTP profile configuration in cli.c and serv.c.David Weber2014-11-142-24/+32
* gnutls-cli: print info on the OCSP status requestNikos Mavrogiannopoulos2014-11-141-2/+5
* gnutls-cli-debug: check for OCSP status responseNikos Mavrogiannopoulos2014-11-143-0/+33
* added check for servers that disallow the SSL 3.0 record versionNikos Mavrogiannopoulos2014-11-143-1/+27
* tools: include arpa/inet.h in socket.cNikos Mavrogiannopoulos2014-11-071-0/+1
* applied patch by A. Klitzing to improve compatibile with some apple systemsNikos Mavrogiannopoulos2014-11-061-0/+7
* gnutls-cli-debug: backported changes from 3.4.0 branchNikos Mavrogiannopoulos2014-11-064-102/+175
* updated gnulibNikos Mavrogiannopoulos2014-10-2312-138/+200