aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* prepare a release.gnupg-1.4.9Werner Koch2008-03-264-5/+10
|
* Fixed URL.Werner Koch2008-03-251-1/+1
|
* Fix email addressDavid Shaw2008-03-251-1/+1
|
* Powerpc64 fix.Werner Koch2008-03-2534-5439/+5220
|
* Change default keyserver.Werner Koch2008-03-253-3/+10
|
* * import.c (collapse_uids): Fix bug 894: possible memory corruptionDavid Shaw2008-03-242-2/+24
| | | | | around deduplication of user IDs.
* Improved AES performance.Werner Koch2008-03-2210-243/+393
|
* * parse-packet.c (parse_key): Parse a secret key encrypted withDavid Shaw2008-03-172-1/+7
| | | | | Camellia.
* * configure.ac: Darwin's /bin/sh has a builtin echo that doesn'tDavid Shaw2008-03-072-4/+10
| | | | | understand '-n'. Use tr to trim the carriage return instead.
* * argparse.c (default_strusage): Update copyright date.David Shaw2008-03-062-3/+7
|
* * configure.ac: Post-release update.David Shaw2008-03-062-2/+6
|
* 2008-02-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-02-092-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 Koch2008-01-262-3/+13
|
* UpdateWerner Koch2008-01-022-791/+994
|
* Typo fixgnupg-1.4.8Werner Koch2007-12-201-1/+1
|
* Preparing a releaseWerner Koch2007-12-206-1715/+2352
|
* * Makefile.am: Fix compile error when libcurl is in a nonstandardDavid Shaw2007-12-172-1/+8
| | | | | location.
* Fixd a W32 problems with ldaps.Werner Koch2007-12-175-5/+30
|
* Fixed a regression in gpg_dermor.gnupg-1.4.8rc2Werner Koch2007-12-1432-2776/+2794
|
* Preparing a release candidateWerner Koch2007-12-1431-10241/+10254
|
* * NEWS: Note SHA-224 typo.David Shaw2007-12-132-1/+8
|
* Type fixes and @samp{} fix. From gnupg-2.Werner Koch2007-12-124-14/+23
|
* Updated ZH po file.Werner Koch2007-12-1212-1508/+1835
| | | | | | Allow de/encryption using legacy type 20 keys. Updated config.{sub,guess}
* * trustdb.c (sanitize_regexp): New. Protect against dangerous regexpsDavid Shaw2007-12-122-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 Koch2007-12-112-0/+11
|
* Allow decryption using type 20 Elgamal keys.Werner Koch2007-12-112-3/+15
|
* Fixed auto generation of the key stub.Werner Koch2007-12-105-4/+65
| | | | | | Fixed bug 851. Allow decryption using type 20 Elgamal keys.
* Comment typ fixes.Werner Koch2007-12-036-5/+28
| | | | | Workaround for bad translations of the capability menu.
* Add 128-bit variant of Camellia.David Shaw2007-11-295-14/+59
|
* * sig-check.c (do_check): Code to try both the incorrect and correctDavid Shaw2007-11-284-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 andDavid Shaw2007-11-282-2/+7
| | | | | we inherited it. Fixing.
* * defs.inc: Use new --list-config method to get cipher and digestDavid Shaw2007-11-283-3/+7
| | | | | names.
* * gpg.c (print_algo_names): New. (list_config): Use it here for theDavid Shaw2007-11-282-1/+41
| | | | | | "ciphername" and "digestname" config items so we can get a script-parseable list of the names.
* Grammar fixWerner Koch2007-11-1930-85/+61
|
* * NEWS: Say a bit more about RFC-4880. Note some defaults changing.David Shaw2007-11-182-2/+16
|
* Post release updateWerner Koch2007-11-161-2/+2
|
* Preparing a release candidategnupg-1.4.8rc1Werner Koch2007-11-165-35/+48
|
* * status.c (do_get_from_fd, do_shm_get): s/bool/getbool/ toWerner Koch2007-11-124-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 theDavid Shaw2007-10-272-1/+4
| | | | | 0x.
* * keyserver.c (keyserver_spawn): Cosmetic, but looks cleaner.David Shaw2007-10-272-1/+5
|
* * README: Update notes about OSX Leopard.David Shaw2007-10-272-5/+12
|
* * gpg.texi: Update from gnupg-2.David Shaw2007-10-272-18/+26
|
* Switched to GPLv3.Werner Koch2007-10-23437-48171/+50406
| | | | | Updated gettext.
* * gpg.c (main): Add --require-cross-certification toDavid Shaw2007-10-232-2/+6
| | | | | --openpgp/--rfc4880 mode.
* * gpg.c (main): Disable --rfc2440-text and --force-v3-sigs by default.David Shaw2007-10-232-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): MinorDavid Shaw2007-10-213-31/+52
| | | | | | | cleanup. * armor.c (is_armor_header): Comment about 4880.
* * options.h, gpg.c (main), misc.c (compliance_option_string): AddDavid Shaw2007-10-175-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 Shaw2007-10-172-14/+26
|
* * import.c (collapse_uids): Significant speedup for de-duping userDavid Shaw2007-09-022-67/+84
| | | | | IDs.
* Improved detection of ketrings specified several times.Werner Koch2007-08-248-26/+109
|