Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: updated to account SHA1 move to broken set | Nikos Mavrogiannopoulos | 2017-03-16 | 1 | -2/+2 |
| | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> | ||||
* | several spacing fixes to keep syntax-check happy | Nikos Mavrogiannopoulos | 2016-09-11 | 1 | -2/+2 |
| | |||||
* | tests: added basic functionality tests for gnutls_x509_crt_get_*_oid | Nikos Mavrogiannopoulos | 2016-04-13 | 1 | -5/+46 |
| | |||||
* | tests: added checks for gnutls_x509_crt_get_signature_algorithm and ↵ | Nikos Mavrogiannopoulos | 2015-02-21 | 1 | -0/+19 |
| | | | | gnutls_x509_crt_get_preferred_hash_algorithm | ||||
* | tests: enhanced x509cert-tl | Nikos Mavrogiannopoulos | 2014-12-12 | 1 | -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 builddir | Alon Bar-Lev | 2014-08-25 | 1 | -1/+5 |
| | | | | Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> | ||||
* | tests: x509cert-tl checks gnutls_x509_trust_list_add_trust_dir() | Nikos Mavrogiannopoulos | 2014-07-21 | 1 | -10/+6 |
| | |||||
* | corrected leaks | Nikos Mavrogiannopoulos | 2013-12-21 | 1 | -0/+1 |
| | |||||
* | corrected check | Nikos Mavrogiannopoulos | 2013-12-21 | 1 | -2/+7 |
| | |||||
* | reindented code | Nikos Mavrogiannopoulos | 2013-11-08 | 1 | -208/+240 |
| | |||||
* | When running tests disable PKCS #11 support to avoid detecting memory leaks ↵ | Nikos Mavrogiannopoulos | 2013-05-01 | 1 | -1/+1 |
| | | | | from PKCS #11 libraries. | ||||
* | Added functions that remove certificates from a trust list. | Nikos Mavrogiannopoulos | 2013-03-05 | 1 | -0/+16 |
| | |||||
* | corrected typo | Nikos Mavrogiannopoulos | 2012-09-16 | 1 | -1/+1 |
| | |||||
* | small updates | Nikos Mavrogiannopoulos | 2012-09-16 | 1 | -4/+4 |
| | |||||
* | When requested gnutls_x509_trust_list_deinit() will deinitialized all certs ↵ | Nikos Mavrogiannopoulos | 2012-09-12 | 1 | -3/+1 |
| | | | | (including the named) | ||||
* | Fix gnutls_x509_trust_list_add_trust_mem with DER-format certificates. | Marti Raudsepp | 2012-09-03 | 1 | -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 Josefsson | 2012-01-16 | 1 | -1/+1 |
| | |||||
* | more silent tests. | Nikos Mavrogiannopoulos | 2011-09-23 | 1 | -1/+1 |
| | |||||
* | Memory leak fixes in ECC ciphersuites and the trust_list. | Nikos Mavrogiannopoulos | 2011-09-09 | 1 | -0/+2 |
| | |||||
* | Added gnutls_x509_trust_list_add_named_crt() and | Nikos Mavrogiannopoulos | 2011-06-04 | 1 | -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. |