Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-12-12 | Support DSA2. | Werner Koch | 1 | -5/+5 | |
Support Camellia for testing. More audit stuff. | |||||
2007-12-11 | Allow decryption using type 20 Elgamal keys. | Werner Koch | 1 | -4/+10 | |
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -4/+2 | |
Removed intl/. | |||||
2007-05-03 | * packet.h, mainproc.c (reset_literals_seen): New function to reset | David Shaw | 1 | -2/+8 | |
the literals count. * verify.c (verify_one_file), decrypt.c (decrypt_messages): Call it here so we allow multiple literals in --multifile mode (in different files - not concatenated together). | |||||
2007-03-05 | Ported multiple-messages protection. | Werner Koch | 1 | -9/+36 | |
2007-02-26 | Add new SVN only file README.maint | Werner Koch | 1 | -2/+3 | |
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. | |||||
2006-12-21 | Started to code a --server mode. | Werner Koch | 1 | -16/+99 | |
It is far from being ready! | |||||
2006-12-06 | Fixes for CVE-2006-6235 | Werner Koch | 1 | -16/+1 | |
2006-10-02 | Fix for bug 537 | Werner Koch | 1 | -2/+2 | |
2006-08-29 | See ChangeLogs | Werner Koch | 1 | -6/+3 | |
2006-08-21 | Migrated more stuff to doc/ | Werner Koch | 1 | -2/+5 | |
Migrated the gpg regression tests. Some changes tp the gpg code to fix bugs and for the use in testing. make distcheck works now with gpg enabled. | |||||
2006-06-30 | A couple of fixes. gpg2's key generation does now work. | Werner Koch | 1 | -11/+8 | |
2006-05-23 | g10/ does build again. | Werner Koch | 1 | -0/+1 | |
2006-04-28 | Merged recent changes from 1.4 | Werner Koch | 1 | -3/+3 | |
2006-04-21 | Still merging 1.4.3 code back | Werner Koch | 1 | -2/+2 | |
2006-04-19 | Continued with merging. | Werner Koch | 1 | -4/+4 | |
Still does not build. | |||||
2006-04-19 | Merged with gpg 1.4.3 code. | Werner Koch | 1 | -494/+807 | |
The gpg part does not yet build. | |||||
2006-04-08 | Fixed segv | Werner Koch | 1 | -2/+4 | |
2006-03-22 | * mainproc.c (get_pka_address): Fix bug introduced as part of | David Shaw | 1 | -1/+1 | |
sig_to_notation conversion. Noted by Peter Palfradrer. | |||||
2006-03-09 | Preparing for an RC23 | Werner Koch | 1 | -2/+2 | |
2006-03-09 | * mainproc.c (get_pka_address), keylist.c (show_notation): Remove | David Shaw | 1 | -35/+20 | |
duplicate code by using notation functions. | |||||
2006-03-08 | * options.h, mainproc.c (check_sig_and_print), gpg.c (main): | David Shaw | 1 | -1/+1 | |
pka-lookups, not pka-lookup. * options.h, gpg.c (main), keyedit.c [cmds], sig-check.c (signature_check2): Rename "backsign" to "cross-certify" as a more accurate name. | |||||
2006-03-07 | * options.h, gpg.c (main, parse_trust_model), pkclist.c | David Shaw | 1 | -2/+3 | |
(check_signatures_trust), mainproc.c (check_sig_and_print, pka_uri_from_sig), trustdb.c (init_trustdb): Some tweaks to PKA so that it is a verify-option now. | |||||
2006-03-07 | More tests added; make distcheck works | Werner Koch | 1 | -3/+12 | |
2006-03-06 | * mainproc.c (proc_compressed): "Uncompressed" is not a valid compression | David Shaw | 1 | -1/+3 | |
algorithm. | |||||
2006-03-06 | Stricter test of allowed signature packet compositions. | Werner Koch | 1 | -98/+111 | |
There is still one problem to solve. | |||||
2006-03-06 | Fixed problem with PGP2 style signatures and mutilple plaintext data | Werner Koch | 1 | -33/+57 | |
2006-03-05 | Replaced an assert and fixed batch mode issue in cardglue. | Werner Koch | 1 | -1/+6 | |
2006-02-22 | * options.h, gpg.c (main), mainproc.c (check_sig_and_print), keyserver.c | David Shaw | 1 | -4/+3 | |
(keyserver_opts): Rename auto-pka-retrieve to honor-pka-record to be consistent with honor-keyserver-url. | |||||
2006-02-14 | Fixed a wrong return code with gpg --verify | Werner Koch | 1 | -23/+39 | |
2006-01-01 | * mainproc.c (check_sig_and_print), keyserver.c | David Shaw | 1 | -1/+1 | |
(keyserver_import_pka), card-util.c (fetch_url): Always require a scheme:// for keyserver URLs except when used as part of the --keyserver command for backwards compatibility. | |||||
2005-12-20 | Finished PKA feature | Werner Koch | 1 | -1/+1 | |
2005-12-08 | Made strings translatable. Minor fixes. | Werner Koch | 1 | -1/+1 | |
2005-09-20 | * mainproc.c (proc_symkey_enc): Take care of a canceled passphrase | Werner Koch | 1 | -1/+16 | |
prompt. | |||||
2005-08-05 | auto retrieve keys from PKA. Thsi allows to specify an email address | Werner Koch | 1 | -2/+5 | |
so that gpg can get the key from DNS. This helps with opportunistic encryption. No integration with the trust modell yet. | |||||
2005-07-28 | Implemented PKA trust model | Werner Koch | 1 | -3/+112 | |
2005-07-27 | Converted all m_free to xfree etc. | Werner Koch | 1 | -32/+32 | |
2005-05-31 | Updated FSF street address and preparations for a release candidate. | Werner Koch | 1 | -1/+2 | |
2005-04-22 | * mainproc.c (symkey_decrypt_seskey): There is no need to have an | David Shaw | 1 | -33/+33 | |
extra check for a bad passphrase and/or unknown cipher algorithm here. We'll fail quite happily later, and usually with a better error message to boot. | |||||
2005-04-01 | * mainproc.c (proc_plaintext): Properly handle SIG+LITERAL (old-style PGP) | David Shaw | 1 | -19/+35 | |
signatures that use hashes other than SHA-1, RIPEMD160, or MD5. | |||||
2005-02-10 | Disable the "quick check" bytes for PK decryptions. This is in | David Shaw | 1 | -2/+4 | |
regards to the Mister and Zuccherato attack on OpenPGP CFB mode. | |||||
2005-02-03 | Updated to match the switch to the NSIS installer. | Werner Koch | 1 | -1/+1 | |
2004-10-21 | * options.h, g10.c (main), mainproc.c (check_sig_and_print): Rename | David Shaw | 1 | -2/+2 | |
verify-option show-validity to show-uid-validity to match the similar list-option. * app-openpgp.c (verify_chv3): Fix typo. | |||||
2004-10-11 | * pkclist.c (do_edit_ownertrust): Use the same translated string for | David Shaw | 1 | -6/+3 | |
showing the user ID as mainproc.c:print_pkenc_list. * mainproc.c (print_pkenc_list): Allow translating the quotes around the user ID. * card-util.c, g10.c, photoid.c, trustdb.c: The last of the \"%s\" -> `%s' quoting for things that aren't user IDs. * keyserver.c (keyserver_spawn): If there is no keyserver host, print the whole URI since it is self-contained. | |||||
2004-10-07 | * pkclist.c (build_pk_list): Keystrify. | David Shaw | 1 | -22/+41 | |
* mainproc.c (check_sig_and_print), pkclist.c (do_edit_ownertrust): Improve translatability of user ID prompts. | |||||
2004-10-06 | * keyedit.c, keylist.c, keyserver.c, mainproc.c: The | David Shaw | 1 | -2/+10 | |
revoked/expired/expires string change of 2004-09-29 was too simple. Use two styles for each tag. | |||||
2004-09-29 | * keyedit.c, keylist.c, keyserver.c, mainproc.c: Reduce the many | David Shaw | 1 | -2/+2 | |
variations of "revoked" ("revoked", "[revoked]", " [revoked]", "[revoked] ") "and" expired down to two to simplify translation. | |||||
2004-09-22 | * mainproc.c (check_sig_and_print), keyedit.c (show_prefs, | David Shaw | 1 | -1/+1 | |
menu_set_keyserver_url): Make sure that keyserver URLs with control characters inside are printed properly. In fact, handle them as UTF8. | |||||
2004-07-15 | * keyedit.c (sign_uids): Properly handle remaking a self-sig on revoked or | David Shaw | 1 | -0/+7 | |
expired user IDs. Also, once we've established that a given uid cannot or will not be signed, don't continue to ask about each sig. * mainproc.c (proc_symkey_enc), seckey-cert.c (do_check): Check the S2K hash algorithm before we try to generate a passphrase using it. This prevents hitting BUG() when generating a passphrase using a hash that we don't have. * sign.c (sign_symencrypt_file): Allow using --force-mdc in --sign --symmetric messages. | |||||
2004-05-22 | some late minor fixes.V1-3-6 | Werner Koch | 1 | -4/+4 | |