summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added support for RFC7366 (encrypt then authenticate)Nikos Mavrogiannopoulos2014-11-031-1/+3
* updated gnulibNikos Mavrogiannopoulos2014-10-2312-138/+200
* use HAVE_DANE ifdef for unused functionsNikos Mavrogiannopoulos2014-10-221-0/+2
* gnutls-cli-debug: added test that checks the fallback from TLS 1.6Nikos Mavrogiannopoulos2014-10-173-7/+41
* gnutls-cli: prevent the combination of the -p and --list optionsNikos Mavrogiannopoulos2014-10-171-0/+1
* gnutls-serv: avoid possible buffer overrunNikos Mavrogiannopoulos2014-10-171-5/+5
* gnutls-cli: added option --priority-listNikos Mavrogiannopoulos2014-10-162-0/+29
* corrected libopt's Makefile.amNikos Mavrogiannopoulos2014-10-141-1/+1
* updated to libopts 5.18.4Nikos Mavrogiannopoulos2014-10-1121-55/+536
* ocsptool: avoid shadowing a global variableNikos Mavrogiannopoulos2014-10-091-2/+2
* tools: print the status of safe renegotiation and extended master secretNikos Mavrogiannopoulos2014-10-081-0/+7
* certtool: only set the authority key identifier, if there is a corresponding ...Nikos Mavrogiannopoulos2014-10-071-13/+0
* more compiler warning fixesNikos Mavrogiannopoulos2014-09-252-23/+22
* fixed compilation warningsNikos Mavrogiannopoulos2014-09-252-16/+16
* certtool: updated the extended key usage documentationNikos Mavrogiannopoulos2014-09-221-12/+38
* gnutls-serv: added the --provider optionNikos Mavrogiannopoulos2014-09-192-0/+24
* tools: corrected pin entryNikos Mavrogiannopoulos2014-09-191-1/+1
* psktool: corrected resource leak on failureNikos Mavrogiannopoulos2014-09-171-0/+1
* certtool: corrected typo in printing errorNikos Mavrogiannopoulos2014-09-171-1/+1
* p11tool: print Attached Extensions, instead of extensionsNikos Mavrogiannopoulos2014-09-121-2/+2
* fixes in the extension handlingNikos Mavrogiannopoulos2014-09-111-3/+7
* p11tool: will print trust module extensions if presentNikos Mavrogiannopoulos2014-09-111-3/+34
* tpmtool: corrected key password readNikos Mavrogiannopoulos2014-09-081-1/+1
* set umask prior to calling mkstempNikos Mavrogiannopoulos2014-09-081-0/+1
* apps: corrected GNUTLS_PIN readingNikos Mavrogiannopoulos2014-09-081-1/+1
* certtool: corrected copy+paste errorNikos Mavrogiannopoulos2014-09-081-1/+1
* ocsptool: better error messageNikos Mavrogiannopoulos2014-09-051-2/+7
* doc updateNikos Mavrogiannopoulos2014-09-051-1/+1
* p11tool: allow printing multiple types of tokensNikos Mavrogiannopoulos2014-08-291-11/+22
* p11tool: when listing tokens, list their type as wellNikos Mavrogiannopoulos2014-08-281-0/+21
* check for stdnoreturn.h presenceNikos Mavrogiannopoulos2014-08-251-1/+8
* danetool: ensure the temporary file is always removedNikos Mavrogiannopoulos2014-08-231-17/+29
* tools: use idna_to_ascii_8z() to convert internationalized hostnamesNikos Mavrogiannopoulos2014-08-232-8/+25
* gnutls-cli: added --fips140-mode command line optionNikos Mavrogiannopoulos2014-08-142-1/+16
* gnutls-cli/danetool: corrected check on ipv6 IPsNikos Mavrogiannopoulos2014-08-131-1/+1
* gnutls-cli/danetool: added a common check for hostname being an IPNikos Mavrogiannopoulos2014-08-134-5/+16
* gnutls-cli: more organized printing of cipher benchmark outputNikos Mavrogiannopoulos2014-08-111-1/+3
* gnutls-cli: removed salsa20 from the benchmarked ciphersNikos Mavrogiannopoulos2014-08-111-3/+0
* certtool: --p12-info will provide information on the MAC algorithmNikos Mavrogiannopoulos2014-08-101-0/+33
* danetool: obtain certificate only onceNikos Mavrogiannopoulos2014-08-091-87/+91
* danetool/gnutls-cli-debug: added support for imap starttlsNikos Mavrogiannopoulos2014-08-093-5/+19
* gnutls-cli-debug: supports SMTP starttlsNikos Mavrogiannopoulos2014-08-092-47/+25
* danetool: supports SMTP starttlsNikos Mavrogiannopoulos2014-08-094-7/+86
* danetool: improvements in information presentationNikos Mavrogiannopoulos2014-08-093-58/+90
* danetool: if the certificate to verify against is not provide it try to obtai...Nikos Mavrogiannopoulos2014-08-086-56/+194
* p11tool: added --info parameterNikos Mavrogiannopoulos2014-08-084-4/+17
* p11tool: only print the debugging message in debuglevel > 4Nikos Mavrogiannopoulos2014-08-081-1/+1
* gnutls_pkcs11_flags_get_str -> gnutls_pkcs11_obj_flags_get_strNikos Mavrogiannopoulos2014-08-071-1/+1
* pkcs11: added new functions to query the object's flagsNikos Mavrogiannopoulos2014-08-072-2/+16
* p11tool: simplify the passing of flags and pass the key wrapping flagNikos Mavrogiannopoulos2014-08-064-102/+118