summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Indent code.Simon Josefsson2010-04-1434-305/+505
* Disable self-test temporarily until we make it work cross-platform.Simon Josefsson2010-04-141-1/+1
* Update gnulib files, fix syntax-check warnings.Simon Josefsson2010-04-1310-26/+0
* Update gnulib files. Fix syntax-check warnings.Simon Josefsson2010-03-312-8/+8
* Valgrind -q is now set by the valgrind detection script to avoid issue when r...Nikos Mavrogiannopoulos2010-03-301-1/+1
* Reduced several unneeded messages during the make check procedure.Nikos Mavrogiannopoulos2010-03-2037-407/+407
* Modified to account for postalcode.Nikos Mavrogiannopoulos2010-03-201-1/+1
* Skip test if datefudge is not available.Simon Josefsson2010-03-171-1/+1
* made SAFE_RENEGOTIATION flags explicit.Nikos Mavrogiannopoulos2010-03-161-5/+5
* Fail if required programs are not found.Nikos Mavrogiannopoulos2010-03-161-1/+2
* Rewrite tests/openpgp-certs/testselfsigs portably for Solaris. Fix EXTRA_DIST.Simon Josefsson2010-03-152-20/+29
* localhost -> 127.0.0.1 to work in places where localhost does not resolve.Nikos Mavrogiannopoulos2010-03-151-13/+13
* Extension generation in SSL 3.0 (as a reply to SCSV) is not usingNikos Mavrogiannopoulos2010-03-111-0/+4
* Fix objdir != srcdir.Simon Josefsson2010-02-171-3/+3
* Drop bashism. Make it work on Windows.Simon Josefsson2010-02-171-7/+10
* License fix.Simon Josefsson2010-01-276-620/+623
* Update copyright years.Simon Josefsson2010-01-2770-70/+89
* Fix FSF copyright notices.Simon Josefsson2010-01-2772-72/+72
* Added copyright notices!Nikos Mavrogiannopoulos2010-01-263-0/+60
* Added tests for new behaviour of client.Nikos Mavrogiannopoulos2010-01-221-4/+4
* Added safe renegotiation test cases. Added priority string option toNikos Mavrogiannopoulos2010-01-214-1/+136
* Tests compile with --enable-gcc-warnings.Nikos Mavrogiannopoulos2010-01-1310-29/+29
* Specify in detail what to be copied when resuming. It seems thereNikos Mavrogiannopoulos2010-01-132-5/+5
* Removed warnings.Nikos Mavrogiannopoulos2010-01-131-1/+1
* When resuming no extensions were parsed thus the safeNikos Mavrogiannopoulos2010-01-121-2/+19
* When checking self signature also check the signatures of all subkeys.Nikos Mavrogiannopoulos2010-01-126-4/+30
* hash_fast -> hmac_fastNikos Mavrogiannopoulos2010-01-111-8/+8
* Revert "Added plain MD5 hash check and corrected gnutls_hash_fast() usage in ...Nikos Mavrogiannopoulos2009-12-051-16/+0
* This is a follow-up to commit 3d8da5765133c6ced37bf29b5a07f950b8c26cd7, that ...Nikos Mavrogiannopoulos2009-12-022-2/+2
* Added plain MD5 hash check and corrected gnutls_hash_fast() usage in openssl.cNikos Mavrogiannopoulos2009-12-021-0/+16
* Exported gnutls_cipher_get_block_size() and all hash functions added to libgn...Nikos Mavrogiannopoulos2009-12-021-8/+8
* More fixes of grep -q problem.Simon Josefsson2009-11-273-8/+8
* Don't use 'grep -q', to fix portability to OpenSolaris.Simon Josefsson2009-11-231-1/+1
* 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
* 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
* Don't use ! to negate exit status.Simon Josefsson2009-09-071-2/+5
* 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
* Add check of OpenPGP cert too.Simon Josefsson2009-08-201-41/+96
* Fix memleaks.Daiki Ueno2009-08-203-1/+9