summaryrefslogtreecommitdiff
path: root/src/ocsptool-common.c
Commit message (Expand)AuthorAgeFilesLines
* tools: suppress ctime() error from static analysersNikos Mavrogiannopoulos2019-05-091-8/+9
* Update ocsptool-common.cElta Koepp2019-03-271-2/+1
* Detect malloc failure.Elta Koepp2019-03-271-0/+4
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* ocsptool: eliminate memory leaksNikos Mavrogiannopoulos2017-09-241-5/+13
* tools: eliminated dead assignmentsNikos Mavrogiannopoulos2017-09-241-1/+1
* gnutls-cli: improved error message of OCSP failureNikos Mavrogiannopoulos2017-06-201-2/+2
* tools: added explicit socket flag to skip TLS initializationtmp-tools-updateNikos Mavrogiannopoulos2016-11-131-1/+1
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-2/+2
* tools: eliminated memory leaks in deinitializationNikos Mavrogiannopoulos2016-08-261-1/+1
* tools: allow socket_bye() to be used for non-polite terminationsNikos Mavrogiannopoulos2016-08-261-1/+1
* ocsptool: reduce memory leaks on executionocsp-fixNikos Mavrogiannopoulos2016-08-251-0/+3
* tools: TLS handling has been incorporated into socket_open()Nikos Mavrogiannopoulos2016-07-261-1/+2
* ocsptool: use HTTP/1.0 for requestsNikos Mavrogiannopoulos2016-04-021-1/+1
* don't be so verbose about the OCSP nonce; it is universally unsupportedNikos Mavrogiannopoulos2015-01-191-2/+3
* OCSP check the whole cert chainTim Ruehsen2015-01-191-2/+2
* 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
* ocsptool: avoid shadowing a global variableNikos Mavrogiannopoulos2014-10-091-2/+2
* ocsptool: better error messageNikos Mavrogiannopoulos2014-09-051-2/+7
* danetool: if the certificate to verify against is not provide it try to obtai...Nikos Mavrogiannopoulos2014-08-081-1/+1
* ocsptool: Include path in ocsp request.Nikos Mavrogiannopoulos2014-05-261-5/+9
* When sending a nonce in OCSP check if it is available on the reply.Nikos Mavrogiannopoulos2014-02-181-17/+33
* reindented codeNikos Mavrogiannopoulos2013-11-081-346/+329
* Avoid using gnulib's error()Nikos Mavrogiannopoulos2013-09-021-11/+37
* gnulib only contains lgplv2 modulesNikos Mavrogiannopoulos2013-08-051-2/+0
* gnutls-cli will try to cannot to all possible returned addresses.Nikos Mavrogiannopoulos2012-11-261-1/+0
* check the first response.Nikos Mavrogiannopoulos2012-10-011-1/+1
* The OCSP response file is now set on the credentials and other additions.Nikos Mavrogiannopoulos2012-09-301-1/+10
* Use the server's OCSP provided data when verifying a certificate's validity.Nikos Mavrogiannopoulos2012-09-281-3/+28
* send_ocsp_request is more tolerant on errors.Nikos Mavrogiannopoulos2012-01-291-4/+5
* cleanup a bit the printing information stuff.Nikos Mavrogiannopoulos2012-01-291-12/+16
* gnutls-cli will try to verify ocsp responses if --ocsp is given.Nikos Mavrogiannopoulos2012-01-281-0/+360