summaryrefslogtreecommitdiff
path: root/tests/chainverify.c
Commit message (Expand)AuthorAgeFilesLines
* Added gnutls_global_set_time_function() to allow overridingNikos Mavrogiannopoulos2011-05-261-2/+2
* Added elliptic curves chain certificate.Nikos Mavrogiannopoulos2011-05-251-0/+39
* disable test in windows.Nikos Mavrogiannopoulos2011-04-081-0/+7
* Time checks were moved to _gnutls_verify_certificate2().Nikos Mavrogiannopoulos2011-02-021-2/+2
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-54/+54
* Indent code.Simon Josefsson2010-12-061-6/+6
* Reverted default behavior for verification and introduced GNUTLS_VERIFY_DO_NO...Nikos Mavrogiannopoulos2010-11-261-6/+13
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-1/+1
* Modified the cacertrsamd5 short-cut. The test was checking whetherNikos Mavrogiannopoulos2010-06-271-7/+7
* Fail on error.Nikos Mavrogiannopoulos2010-06-271-1/+1
* Added support for libnettle backend. This uses gmp for big number operations.Nikos Mavrogiannopoulos2010-06-031-1/+1
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-4/+4
* Indent code.Simon Josefsson2010-04-141-19/+32
* Reduced several unneeded messages during the make check procedure.Nikos Mavrogiannopoulos2010-03-201-25/+23
* 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-1/+1
* Indent code.Simon Josefsson2009-11-051-8/+8
* Fix time bomb in chainverify self-test.Simon Josefsson2009-11-021-0/+15
* Fix expired cert.Simon Josefsson2009-10-201-1/+4
* Fix expected output, a cert have expired.Simon Josefsson2009-08-031-1/+5
* Added casts to reduce warnings (based on report by Brad Hards).Nikos Mavrogiannopoulos2009-07-131-5/+5
* Fix expired certs. Exit early to make it easier to find failing test.Simon Josefsson2009-05-251-3/+16
* Fix warnings.Simon Josefsson2009-05-131-1/+1
* Verisign CA v1 cert has expired! Change expected results.Simon Josefsson2009-05-101-1/+7
* Print cert details. Fix verifying expired cert.Simon Josefsson2009-05-011-1/+12
* Make it possible to trust intermediary certificates.Simon Josefsson2009-02-021-0/+5
* Add another chain from bug reports.Simon Josefsson2009-02-021-0/+117
* Added chain supplied by "Douglas E. Engert" <deengert@anl.gov>.Simon Josefsson2009-01-091-0/+85
* Test chain with EE cert signed using RSA-MD5.Simon Josefsson2009-01-061-1/+52
* Check ca=false with flags too.Simon Josefsson2008-12-101-0/+3
* Add GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT flag when needed.Simon Josefsson2008-12-101-15/+30
* Add hbci chain.Simon Josefsson2008-12-101-0/+70
* Fix comments.Simon Josefsson2008-12-101-2/+1
* Fix order to match comments.Simon Josefsson2008-12-101-1/+1
* Don't fail on expect errors, to allow more information to be collected.Simon Josefsson2008-12-101-5/+9
* Add chain with CA having a basic constraint saying CA=FALSE.Simon Josefsson2008-12-101-0/+44
* Add self-test of chain verification logic.Simon Josefsson2008-12-101-0/+420