summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix version symbol namespace.Simon Josefsson2009-05-262-6/+6
|
* Doc fixes.Simon Josefsson2009-05-269-14/+14
| | | | Suggested by Peter Hendrickson <pdh@wiredyne.com>.
* 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>.
* Reorder gcry quick random to make it effective.Simon Josefsson2009-05-201-3/+3
| | | | | Reported by Andreas Metzler <ametzler@downhill.at.eu.org> in <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3570>.
* Don't build with warnings all the time. Use a WERROR_CFLAGS.Simon Josefsson2009-05-181-1/+1
|
* Fix warnings.Simon Josefsson2009-05-132-4/+4
|
* Fix MinGW build failures.Simon Josefsson2009-05-111-1/+5
|
* Verisign CA v1 cert has expired! Change expected results.Simon Josefsson2009-05-101-1/+7
| | | | Also test expiration code more.
* Fix warnings.Simon Josefsson2009-05-0710-10/+10
|
* Use memset instead of deprecated bzero.Simon Josefsson2009-05-0710-10/+10
|
* Need to link directly to libgcrypt here.Simon Josefsson2009-05-061-1/+1
|
* Fix syntax-check warnings.Simon Josefsson2009-05-033-7/+7
|
* Fix self test fails because of expired certs using datefudge.Simon Josefsson2009-05-031-5/+12
|
* Print cert details. Fix verifying expired cert.Simon Josefsson2009-05-011-1/+12
|
* Avoid time checks.Simon Josefsson2009-05-011-3/+5
|
* Add self-tests for security problems.Simon Josefsson2009-04-303-2/+195
|
* Replace PDF with official ZIP file. The PDFs have the same SHA-1.Simon Josefsson2009-04-272-0/+0
| | | | | | | The file was downloaded from: http://csrc.nist.gov/groups/ST/crypto_apps_infra/documents/PKI%20Testing%20Page.htm Using the direct link: http://csrc.nist.gov/groups/ST/crypto_apps_infra/documents/certpath1.07.zip
* Also test DSA keys.Simon Josefsson2009-04-231-31/+84
|
* Suppress more for modern libgcrypt.Simon Josefsson2009-04-211-1/+67
|
* Cleanup code.Simon Josefsson2009-04-211-52/+34
|
* Added self test for gnutls_x509_crt_verify_hash() and ↵Nikos Mavrogiannopoulos2009-04-182-1/+156
| | | | | | gnutls_x509_crt_get_verify_algorithm(). Added some notes in gnutls_x509_privkey_sign_hash().
* Added more verbose information.Nikos Mavrogiannopoulos2009-02-221-0/+10
|
* Revert "Added more verbose debugging info"Nikos Mavrogiannopoulos2009-02-221-10/+0
| | | | This reverts commit c2d3596cddbb54ac4f19c44b15a03ee1fcceab12.
* Added more verbose debugging infoNikos Mavrogiannopoulos2009-02-221-0/+10
|
* Fix expected test vectors.Simon Josefsson2009-02-112-2/+2
|
* 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
|
* Fix warnings.Simon Josefsson2009-01-071-2/+1
|
* Fix self-test with new certtool --verify-chain output.Simon Josefsson2009-01-071-1/+1
|
* Fix expect strings to compensate for new certtool -e output.Simon Josefsson2009-01-061-4/+4
|
* Test chain with EE cert signed using RSA-MD5.Simon Josefsson2009-01-061-1/+52
|
* Fix.Simon Josefsson2008-12-121-0/+1
|
* Make it compile. Speed up key generation.Simon Josefsson2008-12-121-4/+4
|
* Indent.Simon Josefsson2008-12-121-106/+134
|
* Add crq_key_id self-test from David Marín Carreño.Simon Josefsson2008-12-122-1/+146
|
* Check ca=false with flags too.Simon Josefsson2008-12-101-0/+3
|
* Fix comments.Simon Josefsson2008-12-101-2/+3
|
* Align with Nikos' patch.Simon Josefsson2008-12-101-1/+1
|
* 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 note.Simon Josefsson2008-12-101-0/+4
|
* Add self-test of chain verification logic.Simon Josefsson2008-12-102-1/+421
|
* Ignore more.Simon Josefsson2008-12-091-0/+18
|
* Incorporated patch (with modifications) from Joe Orton that alsoNikos Mavrogiannopoulos2008-11-291-4/+55
| | | | checks the rehandshake capabilities.
* Fix minitasn1 -I's.Simon Josefsson2008-11-251-3/+1
|