summaryrefslogtreecommitdiff
path: root/tests/x509cert.c
Commit message (Expand)AuthorAgeFilesLines
* tests: verify the output size of gnutls_x509_privkey_exportNikos Mavrogiannopoulos2017-08-211-0/+25
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-7/+7
* Change ca3 and related certificate to include an intermediate CA in the chain.Stefan Sørensen2016-08-091-21/+23
* Revert "tests: check gnutls_certificate_get_x509_crt with more than one certi...Nikos Mavrogiannopoulos2016-08-091-24/+4
* tests: check gnutls_certificate_get_x509_crt with more than one certificatesNikos Mavrogiannopoulos2016-08-081-4/+24
* tests: Use common ca3 test certificates in x509cert, x509dn and x509self tests.Stefan Sørensen2016-08-081-118/+18
* tests: added small test to verify that GNUTLS_X509_CRT_LIST_FAIL_IF_UNSORTED ...Nikos Mavrogiannopoulos2015-03-061-0/+11
* tests: x509cert: verify that length returned from gnutls_x509_crt_get_dn matc...Nikos Mavrogiannopoulos2014-12-111-1/+6
* tests: added check for GNUTLS_TL_GET_COPYNikos Mavrogiannopoulos2014-10-011-0/+6
* use unsigned types in prototypesNikos Mavrogiannopoulos2014-09-241-2/+2
* Check the credentials getter functions as part of the unit testsArmin Burgmeier2014-09-241-5/+102
* reindented codeNikos Mavrogiannopoulos2013-11-081-139/+144
* When running tests disable PKCS #11 support to avoid detecting memory leaks f...Nikos Mavrogiannopoulos2013-05-011-1/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-1/+2
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* be less verbose.Nikos Mavrogiannopoulos2011-12-091-1/+2
* more silent tests.Nikos Mavrogiannopoulos2011-09-231-1/+1
* Memory leak fixes in ECC ciphersuites and the trust_list.Nikos Mavrogiannopoulos2011-09-091-0/+2
* Added GNUTLS_X509_CRT_LIST_FAIL_IF_UNSORTED flag for gnutls_x509_crt_list_imp...Nikos Mavrogiannopoulos2011-07-311-10/+26
* corrected memory leak.Nikos Mavrogiannopoulos2011-05-211-0/+2
* Added gnutls_certificate_get_issuer() to allow getting the issuer a certifica...Nikos Mavrogiannopoulos2011-05-031-0/+187