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
* gnutls-cli-debug: enable socket verbosity when --verbose is givenNikos Mavrogiannopoulos2016-04-191-0/+2
* tools: explicitly initialize socket struct to zeroNikos Mavrogiannopoulos2016-04-191-0/+2
* tools: avoid extracting the value of the app-proto aliasNikos Mavrogiannopoulos2016-04-192-8/+8
* tools: document the starttls capabilityNikos Mavrogiannopoulos2016-04-193-2/+15
* ocsptool: use HTTP/1.0 for requestsNikos Mavrogiannopoulos2016-04-021-1/+1
* ocsptool: don't exit with error code on verification failures when --ignore-e...Nikos Mavrogiannopoulos2016-03-241-2/+2
* ocsptool: exit with error on verification failuresNikos Mavrogiannopoulos2016-03-231-2/+7
* ocsptool: Allow saving responses even if verification failsNikos Mavrogiannopoulos2016-03-232-2/+8
* certtool: do not require a CA for OCSP signingNikos Mavrogiannopoulos2016-03-151-12/+14
* gnutls-cli: fix invalid initialization in cert_verify_ocsp()Nikos Mavrogiannopoulos2016-03-111-1/+1
* Let p11tool --provider option accept filenames.Andreas Metzler2016-02-281-1/+0
* gnutls-cli: improved indentation in benchmark outputNikos Mavrogiannopoulos2016-02-111-2/+2
* 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
* build: fix make distclean by including src/gl only oncegnutls_3_4_8Nikos Mavrogiannopoulos2016-01-081-1/+2
* certtool: introduced the --p7-show-data optionNikos Mavrogiannopoulos2015-12-172-6/+50
* certtool: warn if an ECDSA key is marked for encryptionNikos Mavrogiannopoulos2015-12-151-4/+10
* certtool: corrected invalid freeNikos Mavrogiannopoulos2015-12-151-2/+2
* gnutls-cli-debug: rephrased inappropriate fallback test description to match ...Nikos Mavrogiannopoulos2015-12-131-1/+1
* 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: don't use RSA ciphersuites to test chacha20 as they are not definedNikos Mavrogiannopoulos2015-12-021-1/+1
* libopts: use the O_BINARY flag in windows for filesNikos Mavrogiannopoulos2015-11-281-1/+3
* libopts: updated to 5.18.6Nikos Mavrogiannopoulos2015-11-2857-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
* p11tool: Allow writing a PKCS #11 pubkey objectNikos Mavrogiannopoulos2015-10-171-2/+16
* gnutls-cli-debug: updated docNikos Mavrogiannopoulos2015-10-171-45/+49
* tools: when the starttls-proto is specified automatically detect the port if ...Nikos Mavrogiannopoulos2015-10-167-4/+62
* certtool: recognize the future sec-paramNikos Mavrogiannopoulos2015-10-121-0/+2
* certtool: be more specific on the help message for --sec-param when --bits ar...Nikos Mavrogiannopoulos2015-10-121-1/+12
* certtool: print 16-bytes of hex values per lineNikos Mavrogiannopoulos2015-09-221-3/+7
* certtool: switched the default level to HIGH for key generationNikos Mavrogiannopoulos2015-09-211-4/+1
* tools: added xmpp into the starttls-proto optionsNikos Mavrogiannopoulos2015-09-184-4/+16
* tools: added ldap into the starttls-proto optionsNikos Mavrogiannopoulos2015-09-184-3/+12
* gnutls-cli-debug: use RFC7627 instead of draft-ietf-tls-session-hashNikos Mavrogiannopoulos2015-09-171-1/+1
* gnutls-cli-debug: corrected typo in inappropriate fallback checkNikos Mavrogiannopoulos2015-08-281-1/+1
* gnutls-cli-debug: added check for inappropriate fallback supportNikos Mavrogiannopoulos2015-08-283-0/+33