summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* session ticket supportDaiki Ueno2009-08-191-29/+80
| | | | Signed-off-by: Simon Josefsson <simon@josefsson.org>
* Fix.Simon Josefsson2009-08-131-6/+0
|
* Add another SAN/CN collision test.Simon Josefsson2009-08-131-0/+104
| | | | | Reported by Daniel Stenberg <daniel@haxx.se> in <http://permalink.gmane.org/gmane.network.gnutls.general/1735>.
* Fix logic.Simon Josefsson2009-08-121-2/+2
|
* Test when SAN and CN differs.Simon Josefsson2009-08-121-0/+84
| | | | | Inspired by report by Daniel Stenberg <daniel@haxx.se> in <http://permalink.gmane.org/gmane.network.gnutls.general/1734>.
* Move comment into source.Simon Josefsson2009-08-073-15/+8
|
* Fix invocation of rfc2253-escape-test.Simon Josefsson2009-08-061-2/+4
| | | | | Reported by Brad Hards <bradh@frogmouth.net> in <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3750>.
* Add self-test of RFC 2253 escaping.Simon Josefsson2009-08-052-1/+55
|
* Exit with failure on failure.Simon Josefsson2009-08-041-1/+4
|
* Fix output.Simon Josefsson2009-08-041-1/+1
|
* Add self-test for NUL in X.509 CN/SAN problem.Simon Josefsson2009-08-042-1/+153
|
* Fix expected output, a cert have expired.Simon Josefsson2009-08-031-1/+5
|
* Make it build.Simon Josefsson2009-08-031-13/+5
|
* Typo fix in test output. Patch by Brad Hards <bradh@frogmouth.net>Nikos Mavrogiannopoulos2009-07-161-1/+1
|
* reduced transferred data size.Nikos Mavrogiannopoulos2009-07-151-1/+1
|
* Added casts to reduce warnings (based on report by Brad Hards).Nikos Mavrogiannopoulos2009-07-131-5/+5
|
* Added bug fix that allows gnutls_record_recv/send resuming from previously ↵Nikos Mavrogiannopoulos2009-07-012-1/+301
| | | | | | | | interrupted actions. Patch by from Tim Kosse <tim.kosse@filezilla-project.org>. Added a self test to check those functions in handling interrupted states.
* Add self-test of off-by-one size error.Simon Josefsson2009-06-222-1/+106
|
* Fix build error.Simon Josefsson2009-06-171-0/+1
|
* Fix memory leak.Simon Josefsson2009-06-101-0/+2
|
* Improve test vectors.Simon Josefsson2009-06-101-7/+63
|
* Added new self-test pkcs12_s2k_pem.Simon Josefsson2009-06-102-1/+287
|
* Add self-test to detect extension init/deinit problem.Simon Josefsson2009-06-082-1/+53
|
* Rename _gnutls_dump_mpi to _gnutls_mpi_log. Rewrite to use less stack space.Simon Josefsson2009-06-031-2/+2
|
* 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
|
* Add crq self-test.Simon Josefsson2009-06-011-1/+1
|
* 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().