summaryrefslogtreecommitdiff
path: root/tests/set_x509_pkcs12_key.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: skip tests which cannot be run in FIPS140-2 modeNikos Mavrogiannopoulos2017-03-021-0/+4
| | | | | | This allows the test suite to be run in FIPS140-2 mode. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* tests: added checks for OCSP response file supporttests-improvementNikos Mavrogiannopoulos2016-07-221-1/+8
| | | | | | 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.
* tests: enhanced set_x509*_key to verify that connections succeed with credsNikos Mavrogiannopoulos2016-05-101-1/+3
| | | | | That is the tests no only verify that credentials are set as expected but also whether sessions are established with the credentials provided.
* tests: avoid the usage of tmpnam()Nikos Mavrogiannopoulos2016-05-041-12/+1
| | | | | Use a simpler version which is confined within the testsuite build directories.
* tests: disable checks with tmpnam() on windowsNikos Mavrogiannopoulos2016-05-041-0/+12
|
* tests: added check for gnutls_certificate_set_x509_simple_pkcs12_fileNikos Mavrogiannopoulos2016-05-031-0/+104