summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Indent code.Simon Josefsson2009-11-0525-337/+372
|
* Use INET_NTOP_LIB and INET_PTON_LIB.Simon Josefsson2009-11-031-1/+1
|
* 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>.
* RSA_SHA -> RSA_SHA1Nikos Mavrogiannopoulos2009-11-012-2/+2
|
* Fix expired cert.Simon Josefsson2009-10-201-1/+4
|
* Fix MAC password.Simon Josefsson2009-10-141-3/+3
|
* Use better friendly names.Simon Josefsson2009-10-141-1/+2
|
* Add self test to test PKCS#12 functions.Simon Josefsson2009-10-142-1/+171
|
* Add X509 Issuer Altname functionsBrad Hards2009-09-102-1/+120
| | | | Signed-off-by: Simon Josefsson <simon@josefsson.org>
* Don't use ! to negate exit status.Simon Josefsson2009-09-071-2/+5
| | | | | Reported by "Tom G. Christensen" <tgc@jupiterrise.com> in <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3861>.
* Build when OpenPGP is disabled.Simon Josefsson2009-09-031-2/+12
|
* Likewise.Simon Josefsson2009-08-281-1/+1
|
* Don't use deprecated type.Simon Josefsson2009-08-281-1/+1
|
* Fix deprecated usage of gnutls_datum.Simon Josefsson2009-08-285-6/+6
|
* Fix double-freeDaiki Ueno2009-08-241-1/+2
| | | | Signed-off-by: Simon Josefsson <simon@josefsson.org>
* Add check of OpenPGP cert too.Simon Josefsson2009-08-201-41/+96
|
* Fix memleaks.Daiki Ueno2009-08-203-1/+9
| | | | Signed-off-by: Simon Josefsson <simon@josefsson.org>
* 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>.