summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* certtool: better error handling in file_size()Nikos Mavrogiannopoulos2016-03-111-2/+8
* gnutls-cli: fix invalid initialization in cert_verify_ocsp()Nikos Mavrogiannopoulos2016-03-111-1/+1
* gnutls-serv: human_addr always returns a non-null argumentNikos Mavrogiannopoulos2016-03-111-2/+2
* gnutls-cli: fail if gnutls is not compiled with DANE support and --dane is pr...Nikos Mavrogiannopoulos2016-02-291-5/+6
* Let p11tool --provider option accept filenames.Andreas Metzler2016-02-281-1/+0
* p11tool: addressed memory leaksNikos Mavrogiannopoulos2016-02-281-1/+15
* certtool: eliminated memory leaksNikos Mavrogiannopoulos2016-02-181-2/+11
* src: added systemkey-args to BUILT_SOURCESNikos Mavrogiannopoulos2016-02-181-1/+1
* Added NIST's OIDs for SHA3 signature algorithmsNikos Mavrogiannopoulos2016-02-151-2/+5
* gnutls-cli: improved indentation in benchmark outputNikos Mavrogiannopoulos2016-02-111-2/+2
* certtool: removed unused variableNikos Mavrogiannopoulos2016-02-111-1/+0
* certtool: the --generate-dh-params option can be combined with --provableNikos Mavrogiannopoulos2016-02-115-226/+281
* certtool: the --dh-info option will retrieve DH parameters from DSA keysNikos Mavrogiannopoulos2016-02-111-4/+29
* doc: Fix some typosAttila Molnar2016-02-061-1/+1
* Remove remaining RSA-EXPORT support leftovers from doc and messagesAttila Molnar2016-02-062-2/+2
* Fix some more typos.Andreas Metzler2016-02-011-1/+1
* certtool: corrected email escaping in texinfoNikos Mavrogiannopoulos2016-01-281-1/+1
* certtool: corrected texinfo output for krb5_principalNikos Mavrogiannopoulos2016-01-211-2/+2
* certtool: introduced the krb5_principal template optionNikos Mavrogiannopoulos2016-01-122-0/+45
* certtool: allow writing xmpp_nameNikos Mavrogiannopoulos2016-01-102-0/+43
* certtool: added ability to generate othernames via template filesNikos Mavrogiannopoulos2016-01-084-2/+173
* certtool: doc update [skip ci]Nikos Mavrogiannopoulos2015-12-301-2/+2
* certtool: eliminated various memory leaksNikos Mavrogiannopoulos2015-12-201-0/+5
* certtool: prevented memory leak in pkcs8-info cmdNikos Mavrogiannopoulos2015-12-201-0/+1
* certtool: do not use signal() under win32Nikos Mavrogiannopoulos2015-12-191-1/+5
* certtool: ignore sigpipeNikos Mavrogiannopoulos2015-12-181-0/+2
* certtool: don't close stdout on exitNikos Mavrogiannopoulos2015-12-181-1/+2
* certtool: introduced the --p7-show-data optionNikos Mavrogiannopoulos2015-12-172-6/+50
* certtool: corrected invalid freeNikos Mavrogiannopoulos2015-12-151-2/+2
* certtool: warn if an ECDSA key is marked for encryptionNikos Mavrogiannopoulos2015-12-151-4/+10
* build: fix make distclean by including src/gl only onceNikos Mavrogiannopoulos2015-12-151-1/+2
* certtool: the --p7-time option was made an enable/disable optionNikos Mavrogiannopoulos2015-12-152-1/+3
* certtool: the --p7-include-cert option is enabled by defaultNikos Mavrogiannopoulos2015-12-132-2/+4
* #56 Feature: certtool --p7-sign support GNUTLS_PKCS7_INCLUDE_CERTsskaje2015-12-132-0/+10
* gnutls-cli-debug: rephrased inappropriate fallback test description to match ...Nikos Mavrogiannopoulos2015-12-101-1/+1
* gnutls-cli: don't use RSA ciphersuites to test chacha20 as they are not definedNikos Mavrogiannopoulos2015-12-021-1/+1
* tools: don't compile tpmtool if PKCS11 is disabledNikos Mavrogiannopoulos2015-12-011-3/+5
* libopts: use the O_BINARY flag in windows for filesNikos Mavrogiannopoulos2015-11-251-1/+3
* libopts: updated to 5.18.6Nikos Mavrogiannopoulos2015-11-2557-714/+763
* tools: don't call endservent in windowsNikos Mavrogiannopoulos2015-11-241-2/+5
* certtool: check fread_file() for errors in all situationsNikos Mavrogiannopoulos2015-11-201-0/+55
* gnutls-cli-debug: make TLS 1.6 fallback check more reliableNikos Mavrogiannopoulos2015-11-181-1/+3
* certtool: Allow writing unique IDs in generated certificatesNikos Mavrogiannopoulos2015-11-124-0/+62
* certtool: eliminate leaks in _verify_x509_mem()Nikos Mavrogiannopoulos2015-11-091-1/+3
* certtool: eliminate memory leaks in certificate generationNikos Mavrogiannopoulos2015-11-091-0/+2
* certtool: make sure that pkcs12 structures are deinitializedNikos Mavrogiannopoulos2015-11-091-1/+13
* p11tool: introduced --only-urls optionNikos Mavrogiannopoulos2015-11-084-1/+20
* tools: better ftp auth tls negotiationNikos Mavrogiannopoulos2015-11-051-7/+7
* tools: only check for status code in FTP starttls negotiationNikos Mavrogiannopoulos2015-11-031-1/+1
* tools: print more info in starttls negotiation when --verbose is givenNikos Mavrogiannopoulos2015-11-031-25/+34