summaryrefslogtreecommitdiff
path: root/tests/x509cert-tl.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: updated to account SHA1 move to broken setNikos Mavrogiannopoulos2017-03-161-2/+2
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-2/+2
|
* tests: added basic functionality tests for gnutls_x509_crt_get_*_oidNikos Mavrogiannopoulos2016-04-131-5/+46
|
* tests: added checks for gnutls_x509_crt_get_signature_algorithm and ↵Nikos Mavrogiannopoulos2015-02-211-0/+19
| | | | gnutls_x509_crt_get_preferred_hash_algorithm
* tests: enhanced x509cert-tlNikos Mavrogiannopoulos2014-12-121-9/+34
| | | | | Verify gnutls_x509_trust_list_verify_crt2() in combination with gnutls_x509_trust_list_add_named_crt().
* build: tests: x509cert-tl: support separate builddirAlon Bar-Lev2014-08-251-1/+5
| | | | Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
* tests: x509cert-tl checks gnutls_x509_trust_list_add_trust_dir()Nikos Mavrogiannopoulos2014-07-211-10/+6
|
* corrected leaksNikos Mavrogiannopoulos2013-12-211-0/+1
|
* corrected checkNikos Mavrogiannopoulos2013-12-211-2/+7
|
* reindented codeNikos Mavrogiannopoulos2013-11-081-208/+240
|
* When running tests disable PKCS #11 support to avoid detecting memory leaks ↵Nikos Mavrogiannopoulos2013-05-011-1/+1
| | | | from PKCS #11 libraries.
* Added functions that remove certificates from a trust list.Nikos Mavrogiannopoulos2013-03-051-0/+16
|
* corrected typoNikos Mavrogiannopoulos2012-09-161-1/+1
|
* small updatesNikos Mavrogiannopoulos2012-09-161-4/+4
|
* When requested gnutls_x509_trust_list_deinit() will deinitialized all certs ↵Nikos Mavrogiannopoulos2012-09-121-3/+1
| | | | (including the named)
* Fix gnutls_x509_trust_list_add_trust_mem with DER-format certificates.Marti Raudsepp2012-09-031-0/+54
| | | | | | | | | | | | | | The function took a "type" argument and then happily proceeded to ignore it and try PEM format anyway. Most importantly, this makes gnutls_x509_trust_list_add_system_trust work on Windows, which loads DER certificates using this function. I'll be damned if that actually ever worked properly -- certainly not in any git version. :) Also added test for gnutls_x509_trust_list_add_trust_mem. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
|
* 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_trust_list_add_named_crt() andNikos Mavrogiannopoulos2011-06-041-0/+209
gnutls_x509_trust_list_verify_named_crt() that allow having a list of certificates in the trusted list that will be associated with a name (e.g. server name) and will not be used as CAs.