aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-06-03gpg: Reject signatures made with MD5.Werner Koch2-2/+3
* g10/gpg.c: Add option --allow-weak-digest-algos. (main): Set option also in PGP2 mode. * g10/options.h (struct opt): Add flags.allow_weak_digest_algos. * g10/sig-check.c (do_check): Reject MD5 signatures. * tests/openpgp/gpg.conf.tmpl: Add allow_weak_digest_algos. -- (cherry picked from commit f90cfe6b66269de0154d810c5cee1fe9a5af475c) Resolved conflicts: g10/gpg.c - adjust. tests/openpgp/defs.inc - no changes
2013-08-19tests: Make sure not to create files outside the build directory.Werner Koch1-1/+1
* tests/openpgp/Makefile.am (./gpg_dearmor): Add option --homedir. -- The dearmor code might create files in the source directory during a test run. Adding "--homedir ." should solve this. GnuPG-bug-id: 1498. Signed-off-by: Werner Koch <[email protected]>
2013-04-22Do not mix test result with progress lines.Werner Koch6-10/+42
This makes parsing of the results easier. Fixes bug#1400. * tests/openpgp/defs.inc (progress_cancel, progress_end) (progress_new): New. * tests/openpgp/conventional-mdc.test: Use progress functions * tests/openpgp/conventional.test: Ditto. * tests/openpgp/encrypt-dsa.test: Ditto. * tests/openpgp/encrypt.test: Ditto. * tests/openpgp/sigs.test: Ditto. -- The new output style is now: > MD5 SHA1 RIPEMD160 SHA256 SHA384 SHA512 SHA224 < PASS: sigs.test or if the test fails: > MD5 SHA1 sigs.test: ooops FAIL: sigs.test (cherry picked from commit f1e1387bee286c7434f0462185048872bcdb4484)
2011-12-02Generate the ChangeLog from commit logs.Werner Koch2-13/+18
* scripts/gitlog-to-changelog: New script. Taken from gnulib. * scripts/git-log-fix: New file. * scripts/git-log-footer: New file. * scripts/git-hooks/commit-msg: New script. * autogen.sh: Install commit-msg hook for git. * doc/HACKING: Describe the ChangeLog policy. * ChangeLog: New file. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. Rename all ChangeLog files to ChangeLog-2011.
2010-06-17Make CAST5 the default s2k algo tomatch the doc and gpg 1.4.Werner Koch1-1/+1
2010-05-12Fix bug#1179Werner Koch2-0/+578
2010-05-12Changed test system again to allow building on an NFS mountWerner Koch4-12/+33
2010-05-11Add fileWerner Koch1-0/+2
2010-05-11Allow to run the test without a running agent.Werner Koch4-12/+38
Add new gpg-agent commands.
2009-12-21make -j build fixgnupg-2.0.14Werner Koch2-1/+12
2009-06-05* defs.inc: Improved all_cipher_algos and all_hash_algos to work whenDavid Shaw2-3/+7
there are more than one line of algorithms. From 1.4.
2009-04-19Fix problem with incompatible gpg.conf files.Werner Koch2-1/+9
2009-01-13Add a sample key.Werner Koch2-0/+4
Detect and show the card type.
2008-09-30Add gpgsm server command GETINFO agent-check.Werner Koch2-2/+6
Fix tests.
2008-03-26Last minute cleanups.gnupg-2.0.9Werner Koch1-7/+7
2008-03-20Fix a bug in the ambigious name detection.Werner Koch4-2/+598
Minor cleanups.
2007-12-14Preparing a release candidate.gnupg-2.0.8rc1Werner Koch2-1/+6
2007-11-27[W32] Changed default socket for dirmngr.Werner Koch2-1/+6
[W32] Add some code for event notifications between scdaemon and gpg-agent.
2007-10-25Ported changes from 1.4.Werner Koch29-131/+286
Add copyright notices.
2007-07-04Changed to GPLv3.Werner Koch2-5/+3
Removed intl/.
2007-05-03* conventional.test, encrypt.test, encrypt-dsa.test,David Shaw5-21/+31
conventional-mdc.test: Fix some broken tests that were only testing 3DES instead of all available ciphers.
2007-03-05Ported multiple-messages protection.Werner Koch2-6/+12
2006-11-20Made some PIN pads work.Werner Koch2-1/+6
Some cleanups for 64 bit CPUs.
2006-10-04Fix for make distcheckgnupg-1.9.91Werner Koch2-1/+5
2006-10-02Fix for bug 537Werner Koch5-2/+983
2006-08-21Migrated more stuff to doc/Werner Koch48-0/+4140
Migrated the gpg regression tests. Some changes tp the gpg code to fix bugs and for the use in testing. make distcheck works now with gpg enabled.