summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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: 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
* 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
* gnutls-cli-debug: removed ARCFOUR-40 from the ciphers to useNikos Mavrogiannopoulos2014-12-191-1/+1
* 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: added benchmark for CCMNikos Mavrogiannopoulos2014-12-031-0/+3
* systemkey: updated for new gnutls_system_key_iter_get_infoNikos Mavrogiannopoulos2014-11-291-1/+1
* certtool: avoid gcc warningsNikos Mavrogiannopoulos2014-11-281-3/+3
* gnutls-cli-debug: Added check for whether %NO_EXTENSIONS is requiredNikos Mavrogiannopoulos2014-11-283-20/+51
* 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
* renamed systemkey-tool to systemkey, and don't install it by defaultNikos Mavrogiannopoulos2014-11-232-5/+5
* gnutls_priority_string_list: allow printing the special keywords as well.Nikos Mavrogiannopoulos2014-11-211-2/+25
* Added API to read/write/delete key-cert pairs (limited to windows for now)Nikos Mavrogiannopoulos2014-11-193-0/+241
* certtool: Allow to set the nonRepudiation, keyAgreement and dataEncipherment ...Nikos Mavrogiannopoulos2014-11-174-0/+66
* list the OIDs in the certtool cfg file documentationNikos Mavrogiannopoulos2014-11-171-11/+19
* certtool: print message when the system trust is usedNikos Mavrogiannopoulos2014-11-141-0/+1
* Fixed SRTP profile configuration in cli.c and serv.c.David Weber2014-11-142-24/+32
* clarified the multiple paths printing of the verify optionsNikos Mavrogiannopoulos2014-11-141-1/+3
* gnutls-cli: allow printing the certificates in OCSP responses when --print-ce...Nikos Mavrogiannopoulos2014-11-141-2/+6
* gnutls-cli-debug: check for OCSP status responseNikos Mavrogiannopoulos2014-11-143-0/+33
* certtool: make sure that GNUTLS_PKCS_PLAIN is set when no password should be ...Nikos Mavrogiannopoulos2014-11-131-1/+1
* gnutls-cli: print the OCSP response in verbose modeNikos Mavrogiannopoulos2014-11-131-5/+34
* gnutls-cli: added option to save the OCSP responseNikos Mavrogiannopoulos2014-11-133-2/+30
* Added flag GNUTLS_OCSP_SR_IS_AVAIL for gnutls_ocsp_status_request_is_checkedNikos Mavrogiannopoulos2014-11-131-1/+1
* added check for servers that disallow the SSL 3.0 record versionNikos Mavrogiannopoulos2014-11-133-1/+27
* gnutls-cli: print whether status request has been checkedNikos Mavrogiannopoulos2014-11-121-0/+2
* 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: clarified textNikos Mavrogiannopoulos2014-11-061-1/+1
* gnutls-cli-debug: corrected heartbeat checkNikos Mavrogiannopoulos2014-11-051-4/+2
* gnutls-cli-debug: fixes in tests to prevent false negativesNikos Mavrogiannopoulos2014-11-051-1/+1
* gnutls-cli-debug: fixes in tests to prevent false negativesNikos Mavrogiannopoulos2014-11-051-3/+6
* gnutls-cli-debug: reorganized outputNikos Mavrogiannopoulos2014-11-041-19/+11
* moved the HTTPS server name outside of verbose tests; only run when the HTTPS...Nikos Mavrogiannopoulos2014-11-042-4/+6
* enhanced gnutls-cli-debug verbose output (uses files for mass text)Nikos Mavrogiannopoulos2014-11-044-49/+111