summaryrefslogtreecommitdiff
path: root/tests/set_x509_key_file_ocsp.c
Commit message (Collapse)AuthorAgeFilesLines
* gnutls_ocsp_status_request_is_checked: added tests in client sideNikos Mavrogiannopoulos2019-09-201-0/+11
| | | | | | This ensures that this function has functional tests. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* tests: enhanced OCSP testsNikos Mavrogiannopoulos2018-02-191-7/+227
| | | | | | | | | | | | | | | * Run tests under TLS1.2 and TLS1.3 * Verify whether multiple OCSP responses are received in client side, under TLS1.3. * Verify that OCSP status responses can be sent by client under TLS1.3 * Verify operation of gnutls_certificate_retrieve_function3 * Verify operation when multiple OCSP responses by file are set Resolves #307 Resolves #291 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* Change ca3 and related certificate to include an intermediate CA in the chain.Stefan Sørensen2016-08-091-2/+2
| | | | | | Also update a bunch of test-cases to support chains with an intermediate CA. Signed-off-by: Stefan Sørensen <stefan.sorensen@spectralink.com>
* tests: added checks for OCSP response file supporttests-improvementNikos Mavrogiannopoulos2016-07-221-0/+152
That is, check the usability of the APIs for setting and using an ocsp response. This improves and makes more generic the test suite API and test_cli_serv() in particular.