Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * getkey.c (merge_selfsigs_subkey): If there are multiple 0x19 | David Shaw | 2008-04-13 | 2 | -27/+78 | |
| | | | | | backsigs, take the most recent one. | |||||
* | Yet another minor yat2m fix. | Werner Koch | 2008-04-02 | 3 | -7/+8 | |
| | ||||||
* | Fix rendering of @samp. | Werner Koch | 2008-04-02 | 2 | -1/+6 | |
| | ||||||
* | * configure.ac: Require curl 7.10 (Oct 1 2002) or later as we use | David Shaw | 2008-03-31 | 2 | -1/+7 | |
| | | | | | curl_version_info(). | |||||
* | add comment. | Werner Koch | 2008-03-27 | 3 | -289/+531 | |
| | | | | | Minor update of zh_TW. | |||||
* | Post release version number bump. | Werner Koch | 2008-03-26 | 2 | -2/+7 | |
| | ||||||
* | prepare a release.gnupg-1.4.9 | Werner Koch | 2008-03-26 | 4 | -5/+10 | |
| | ||||||
* | Fixed URL. | Werner Koch | 2008-03-25 | 1 | -1/+1 | |
| | ||||||
* | Fix email address | David Shaw | 2008-03-25 | 1 | -1/+1 | |
| | ||||||
* | Powerpc64 fix. | Werner Koch | 2008-03-25 | 34 | -5439/+5220 | |
| | ||||||
* | Change default keyserver. | Werner Koch | 2008-03-25 | 3 | -3/+10 | |
| | ||||||
* | * import.c (collapse_uids): Fix bug 894: possible memory corruption | David Shaw | 2008-03-24 | 2 | -2/+24 | |
| | | | | | around deduplication of user IDs. | |||||
* | Improved AES performance. | Werner Koch | 2008-03-22 | 10 | -243/+393 | |
| | ||||||
* | * parse-packet.c (parse_key): Parse a secret key encrypted with | David Shaw | 2008-03-17 | 2 | -1/+7 | |
| | | | | | Camellia. | |||||
* | * configure.ac: Darwin's /bin/sh has a builtin echo that doesn't | David Shaw | 2008-03-07 | 2 | -4/+10 | |
| | | | | | understand '-n'. Use tr to trim the carriage return instead. | |||||
* | * argparse.c (default_strusage): Update copyright date. | David Shaw | 2008-03-06 | 2 | -3/+7 | |
| | ||||||
* | * configure.ac: Post-release update. | David Shaw | 2008-03-06 | 2 | -2/+6 | |
| | ||||||
* | 2008-02-09 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2008-02-09 | 2 | -44/+73 | |
| | | | | | | | | * gpg.c (main): New variable default_configname. Use it if save_configname is NULL (can happen if default configfile does not exist). Move default configname determination to ... (get_default_configname): ... this new function. | |||||
* | Add card vendor 004. | Werner Koch | 2008-01-26 | 2 | -3/+13 | |
| | ||||||
* | Update | Werner Koch | 2008-01-02 | 2 | -791/+994 | |
| | ||||||
* | Typo fixgnupg-1.4.8 | Werner Koch | 2007-12-20 | 1 | -1/+1 | |
| | ||||||
* | Preparing a release | Werner Koch | 2007-12-20 | 6 | -1715/+2352 | |
| | ||||||
* | * Makefile.am: Fix compile error when libcurl is in a nonstandard | David Shaw | 2007-12-17 | 2 | -1/+8 | |
| | | | | | location. | |||||
* | Fixd a W32 problems with ldaps. | Werner Koch | 2007-12-17 | 5 | -5/+30 | |
| | ||||||
* | 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. |