summaryrefslogtreecommitdiff
path: root/src/ocsptool.c
Commit message (Expand)AuthorAgeFilesLines
* src: generate option handling code from JSONDaiki Ueno2022-01-141-1/+1
* gnulib: update git submoduleDaiki Ueno2020-05-291-10/+7
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* ocsptool: import and export OCSP responses in PEM formatNikos Mavrogiannopoulos2018-02-191-32/+99
* ocsptool: check chain size on verificationNikos Mavrogiannopoulos2017-09-241-1/+5
* ocsptool: verify_response will print information on the responseNikos Mavrogiannopoulos2017-06-201-0/+12
* ocsptool: allow combining --load-trust with --verify-responseNikos Mavrogiannopoulos2017-06-201-7/+9
* ocsptool: --load-chain will sort the input chainNikos Mavrogiannopoulos2017-06-201-0/+1
* ocsptool: introduced --verify-allow-broken optionNikos Mavrogiannopoulos2017-06-191-2/+6
* ocsptool: the --verify-response can be combined with --load-chainNikos Mavrogiannopoulos2017-06-191-39/+53
* ocsptool: added --load-chain optionNikos Mavrogiannopoulos2017-06-191-179/+202
* tools: clarify errors when reading filesNikos Mavrogiannopoulos2016-09-301-3/+3
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-2/+2
* ocsptool: reduce memory leaks on executionocsp-fixNikos Mavrogiannopoulos2016-08-251-1/+15
* tools: TLS handling has been incorporated into socket_open()Nikos Mavrogiannopoulos2016-07-261-0/+10
* tools: avoid using deprecated typesNikos Mavrogiannopoulos2016-06-141-1/+1
* ocsptool: eliminated memory leaks in verify-response optionNikos Mavrogiannopoulos2016-03-241-0/+4
* 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-231-2/+2
* When verifying a response and a signer isn't provided assume that the signer ...Nikos Mavrogiannopoulos2014-02-181-75/+92
* When sending a nonce in OCSP check if it is available on the reply.Nikos Mavrogiannopoulos2014-02-181-13/+49
* reindented codeNikos Mavrogiannopoulos2013-11-081-441/+424
* Avoid using gnulib's error()Nikos Mavrogiannopoulos2013-09-021-35/+136
* included programs no longer depend on GPL/LGPLv3 elements of gnulib to preven...Nikos Mavrogiannopoulos2013-08-051-2/+0
* gnulib only contains lgplv2 modulesNikos Mavrogiannopoulos2013-08-051-2/+0
* removed debugging codeNikos Mavrogiannopoulos2012-01-291-6/+0
* cleanup a bit the printing information stuff.Nikos Mavrogiannopoulos2012-01-291-5/+12
* gnutls-cli will try to verify ocsp responses if --ocsp is given.Nikos Mavrogiannopoulos2012-01-281-251/+10
* allow the usage of --load-trust with --askNikos Mavrogiannopoulos2012-01-281-1/+3
* Added --ask option to ocsptool.Nikos Mavrogiannopoulos2012-01-261-35/+227
* ocsptool uses liboptsNikos Mavrogiannopoulos2012-01-231-77/+52
* sign fixes.Nikos Mavrogiannopoulos2012-01-211-11/+11
* Add OCSP functionality.Simon Josefsson2012-01-201-0/+506