Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added a copyright year for files changed this year. | Werner Koch | 2002-04-29 | 1 | -1/+1 |
| | |||||
* | Merged in my changes, after disk crash. Fortunately the CVS was not | Werner Koch | 2002-04-08 | 1 | -2/+2 |
| | | | | | | affected - but everything else and it seems that there is no backup of the BTS data is available :-( | ||||
* | --pgp6 flag. This is not nearly as involved as --pgp2. In short, it | David Shaw | 2002-01-29 | 1 | -17/+0 |
| | | | | | | | | turns off force_mdc, turns on no_comment, escape_from, and force_v3_sigs, and sets compression to 1. It also restricts the user to IDEA (if present), 3DES, CAST5, MD5, SHA1, and RIPEMD160. See the comments above algo_available() for lots of discussion on why you would want to do this. | ||||
* | Some compatibility polish for PGP2. Add a fake IDEA preference for v3 | David Shaw | 2002-01-22 | 1 | -3/+18 |
| | | | | | | | | keys (this is in the RFC), so that they can be (sometimes) used along OpenPGP keys. Do not force using IDEA on an OpenPGP key, as this may violate its prefs. Also, revise the help text for the sig class explanation. | ||||
* | * passphrase.c (passphrase_to_dek): Add tryagain_text arg to be | Werner Koch | 2002-01-20 | 1 | -2/+2 |
| | | | | | | | | | | | | | | used with the agent. Changed all callers. (agent_get_passphrase): Likewise and send it to the agent * seckey-cert.c (do_check): New arg tryagain_text. (check_secret_key): Pass the string to do_check. * keygen.c (ask_passphrase): Set the error text is required. * keyedit.c (change_passphrase): Ditto. * passphrase.c (agent_open): Disable opt.use_agent in case of a problem with the agent. (agent_get_passphrase): Ditto. (passphrase_clear_cache): Ditto. | ||||
* | New command --decrypt-files. | Timo Schulz | 2002-01-15 | 1 | -39/+38 |
| | | | | | Some fixes. | ||||
* | Fixed some typos. | Timo Schulz | 2002-01-12 | 1 | -27/+56 |
| | |||||
* | New code for encode_crypt_files. | Timo Schulz | 2002-01-09 | 1 | -9/+28 |
| | |||||
* | fix off-by-one in building attribute subpackets | David Shaw | 2002-01-06 | 1 | -1/+5 |
| | | | | | | | | | | change default compression to 1 add ask-sig-expire and ask-cert-expire (--expert was getting absurdly overloaded) permit v3 subkeys use --expert to protect adding multiple photo ids and adding photos to a v3 key | ||||
* | Use one-pass packets even if it's a v3 key making the signature | David Shaw | 2002-01-04 | 1 | -9/+12 |
| | | | | | | | Warn with pgp2 and non-detached signatures Use the actual filesize rather than partial length packets in symmetric messages (see ChangeLog or NEWS for discussion). | ||||
* | New command (encrypt-files). | Timo Schulz | 2002-01-03 | 1 | -0/+16 |
| | |||||
* | Minor cleanups | Werner Koch | 2001-12-22 | 1 | -14/+17 |
| | |||||
* | Added is_file_compressed | Timo Schulz | 2001-12-22 | 1 | -1/+19 |
| | |||||
* | Add a generic IDEA warning for when the IDEA plugin is not present. This | David Shaw | 2001-12-17 | 1 | -2/+3 |
| | | | | | | | | pops up when the user uses "--cipher-algo idea", when setpref is used to set a "S1" preference, and when a secret key protected with IDEA is used. Tweak the --pgp2 mode to use this generic warning. | ||||
* | * keyserver.c (keyserver_spawn): Assert that we have dropped privs. | Werner Koch | 2001-12-15 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | * pubkey-enc.c (get_session_key): Check that the public key algorithm is indeed usable for en/decryption. This avoid a strange error message from pubkey_decrypt if for some reasons a bad algorithm indentifier is passed. * hkp.c (hkp_export): Do not print possible control characters from a keyserver response. (parse_hkp_index): Made uid an unsigned char* because it is passed to isspace(). (hkp_search): Ditto for the char* vars. * g10.c (main): Print the IDEA warning also for -c and -se. * g10.c (get_temp_dir): Assert that we have dropped privs * encode.c (encode_crypt): Include the first key into the --pgp2 check. | ||||
* | PGP2 patch. --pgp2 sets things up for pgp2 compatibility, and prints a | David Shaw | 2001-12-07 | 1 | -1/+12 |
| | | | | | | warning if the user does something that would make the message not compatible (i.e. encrypt with a non-RSA key, etc.) | ||||
* | MDC feature support and other stuff | Werner Koch | 2001-08-30 | 1 | -0/+5 |
| | |||||
* | Implemented -cs and some fixes to the rfc1991 symmetric only mode | Werner Koch | 2001-08-20 | 1 | -3/+6 |
| | |||||
* | Revamped preference handling | Werner Koch | 2001-08-10 | 1 | -1/+1 |
| | |||||
* | Changed and added copyright notices | Werner Koch | 2001-03-08 | 1 | -1/+1 |
| | |||||
* | Mainly changes to the pipe handling under W32 | Werner Koch | 2000-12-06 | 1 | -4/+9 |
| | |||||
* | See ChangeLog: Wed Sep 6 17:55:47 CEST 2000 Werner Koch | Werner Koch | 2000-09-06 | 1 | -0/+9 |
| | |||||
* | See ChangeLog: Fri May 12 14:01:20 CEST 2000 Werner Koch | Werner Koch | 2000-05-12 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Wed Feb 9 15:33:44 CET 2000 Werner Koch | Werner Koch | 2000-02-09 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Fri Nov 12 20:33:19 CET 1999 Werner Koch | Werner Koch | 1999-11-12 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Tue Sep 28 20:56:34 CEST 1999 Werner Koch | Werner Koch | 1999-09-28 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Wed Aug 4 10:34:46 CEST 1999 Werner KochV0-9-10 | Werner Koch | 1999-08-04 | 1 | -1/+2 |
| | |||||
* | See ChangeLog: Mon Jul 26 09:34:46 CEST 1999 Werner Koch | Werner Koch | 1999-07-26 | 1 | -47/+97 |
| | |||||
* | See ChangeLog: Thu Jul 1 12:47:31 CEST 1999 Werner Koch | Werner Koch | 1999-07-01 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Tue Jun 15 14:23:10 CEST 1999 Werner Koch | Werner Koch | 1999-06-15 | 1 | -0/+14 |
| | |||||
* | See ChangeLog: Mon May 17 21:54:43 CEST 1999 Werner Koch | Werner Koch | 1999-05-17 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Sat May 8 19:28:33 CEST 1999 Werner Koch | Werner Koch | 1999-05-08 | 1 | -189/+0 |
| | |||||
* | See ChangeLog: Mon Apr 26 17:48:15 CEST 1999 Werner Koch | Werner Koch | 1999-04-26 | 1 | -0/+192 |
| | |||||
* | See ChangeLog: Wed Mar 17 13:09:03 CET 1999 Werner Koch | Werner Koch | 1999-03-17 | 1 | -5/+15 |
| | |||||
* | See ChangeLog: Fri Feb 26 17:55:41 CET 1999 Werner Koch | Werner Koch | 1999-02-26 | 1 | -1/+7 |
| | |||||
* | See ChangeLog: Tue Dec 29 14:41:47 CET 1998 Werner Koch | Werner Koch | 1998-12-29 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner Koch | Werner Koch | 1998-12-23 | 1 | -3/+3 |
| | |||||
* | See ChangeLog: Thu Dec 10 20:15:36 CET 1998 Werner Koch | Werner Koch | 1998-12-10 | 1 | -4/+5 |
| | |||||
* | Some bug fixes of the last release | Werner Koch | 1998-11-10 | 1 | -2/+2 |
| | |||||
* | some random changes | Werner Koch | 1998-10-25 | 1 | -2/+4 |
| | |||||
* | last local commit | Werner Koch | 1998-10-16 | 1 | -1/+4 |
| | |||||
* | *** empty log message *** | Werner Koch | 1998-09-28 | 1 | -7/+9 |
| | |||||
* | *** empty log message *** | Werner Koch | 1998-09-11 | 1 | -0/+1 |
| | |||||
* | bug fix releaseV0-3-4 | Werner Koch | 1998-08-11 | 1 | -23/+36 |
| | |||||
* | intermediate check in | Werner Koch | 1998-08-05 | 1 | -5/+30 |
| | |||||
* | intermediate release | Werner Koch | 1998-07-06 | 1 | -8/+12 |
| | |||||
* | textual changes | Werner Koch | 1998-06-29 | 1 | -16/+16 |
| | |||||
* | a whole bunch of internal cleanups | Werner Koch | 1998-06-13 | 1 | -14/+24 |
| | |||||
* | update from tobold | Werner Koch | 1998-06-11 | 1 | -2/+2 |
| | |||||
* | add-key works | Werner Koch | 1998-05-26 | 1 | -12/+12 |
| |