aboutsummaryrefslogtreecommitdiffstats
path: root/checks (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix spelling: "occured" should be "occurred"Daniel Kahn Gillmor2016-08-041-1/+1
| | | | | | | | * checks/armor.test, cipher/des.c, g10/ccid-driver.c, g10/pkclist.c, util/regcomp.c, util/regex_internal.c: correct the spelling of "occured" to "occurred" Signed-off-by: Daniel Kahn Gillmor <[email protected]>
* gpg: Reject signatures made with MD5.Werner Koch2015-12-191-0/+1
| | | | | | | | | | | | | | * 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
* Prepare for newer automakes which default to parallel tests.Werner Koch2013-12-051-0/+29
| | | | | | | | | | * checks/Makefile.am: Add a list of test dependencies. -- We want to keep the tests in a specific order because that helps to compare tests and some tests rely on others anyway. Signed-off-by: Werner Koch <[email protected]>
* tests: Skip secret key import check in SELinux modeWerner Koch2012-11-083-12/+28
| | | | | | | | | | | * configure.ac (ENABLE_SELINUX_HACKS): New am_conditional. * checks/Makefile.am (prepared.stamp): Replace by defs-config.inc. (defs-config.inc): Create and set enable_selinux_hacks variable. * checks/defs.inc: Include defs-config.inc. * checks/armor.test: Do not run the last test in selinux mode. GnuPG-bug-id: 1390
* Rename all ChangeLog files to ChangeLog-2011.Werner Koch2011-12-021-7/+12
| | | | * ChangeLog: New file.
* * armor.test: Tweak the bug 1179 test to only run if Twofish isDavid Shaw2010-10-202-11/+20
| | | | | included in the program. The sample message requires Twofish.
* "make distcheck" fixWerner Koch2010-09-231-2/+2
|
* Fix bug 1179Werner Koch2010-05-122-0/+577
|
* Preparing for a release candidateWerner Koch2009-08-132-0/+12
|
* Fixed a regression in gpg_dermor.gnupg-1.4.8rc2Werner Koch2007-12-142-1/+6
|
* Comment typ fixes.Werner Koch2007-12-032-1/+6
| | | | | Workaround for bad translations of the capability menu.
* * defs.inc: Use new --list-config method to get cipher and digestDavid Shaw2007-11-283-3/+7
| | | | | names.
* Switched to GPLv3.Werner Koch2007-10-232-5/+3
| | | | | Updated gettext.
* * defs.inc (all_hash_algos): See "all_cipher_algos", below.David Shaw2007-07-183-34/+30
| | | | | | * sigs.test: Use it here, and also test with >=160 bit hashes for DSA2.
* * defs.inc (all_cipher_algos): New function to return all ciphers weDavid Shaw2007-05-146-102/+27
| | | | | | | | | | support. This is safer than the previous setup which could hide that some ciphers weren't being tested. Plus, this automatically tests any new ciphers we may add. * conventional.test, encrypt-test, encrypt-dsa.test, conventional-mdc.test: Use it here.
* * conventional.test, encrypt.test, encrypt-dsa.test,David Shaw2007-05-025-21/+31
| | | | | | conventional-mdc.test: Fix some broken tests that were only testing 3DES instead of all available ciphers.
* Preparing 1.4.7gnupg-1.4.7Werner Koch2007-03-052-6/+12
|
* Removed the use of g10defs.h.Werner Koch2006-12-112-0/+11
| | | | | | This required some code cleanups and the introduction of a few accessor ducntions in mpi.
* * sigs.test, mds.test: Add tests for SHA-224, SHA-384, and SHA-512.David Shaw2006-04-203-0/+23
|
* .Werner Koch2006-04-111-0/+0
|
* Add new regression testWerner Koch2006-04-113-1/+186
|
* Preparing for an RC23Werner Koch2006-03-092-6/+8
|
* More tests added; make distcheck worksWerner Koch2006-03-071-2/+127
|
* Stricter test of allowed signature packet compositions.Werner Koch2006-03-064-23/+181
| | | | | There is still one problem to solve.
* Fixed a wrong return code with gpg --verifyWerner Koch2006-02-143-1/+16
|
* Removed silly old fileWerner Koch2005-07-291-42/+0
|
* * conventional.test (algos): Uhh ohh, cut+paste error and notRC-1-4-2rc2Werner Koch2005-06-212-2/+7
| | | | | tested.
* * gpg.sgml: Document smartcard related options.Werner Koch2005-06-202-8/+9
| | | | | | * g10.c, options.h: New option --no-interactive-selection. * keyedit.c (keyedit_menu): Use it.
* Updated FSF street address and preparations for a release candidate.Werner Koch2005-05-311-1/+1
|
* * clearsig.test, sigs.test: Properly detect RSA being missing, and use theDavid Shaw2004-02-093-4/+9
| | | | | proper key for doing an RSA test.
* * clearsig.test, conventional-mdc.test, conventional.test, defs.inc,David Shaw2003-12-3115-873/+1041
| | | | | | | | | | encrypt-dsa.test, encrypt.test, genkey1024.test, plain-1.asc, plain-1-pgp.asc, plain-2.asc, plain-3.asc, pubring.asc, secring.asc, sigs.test: Rework tests to work properly with a gpg binary that doesn't have all ciphers and all pk algos. Basically, we test for the ciphers we have, only test signing with non-160-bit hashes with RSA (we test all hashes as hashes). Test all key lengths of AES.
* * Makefile.am: Reenable tests now that the Elgamal signature keys areDavid Shaw2003-12-058-878/+822
| | | | | | | | | gone. * defs.inc, pubring.asc, secring.asc, plain-1.asc, plain-2.asc, plain-3.asc: Remove the old v3 Elgamal keys and replace with RSA+Elgamal and RSA s+e.
* * options: Remove emulate-md-encode-bug.David Shaw2003-12-042-1/+4
|
* (TESTS): Temporary remove tests using ElG signatures.V1-3-4Werner Koch2003-11-272-7/+21
|
* Missed one.David Shaw2003-09-041-3/+2
|
* * mds.test, sigs.test: Remove TIGER/192 and make SHA-256 optional (sinceDavid Shaw2003-09-043-10/+11
| | | | | it might not be compiled in).
* * Makefile.am: Add --no-permission-warning to avoid spurious warning whenDavid Shaw2003-07-102-2/+6
| | | | | importing demo keys.
* About to release 1.3.2V1-3-2Werner Koch2003-05-272-2/+6
|
* * defs.inc (pgmname): Make sure there is a valid options file. (From wk onDavid Shaw2003-05-263-4/+20
| | | | | | | stable branch) * mds.test: Note that missing algorithms are not errors.
* * Makefile.am, options.in: Rename options.in to options since it no longerDavid Shaw2003-04-235-22/+54
| | | | | | | | | needs to be a generated file. * sigs.test: TODO note to add the new SHAs when we start generating them. * mds.test: Test the new SHAs.
* Update head to match stable 1.0David Shaw2002-06-2936-348/+1224
|
* Some configuration changesWerner Koch2000-11-143-0/+14
|
* See ChangeLog: Wed Oct 4 13:16:18 CEST 2000 Werner KochWerner Koch2000-10-043-2/+9
|
* See ChangeLog: Fri Jul 28 18:19:11 CEST 2000 Werner KochWerner Koch2000-07-281-0/+2
|
* See ChangeLog: Mon Jan 31 17:48:10 CET 2000 Werner KochWerner Koch2000-01-311-1/+1
|
* See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner KochWerner Koch1999-12-081-1/+1
|
* See ChangeLog: Sat Nov 13 17:44:23 CET 1999 Werner KochWerner Koch1999-11-132-1/+5
|
* See ChangeLog: Thu Oct 28 16:17:46 CEST 1999 Werner KochWerner Koch1999-10-282-7/+13
|
* See ChangeLog: Tue Oct 26 20:03:44 CEST 1999 Werner KochV1-1-0Werner Koch1999-10-261-1/+1
|
* See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner KochWerner Koch1999-10-261-1/+1
|