summaryrefslogtreecommitdiff
path: root/src/ocsptool-common.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | Changed OCSP function prototypes for almost all status_request functions to move the response file and callback to the certificate credentials structure. Added gnutls_ocsp_resp_check_crt() to check whether a response corresponds to a given certificate.
* 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