aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-08-10Implemented the chain model for X.509 validation.Werner Koch1-3/+6
2007-07-17Typo fixes.Werner Koch1-0/+4
Made --default-key work for gpgsm Add --default-key and --encrypt-to to gpgconf.
2007-07-05Post release updatesWerner Koch1-0/+4
2007-07-05Prearing a releaseWerner Koch1-1/+1
2007-07-05Fixed card key generation of gpg2.Werner Koch1-0/+3
Reveal less information about timings while generating a key.
2007-07-04Changed to GPLv3.Werner Koch1-2/+5
Removed intl/.
2007-06-21Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵Werner Koch1-0/+3
Windows.
2007-06-14A whole bunch of changes to allow building for Windows.Werner Koch1-0/+2
See the ChangeLogs for details.
2007-05-29Print passphrase encoding info only in PEM mode.Werner Koch1-0/+2
2007-05-15Use estream_asprintf instead of the GNU asprintf.Werner Koch1-0/+4
2007-05-09Preparing 2.0.4gnupg-2.0.4Werner Koch1-3/+3
2007-04-20Improved logging for error orginating from libgcrypt.Werner Koch1-0/+2
2007-03-20Allow setting of the passphrase encoding of pkcs#12 files.Werner Koch1-1/+1
New option --p12-charset.
2007-03-19 * PKCS#12 import now tries several encodings in case the passphraseWerner Koch1-0/+3
was not utf-8 encoded.
2007-03-19Changes to let the key listing use estream to help systems withoutWerner Koch1-1/+4
funopen.
2007-03-08Post release version number bumpWerner Koch1-0/+4
2007-03-08Preparing the 2.0.3 releaseWerner Koch1-2/+2
2007-03-07The Cherry XX44 keyboard's PINpad does now work.Werner Koch1-2/+6
DINSIG and NKS card applications are now also PIN pad aware.
2007-03-06Support for a global gpgconf configuration file.Werner Koch1-0/+3
2007-03-05Ported multiple-messages protection.Werner Koch1-0/+7
2007-02-26Add new SVN only file README.maintWerner Koch1-1/+7
doc/ * gpg.texi (GPG Configuration): Document envvar LANGUAGE. (GPG Configuration Options): Document show-primary-uid-only. g10/ * gpg.c (main): Add verify option show-primary-uid-only. * options.h (VERIFY_SHOW_PRIMARY_UID_ONLY): New. * mainproc.c (check_sig_and_print): Implement it. * encr-data.c (decrypt_data): Correctly test for unknown algorithm. * import.c (check_prefs): Ditto. * keyedit.c (show_prefs): Ditto. * mainproc.c (proc_symkey_enc): Ditto.
2007-02-18doc/Werner Koch1-1/+1
* gpg.texi (GPG Esoteric Options): No card reader options for gpg2. scd/ * scdaemon.c (DEFAULT_PCSC_DRIVER): Add a default for OS X.
2007-01-31Included LIBICONV in all Makefiles.Werner Koch1-5/+5
g10/ * passphrase.c (passphrase_get): Set the cancel flag on all error from the agent. Fixes a bug reported by Tom Duerbusch. sm/ * gpgsm.c (main): Let --gen-key print a more informative error message.
2007-01-30Added LIBINTL to more Makefile targets.Werner Koch1-0/+2
doc/ * com-certs.pem: Added the current root certifcates of D-Trust and S-Trust. g10/ * status.c (write_status_begin_signing): New. * sign.c (sign_file, sign_symencrypt_file): Call it. * textfilter.c (copy_clearsig_text): Call it. * call-agent.c (agent_scd_pksign): Pass --hash-rmd160 to SCD if required. * gpg.c (main): Let --no-use-agent and --gpg-agent-info print a warning. * misc.c (obsolete_option): New.
2007-01-25agent/Werner Koch1-0/+5
* protect-tool.c (get_passphrase): New arg OPT_CHECK. (get_new_passphrase): Enable OTP_CHECK on the first call. * command.c (cmd_get_passphrase): Implement option --check. * gpg-agent.c (MIN_PASSPHRASE_LEN): New (parse_rereadable_options): New option --min-passphrase-len. * genkey.c (check_passphrase_constraints): New. (agent_genkey, agent_protect_and_store): Call new function. Fix memory leak. * call-pinentry.c (agent_askpin): Allow translation of the displayed error message. (agent_popup_message_start): Remove arg CANCEL_BTN. (popup_message_thread): Use --one-button option. * command.c (cmd_passwd): Now that we don't distinguish between assuan and regular error codes we can jump to the end on error. common/ * simple-pwquery.c (simple_pwquery): New arg OPT_CHECK.
2006-12-06Fixes for CVE-2006-6235Werner Koch1-1/+12
2006-11-28Preparing 2.0.1Werner Koch1-4/+6
2006-11-23Preparing 2.0.1rc1Werner Koch1-1/+3
2006-11-20Made some PIN pads work.Werner Koch1-0/+5
Some cleanups for 64 bit CPUs.
2006-11-11Post release updateWerner Koch1-0/+4
2006-11-11.Werner Koch1-1/+1
2006-11-06post release updatesWerner Koch1-0/+6
2006-11-06Preparing another releasegnupg-1.9.95Werner Koch1-1/+3
2006-10-24Post release updateWerner Koch1-0/+4
2006-10-24Preparing another releasegnupg-1.9.94Werner Koch1-1/+1
2006-10-23.Werner Koch1-0/+5
2006-10-20Allow to select X.509 certificates using the keygrip.Werner Koch1-0/+3
2006-10-19FixesWerner Koch1-0/+4
2006-10-18Preparing a releasegnupg-1.9.93Werner Koch1-1/+8
2006-10-17Pth tweaks and improved estream.cWerner Koch1-0/+5
2006-10-11Allow pkcs#10 creation directkly from a smart cardWerner Koch1-0/+4
2006-10-11Preparing a releasegnupg-1.9.92Werner Koch1-1/+3
2006-10-05bug fixesWerner Koch1-0/+4
2006-10-04Preparing a new releaseWerner Koch1-1/+6
2006-09-26Finished implementation of the "relax" flag.Werner Koch1-0/+3
2006-09-25New "relax" option for trustlist.txtWerner Koch1-0/+4
2006-09-25Preparing a new releasegnupg-1.9.90Werner Koch1-1/+3
2006-09-22Added iconv support and doc cleanups.Werner Koch1-1/+4
2006-09-18Post release updatesWerner Koch1-0/+5
2006-09-18Ready for another releasegnupg-1.9.23Werner Koch1-2/+3