summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix minitasn1 -I's.Simon Josefsson2008-11-251-3/+1
* Respect ENABLE_OPENSSL.Simon Josefsson2008-11-181-2/+6
* Use more warnings. Fix many warnings.Simon Josefsson2008-11-1719-447/+103
* Disable openpgp-keyring when not building openpgp.Simon Josefsson2008-11-141-3/+2
* Add -I for libextra too.Simon Josefsson2008-11-141-0/+2
* Fix warning.Simon Josefsson2008-11-141-2/+2
* Move pkcs12_s2k.c test to top-level to avoid -I/etc flag duplication.Simon Josefsson2008-11-143-21/+4
* Test pkcs12_2certs.p12 too.Simon Josefsson2008-11-141-2/+2
* Dist pkcs12_2certs.p12.Simon Josefsson2008-11-141-1/+1
* Use more warnings. Fix warnings.Simon Josefsson2008-11-122-6/+10
* Frob expected verify status code.Simon Josefsson2008-11-121-1/+1
* Also test chain length of 1 since the security patch caused a crash.Simon Josefsson2008-11-111-0/+53
* Add another gcrypt leak.Simon Josefsson2008-11-111-0/+16
* Fix mem leaks.Simon Josefsson2008-11-111-0/+4
* Add cve-2008-4989.c self-test.Simon Josefsson2008-11-112-1/+181
* * Added gnutls_certificate_set_x509_simple_pkcs12_memNikos Mavrogiannopoulos2008-11-053-0/+30
* Drop pointless gc_LDADD.Simon Josefsson2008-11-041-3/+0
* Drop removed -Ilgl.Simon Josefsson2008-11-041-1/+1
* Add -lgnutls-extra for openpgp-keyring.Simon Josefsson2008-10-301-0/+1
* Fixes.Simon Josefsson2008-10-301-2/+2
* Separate headers as well. Clean up -I's.Simon Josefsson2008-10-307-84/+10
* Builds on my system now.Simon Josefsson2008-10-302-3/+3
* Need to build libutils.la before recursing into e.g. pkcs12-decode.Simon Josefsson2008-10-151-1/+1
* More libgcrypt fixes.Simon Josefsson2008-10-081-1/+1
* More test compilation fixes with minitasn1.Ludovic Courtès2008-10-071-0/+6
* Fix compilation of `pkcs12-decode' test when using minitasn1.Ludovic Courtès2008-10-071-0/+5
* Use EXEEXT in self-test scripts.Simon Josefsson2008-09-252-2/+4
* Use EXEEXT in self-test scripts.Simon Josefsson2008-09-2510-15/+25
* Indent.Simon Josefsson2008-09-165-20/+19
* Don't run pgps2kgnu self test when openpgp is disable.Simon Josefsson2008-09-161-1/+5
* Fix warnings.Simon Josefsson2008-09-163-14/+14
* Fix warnings.Simon Josefsson2008-09-161-1/+22
* Fix warning.Simon Josefsson2008-09-161-1/+1
* Self-test regression of gnutls_credentials_set.Simon Josefsson2008-09-152-1/+56
* Need to initialize gnutls to avoid crash.Simon Josefsson2008-09-091-1/+4
* Use #ifdef for checking HAVE_CONFIG_H for consistency.Simon Josefsson2008-09-0317-17/+17
* added pgps2kgnu test for GNU extensions to OpenPGP String-to-Key (S2K) conven...Daniel Kahn Gillmor2008-09-012-1/+109
* Test sign algos.Simon Josefsson2008-09-011-0/+26