summaryrefslogtreecommitdiff
path: root/tests/ocsp.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: partially reverted SHA1 broken testsNikos Mavrogiannopoulos2017-07-211-6/+4
| | | | | | | | SHA1 is now considered broken only for certificates, hence OCSP or raw signing tests no longer need to use GNUTLS_VERIFY_ALLOW_BROKEN in the cases where certificate verification is not performed. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* tests: updated to account SHA1 move to broken setNikos Mavrogiannopoulos2017-03-161-7/+9
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* tests: modified to account for backwards-encoded DN (according to RFC4514)Nikos Mavrogiannopoulos2016-10-311-1/+1
|
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-13/+13
|
* tests: added basic operational check of gnutls_ocsp_resp_get_single()Nikos Mavrogiannopoulos2016-08-281-1/+44
|
* tests: corrected the expected lengths in ocspNikos Mavrogiannopoulos2014-12-051-10/+10
|
* tests: ocsp: added the signature in checkNikos Mavrogiannopoulos2014-11-141-1/+19
|
* tests: ocsp: added check with a long responseNikos Mavrogiannopoulos2014-11-141-3/+209
|
* replaced gnutls_ocsp_resp_get_responder_by_key with ↵Nikos Mavrogiannopoulos2014-11-131-1/+7
| | | | | | | gnutls_ocsp_resp_get_responder_raw_id In addition reverted gnutls_ocsp_resp_get_responder() to the old buggy behavior of returning 0 if the element was missing.
* updated OCSP tests to account for the new key IDNikos Mavrogiannopoulos2014-11-131-2/+2
|
* require libtasn1 3.9 or laterNikos Mavrogiannopoulos2014-09-041-0/+4
| | | | That is because of the ocsp fix.
* tests: Added tests on the invalid OCSP responseNikos Mavrogiannopoulos2014-09-041-2/+59
|
* reindented codeNikos Mavrogiannopoulos2013-11-081-1314/+1189
|
* When running tests disable PKCS #11 support to avoid detecting memory leaks ↵Nikos Mavrogiannopoulos2013-05-011-2/+2
| | | | from PKCS #11 libraries.
* Fixes for win32 and time. OCSP test now sets a fixed time to avoid ↵Nikos Mavrogiannopoulos2012-03-241-1/+13
| | | | expiration errors.
* updated for new gnutls_ocsp_resp_verify_direct semantics.Nikos Mavrogiannopoulos2012-01-291-16/+1
|
* Add OCSP functionality.Simon Josefsson2012-01-201-0/+1480