summaryrefslogtreecommitdiff
path: root/tests/chainverify.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | verification using a trusted insecurely signed self signed certificate will fail against a chain that has this as intermediate. However this test should have succeeded since the insecure certificate is trusted. This isn't the purpose of this test however. It should have checked whether using the same certificate as trusted and to be verified and the GNUTLS_VERIFY_DO_NOT_ALLOW_SAME flag should return an error.
* 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
| | | | It is not currently completed. It lacks RSA blinding as well as optimizations.
* 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
| | | | 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-1/+1
|
* Indent code.Simon Josefsson2009-11-051-8/+8
|
* Fix time bomb in chainverify self-test.Simon Josefsson2009-11-021-0/+15
| | | | | Reported by Andreas Metzler <ametzler@downhill.at.eu.org> in <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3925>.
* 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
| | | | | Reported by Andreas Metzler <ametzler@downhill.at.eu.org> in <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3580>.
* Fix warnings.Simon Josefsson2009-05-131-1/+1
|
* Verisign CA v1 cert has expired! Change expected results.Simon Josefsson2009-05-101-1/+7
| | | | Also test expiration code more.
* 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
| | | | | Based on tiny patch from "Douglas E. Engert" <deengert@anl.gov> in <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3351/focus=3376>.
* 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