Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed a regression in gpg_dermor.gnupg-1.4.8rc2 | Werner Koch | 2007-12-14 | 32 | -2776/+2794 |
| | |||||
* | Preparing a release candidate | Werner Koch | 2007-12-14 | 31 | -10241/+10254 |
| | |||||
* | * NEWS: Note SHA-224 typo. | David Shaw | 2007-12-13 | 2 | -1/+8 |
| | |||||
* | Type fixes and @samp{} fix. From gnupg-2. | Werner Koch | 2007-12-12 | 4 | -14/+23 |
| | |||||
* | Updated ZH po file. | Werner Koch | 2007-12-12 | 12 | -1508/+1835 |
| | | | | | | Allow de/encryption using legacy type 20 keys. Updated config.{sub,guess} | ||||
* | * trustdb.c (sanitize_regexp): New. Protect against dangerous regexps | David Shaw | 2007-12-12 | 2 | -11/+94 |
| | | | | | | | (malloc bombs) by force-commenting any characters aside from the ones we explicitly want. (check_regexp): Use it here before passing the regexp to regcomp(). | ||||
* | Allow decryption using type 20 key. | Werner Koch | 2007-12-11 | 2 | -0/+11 |
| | |||||
* | Allow decryption using type 20 Elgamal keys. | Werner Koch | 2007-12-11 | 2 | -3/+15 |
| | |||||
* | Fixed auto generation of the key stub. | Werner Koch | 2007-12-10 | 5 | -4/+65 |
| | | | | | | Fixed bug 851. Allow decryption using type 20 Elgamal keys. | ||||
* | Comment typ fixes. | Werner Koch | 2007-12-03 | 6 | -5/+28 |
| | | | | | Workaround for bad translations of the capability menu. | ||||
* | Add 128-bit variant of Camellia. | David Shaw | 2007-11-29 | 5 | -14/+59 |
| | |||||
* | * sig-check.c (do_check): Code to try both the incorrect and correct | David Shaw | 2007-11-28 | 4 | -16/+49 |
| | | | | | | | | | SHA-224 DER prefixes when verifying a signature. See the change itself for more discussion. * main.h, seskey.c (do_encode_md): Rename to pkcs1_encode_md and make non-static. | ||||
* | * sha256.c (sha224_get_info): 4880 has an error in the SHA-224 OID and | David Shaw | 2007-11-28 | 2 | -2/+7 |
| | | | | | we inherited it. Fixing. | ||||
* | * defs.inc: Use new --list-config method to get cipher and digest | David Shaw | 2007-11-28 | 3 | -3/+7 |
| | | | | | names. | ||||
* | * gpg.c (print_algo_names): New. (list_config): Use it here for the | David Shaw | 2007-11-28 | 2 | -1/+41 |
| | | | | | | "ciphername" and "digestname" config items so we can get a script-parseable list of the names. | ||||
* | Grammar fix | Werner Koch | 2007-11-19 | 30 | -85/+61 |
| | |||||
* | * NEWS: Say a bit more about RFC-4880. Note some defaults changing. | David Shaw | 2007-11-18 | 2 | -2/+16 |
| | |||||
* | Post release update | Werner Koch | 2007-11-16 | 1 | -2/+2 |
| | |||||
* | Preparing a release candidategnupg-1.4.8rc1 | Werner Koch | 2007-11-16 | 5 | -35/+48 |
| | |||||
* | * status.c (do_get_from_fd, do_shm_get): s/bool/getbool/ to | Werner Koch | 2007-11-12 | 4 | -8/+16 |
| | | | | | | | overcome problems with Mac OS 10.5 which seems to include stdbool.h silently. | ||||
* | * parse-packet.c (parse_onepass_sig): Sigclass is hex, so include the | David Shaw | 2007-10-27 | 2 | -1/+4 |
| | | | | | 0x. | ||||
* | * keyserver.c (keyserver_spawn): Cosmetic, but looks cleaner. | David Shaw | 2007-10-27 | 2 | -1/+5 |
| | |||||
* | * README: Update notes about OSX Leopard. | David Shaw | 2007-10-27 | 2 | -5/+12 |
| | |||||
* | * gpg.texi: Update from gnupg-2. | David Shaw | 2007-10-27 | 2 | -18/+26 |
| | |||||
* | Switched to GPLv3. | Werner Koch | 2007-10-23 | 437 | -48171/+50406 |
| | | | | | Updated gettext. | ||||
* | * gpg.c (main): Add --require-cross-certification to | David Shaw | 2007-10-23 | 2 | -2/+6 |
| | | | | | --openpgp/--rfc4880 mode. | ||||
* | * gpg.c (main): Disable --rfc2440-text and --force-v3-sigs by default. | David Shaw | 2007-10-23 | 2 | -9/+16 |
| | | | | | | | Enable --require-cross-certification by default. --openpgp (--rfc4880) is the same as --rfc2440 except with "--enable-dsa2 --no-rfc2440-text --escape-from-lines". | ||||
* | * misc.c (compliance_option_string, compliance_failure): Minor | David Shaw | 2007-10-21 | 3 | -31/+52 |
| | | | | | | | cleanup. * armor.c (is_armor_header): Comment about 4880. | ||||
* | * options.h, gpg.c (main), misc.c (compliance_option_string): Add | David Shaw | 2007-10-17 | 5 | -9/+47 |
| | | | | | | | | | --rfc4880, and make --openpgp an alias to it. --rfc2440 now stands alone. For now, use the old 2440 defaults for 4880. * keyedit.c (keyedit_menu): Use compliance_option_string() instead of printing the compliance modes here. | ||||
* | * configure.ac: Change various help messages to use AC_HELP_STRING. | David Shaw | 2007-10-17 | 2 | -14/+26 |
| | |||||
* | * import.c (collapse_uids): Significant speedup for de-duping user | David Shaw | 2007-09-02 | 2 | -67/+84 |
| | | | | | IDs. | ||||
* | Improved detection of ketrings specified several times. | Werner Koch | 2007-08-24 | 8 | -26/+109 |
| | |||||
* | * ldap.m4: Revert the mozldap change: mozldap has some significant | David Shaw | 2007-08-02 | 2 | -48/+32 |
| | | | | | | | | differences around TLS compared to OpenLDAP, and will segfault (!) if the NSS library is not initialized first. Nothing impossible to do, but I think I'll wait until someone actually asks us for mozldap support. | ||||
* | * gpgkeys_ldap.c (main): Fix bug in setting up whether to verify peer | David Shaw | 2007-07-29 | 2 | -1/+7 |
| | | | | | | SSL cert. This used to work with older OpenLDAP, but is now more strictly handled. | ||||
* | * gpgkeys_ldap.c: Fix build warning with mozldap. | David Shaw | 2007-07-27 | 2 | -0/+7 |
| | |||||
* | * gpgkeys_ldap.c (search_key, main): Fix bug where searching for foo | David Shaw | 2007-07-27 | 2 | -5/+19 |
| | | | | | | bar (no quotes) on the command line resulted in searching for "foo\2Abar" due to LDAP quoting. The proper search is "foo*bar". | ||||
* | * ldap.m4: If we don't find ldap or winldap, try for mozldap. | David Shaw | 2007-07-27 | 2 | -24/+52 |
| | |||||
* | * gpg.c (main): Fix typo. Noted by John Clizbe. | David Shaw | 2007-07-19 | 2 | -1/+3 |
| | |||||
* | * armor.c (parse_header_line): Improve test so that the header test | David Shaw | 2007-07-19 | 2 | -16/+25 |
| | | | | | only allows "Hash" in the signed data section. | ||||
* | * configure.ac: It seems that AM_GNU_GETTEXT doesn't like being run | David Shaw | 2007-07-18 | 2 | -4/+10 |
| | | | | | | conditionally and it confuses the includes when doing later type checks. This is bug#810. | ||||
* | * 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. | ||||
* | * armor.c (is_armor_tag): New. Detect if an armor header matches | David Shaw | 2007-07-18 | 2 | -2/+34 |
| | | | | | | | 2440bis-21. (parse_header_line): Call it here, as bis-21 requires warning the user (but continuing to process the message) when seeing an unknown header. | ||||
* | Add an extra warning for Camellia. | Werner Koch | 2007-07-09 | 36 | -3925/+3968 |
| | | | | | | Minor W32 fix Address change. | ||||
* | * configure.ac: AM_PROG_CC_C_O is desired by automake 1.10 to do | David Shaw | 2007-07-08 | 2 | -0/+7 |
| | | | | | | per-target builds (like we do in the keyserver dir), but exists in the currently-used 1.9.3 as well. | ||||
* | * encode.c (encode_crypt): Missed one call to setup_plaintext_name(). | David Shaw | 2007-07-06 | 2 | -16/+7 |
| | | | | | This is bug#809. | ||||
* | * mk-w32-dist: Remove underline markup from man pages. Reported | Werner Koch | 2007-06-22 | 2 | -3/+13 |
| | | | | | by Dirk Traulsen. | ||||
* | Add Camellia. Do not enable this if you are not doing interop | David Shaw | 2007-06-13 | 11 | -9/+1763 |
| | | | | | | | testing. It is not (yet) legal OpenPGP, is not interop tested yet (obviously), and it's a great way to lose your data. Just don't do it. | ||||
* | * sign.c (mk_notation_policy_etc): expect all sigs that this is called | David Shaw | 2007-06-12 | 2 | -43/+24 |
| | | | | | | | | for are >=v4. (write_signature_packets, make_keysig_packet): Only call it for >=v4 sigs. This allows --force-v3-sigs and --force-v4-certs to enable or disable notations, policies, and keyserver URLs. This is bug#800. | ||||
* | * 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. |