summaryrefslogtreecommitdiff
path: root/tests/crq_apis.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed support for libidn1Nikos Mavrogiannopoulos2017-05-011-2/+2
| | | | | | | | | | Currently we support both IDNA2003 and IDNA2008. However, IDNA2003 is already obsolete by registrars and NICs, thus there is no reason to continue supporting it. We switch to IDNA2008 exclusively using libidn2. Resolves #194 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* tests: enable all IDNA tests when compiled with libidn2Nikos Mavrogiannopoulos2017-02-041-2/+7
| | | | | | Keep IDNA2003-only tests on the ifdef HAVE_LIBIDN. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* tests: make conditional (to HAVE_LIBIDN) any IDN related checksNikos Mavrogiannopoulos2016-12-081-0/+2
| | | | | This allows the test suite to successfully complete even when compiled without libidn.
* tests: updated crq_apis to include setting UTF-8 SANNikos Mavrogiannopoulos2016-11-251-17/+62
|
* tests: modified to account for backwards-encoded DN (according to RFC4514)Nikos Mavrogiannopoulos2016-10-311-3/+4
|
* tests: added basic testing of gnutls_x509_crq_set_extension_by_oid()Nikos Mavrogiannopoulos2016-07-131-0/+43
|
* tests: added check on gnutls_x509_crt_set_crq_extension_by_oid()Nikos Mavrogiannopoulos2016-06-141-28/+137
|
* tests: extended crq API checksNikos Mavrogiannopoulos2014-09-041-0/+39
|
* reindented codeNikos Mavrogiannopoulos2013-11-081-176/+178
|
* When running tests disable PKCS #11 support to avoid detecting memory leaks ↵Nikos Mavrogiannopoulos2013-05-011-2/+2
| | | | from PKCS #11 libraries.
* rewritten ASN.1 handling string subsystems to use the new libtasn1 APIs.Nikos Mavrogiannopoulos2012-11-241-5/+5
|
* Cleanup copyright headers.Simon Josefsson2012-01-251-1/+1
|
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
|
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ↵Nikos Mavrogiannopoulos2010-12-161-5/+5
| | | | several editors tabs can be configured not to be 8 spaces and this produces artifacts with the current indentation that is a mixture of tabs and spaces.
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-1/+1
|
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-4/+4
|
* Indent code.Simon Josefsson2010-04-141-4/+6
|
* Reduced several unneeded messages during the make check procedure.Nikos Mavrogiannopoulos2010-03-201-3/+4
| | | | Verbose messages can be obtained with --verbose.
* Update copyright years.Simon Josefsson2010-01-271-1/+1
|
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
|
* Tests compile with --enable-gcc-warnings.Nikos Mavrogiannopoulos2010-01-131-2/+2
|
* Indent code.Simon Josefsson2009-11-051-3/+6
|
* Test more.Simon Josefsson2009-06-031-0/+21
|
* Test more.Simon Josefsson2009-06-031-0/+20
|
* Test more.Simon Josefsson2009-06-031-5/+44
|
* Add.Simon Josefsson2009-06-021-0/+131