Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix spelling: "occured" should be "occurred" | Daniel Kahn Gillmor | 2016-08-04 | 1 | -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 Koch | 2015-12-19 | 1 | -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 Koch | 2013-12-05 | 1 | -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 mode | Werner Koch | 2012-11-08 | 3 | -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 Koch | 2011-12-02 | 1 | -7/+12 |
| | | | | * ChangeLog: New file. | ||||
* | * armor.test: Tweak the bug 1179 test to only run if Twofish is | David Shaw | 2010-10-20 | 2 | -11/+20 |
| | | | | | included in the program. The sample message requires Twofish. | ||||
* | "make distcheck" fix | Werner Koch | 2010-09-23 | 1 | -2/+2 |
| | |||||
* | Fix bug 1179 | Werner Koch | 2010-05-12 | 2 | -0/+577 |
| | |||||
* | Preparing for a release candidate | Werner Koch | 2009-08-13 | 2 | -0/+12 |
| | |||||
* | Fixed a regression in gpg_dermor.gnupg-1.4.8rc2 | Werner Koch | 2007-12-14 | 2 | -1/+6 |
| | |||||
* | Comment typ fixes. | Werner Koch | 2007-12-03 | 2 | -1/+6 |
| | | | | | Workaround for bad translations of the capability menu. | ||||
* | * defs.inc: Use new --list-config method to get cipher and digest | David Shaw | 2007-11-28 | 3 | -3/+7 |
| | | | | | names. | ||||
* | Switched to GPLv3. | Werner Koch | 2007-10-23 | 2 | -5/+3 |
| | | | | | Updated gettext. | ||||
* | * defs.inc (all_hash_algos): See "all_cipher_algos", below. | David Shaw | 2007-07-18 | 3 | -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 we | David Shaw | 2007-05-14 | 6 | -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 Shaw | 2007-05-02 | 5 | -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.7 | Werner Koch | 2007-03-05 | 2 | -6/+12 |
| | |||||
* | Removed the use of g10defs.h. | Werner Koch | 2006-12-11 | 2 | -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 Shaw | 2006-04-20 | 3 | -0/+23 |
| | |||||
* | . | Werner Koch | 2006-04-11 | 1 | -0/+0 |
| | |||||
* | Add new regression test | Werner Koch | 2006-04-11 | 3 | -1/+186 |
| | |||||
* | Preparing for an RC23 | Werner Koch | 2006-03-09 | 2 | -6/+8 |
| | |||||
* | More tests added; make distcheck works | Werner Koch | 2006-03-07 | 1 | -2/+127 |
| | |||||
* | Stricter test of allowed signature packet compositions. | Werner Koch | 2006-03-06 | 4 | -23/+181 |
| | | | | | There is still one problem to solve. | ||||
* | Fixed a wrong return code with gpg --verify | Werner Koch | 2006-02-14 | 3 | -1/+16 |
| | |||||
* | Removed silly old file | Werner Koch | 2005-07-29 | 1 | -42/+0 |
| | |||||
* | * conventional.test (algos): Uhh ohh, cut+paste error and notRC-1-4-2rc2 | Werner Koch | 2005-06-21 | 2 | -2/+7 |
| | | | | | tested. | ||||
* | * gpg.sgml: Document smartcard related options. | Werner Koch | 2005-06-20 | 2 | -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 Koch | 2005-05-31 | 1 | -1/+1 |
| | |||||
* | * clearsig.test, sigs.test: Properly detect RSA being missing, and use the | David Shaw | 2004-02-09 | 3 | -4/+9 |
| | | | | | proper key for doing an RSA test. | ||||
* | * clearsig.test, conventional-mdc.test, conventional.test, defs.inc, | David Shaw | 2003-12-31 | 15 | -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 are | David Shaw | 2003-12-05 | 8 | -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 Shaw | 2003-12-04 | 2 | -1/+4 |
| | |||||
* | (TESTS): Temporary remove tests using ElG signatures.V1-3-4 | Werner Koch | 2003-11-27 | 2 | -7/+21 |
| | |||||
* | Missed one. | David Shaw | 2003-09-04 | 1 | -3/+2 |
| | |||||
* | * mds.test, sigs.test: Remove TIGER/192 and make SHA-256 optional (since | David Shaw | 2003-09-04 | 3 | -10/+11 |
| | | | | | it might not be compiled in). | ||||
* | * Makefile.am: Add --no-permission-warning to avoid spurious warning when | David Shaw | 2003-07-10 | 2 | -2/+6 |
| | | | | | importing demo keys. | ||||
* | About to release 1.3.2V1-3-2 | Werner Koch | 2003-05-27 | 2 | -2/+6 |
| | |||||
* | * defs.inc (pgmname): Make sure there is a valid options file. (From wk on | David Shaw | 2003-05-26 | 3 | -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 longer | David Shaw | 2003-04-23 | 5 | -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.0 | David Shaw | 2002-06-29 | 36 | -348/+1224 |
| | |||||
* | Some configuration changes | Werner Koch | 2000-11-14 | 3 | -0/+14 |
| | |||||
* | See ChangeLog: Wed Oct 4 13:16:18 CEST 2000 Werner Koch | Werner Koch | 2000-10-04 | 3 | -2/+9 |
| | |||||
* | See ChangeLog: Fri Jul 28 18:19:11 CEST 2000 Werner Koch | Werner Koch | 2000-07-28 | 1 | -0/+2 |
| | |||||
* | See ChangeLog: Mon Jan 31 17:48:10 CET 2000 Werner Koch | Werner Koch | 2000-01-31 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner Koch | Werner Koch | 1999-12-08 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Sat Nov 13 17:44:23 CET 1999 Werner Koch | Werner Koch | 1999-11-13 | 2 | -1/+5 |
| | |||||
* | See ChangeLog: Thu Oct 28 16:17:46 CEST 1999 Werner Koch | Werner Koch | 1999-10-28 | 2 | -7/+13 |
| | |||||
* | See ChangeLog: Tue Oct 26 20:03:44 CEST 1999 Werner KochV1-1-0 | Werner Koch | 1999-10-26 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner Koch | Werner Koch | 1999-10-26 | 1 | -1/+1 |
| |