Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When sending a nonce in OCSP check if it is available on the reply. | Nikos Mavrogiannopoulos | 2014-02-18 | 1 | -17/+33 |
| | |||||
* | reindented code | Nikos Mavrogiannopoulos | 2013-11-08 | 1 | -346/+329 |
| | |||||
* | Avoid using gnulib's error() | Nikos Mavrogiannopoulos | 2013-09-02 | 1 | -11/+37 |
| | |||||
* | gnulib only contains lgplv2 modules | Nikos Mavrogiannopoulos | 2013-08-05 | 1 | -2/+0 |
| | |||||
* | gnutls-cli will try to cannot to all possible returned addresses. | Nikos Mavrogiannopoulos | 2012-11-26 | 1 | -1/+0 |
| | |||||
* | check the first response. | Nikos Mavrogiannopoulos | 2012-10-01 | 1 | -1/+1 |
| | |||||
* | The OCSP response file is now set on the credentials and other additions. | Nikos Mavrogiannopoulos | 2012-09-30 | 1 | -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 Mavrogiannopoulos | 2012-09-28 | 1 | -3/+28 |
| | |||||
* | send_ocsp_request is more tolerant on errors. | Nikos Mavrogiannopoulos | 2012-01-29 | 1 | -4/+5 |
| | |||||
* | cleanup a bit the printing information stuff. | Nikos Mavrogiannopoulos | 2012-01-29 | 1 | -12/+16 |
| | |||||
* | gnutls-cli will try to verify ocsp responses if --ocsp is given. | Nikos Mavrogiannopoulos | 2012-01-28 | 1 | -0/+360 |