Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * keygen.c (keygen_add_revkey): Remove unused code. | David Shaw | 2002-06-15 | 1 | -2/+3 |
| | | | | | | | | | | | | * misc.c (check_permissions): Check directory permissions properly - they are not special files. * pkclist.c (expand_id, expand_group, build_pk_list): When expanding groups before building a pk list, inherit flags from the original pre-expanded string. * pubkey-enc.c (is_algo_in_prefs): Don't use prefs from expired uids. | ||||
* | 2002-05-31 Timo Schulz <[email protected]> | Timo Schulz | 2002-05-31 | 1 | -7/+6 |
| | | | | | | | | * pkclist.c (do_show_revocation_reason): Don't use capital letters for non-interactive output. (show_revocation_reason): Now it is global. * pubkey-enc.c (get_it): Show if the key has been revoked. | ||||
* | Added a copyright year for files changed this year. | Werner Koch | 2002-04-29 | 1 | -1/+1 |
| | |||||
* | Treat key lists internally as fingerprints when possible. All this is via | David Shaw | 2002-02-26 | 1 | -25/+0 |
| | | | | | | | | | | | | KEYDB_SEARCH_DESC - no point in reinventing the wheel. This allows the helper program to search the keyserver by fingerprint if desired (and the keyserver supports it). Note that automatic fingerprint promotion during refresh only applies to v4 keys as a v4 fingerprint can be easily changed into a long or short key id, and a v3 cannot. Take two copies of hextobyte() from pubkey-enc.c and getkey.c and make them into one copy in misc.c. | ||||
* | Only check preferences against keys with v4 self sigs as v3 sigs have no | David Shaw | 2002-01-24 | 1 | -9/+2 |
| | | | | | | | prefs Only put in the fake IDEA preference with --pgp2 mode Print "Expired" for expired but good signatures. | ||||
* | Cosmetic: don't present a RSA signing key as a "keypair" which can be 768 | David Shaw | 2002-01-23 | 1 | -0/+8 |
| | | | | | | | bits long (as RSA minimum is 1024) Allow IDEA as a fake preference for v3 keys with v3 selfsigs when verifying that a cipher is in preferences while decrypting | ||||
* | Much stricter checking of the keyserver URI | David Shaw | 2001-12-18 | 1 | -0/+3 |
| | | | | | | | IDEA warning for pk messages encrypted with IDEA (symmetric is already done) Print IDEA warning for each occurance except for secret key protection and unknown cipher from an encrypted message. | ||||
* | Commited change from 2001-12-13 again: | Werner Koch | 2001-12-18 | 1 | -2/+2 |
| | | | | | | | | * 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. | ||||
* | * keyserver.c (keyserver_spawn): Assert that we have dropped privs. | Werner Koch | 2001-12-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | * 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. | ||||
* | Tweaked v3 -c decryption, let --force-v4-certs use SHA-1 for all RSA keys. | Werner Koch | 2001-11-08 | 1 | -2/+2 |
| | |||||
* | more bug fixesand some warning cleanups | Werner Koch | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | Revamped preference handling | Werner Koch | 2001-08-10 | 1 | -13/+54 |
| | |||||
* | Changed and added copyright notices | Werner Koch | 2001-03-08 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Wed Sep 6 17:55:47 CEST 2000 Werner Koch | Werner Koch | 2000-09-06 | 1 | -3/+0 |
| | |||||
* | See ChangeLog: Tue Aug 1 20:06:23 CEST 2000 Werner Koch | Werner Koch | 2000-08-01 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Thu Jul 27 12:01:00 CEST 2000 Werner Koch | Werner Koch | 2000-07-27 | 1 | -0/+56 |
| | |||||
* | See ChangeLog: Fri May 12 14:01:20 CEST 2000 Werner Koch | Werner Koch | 2000-05-12 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Fri Apr 14 19:37:08 CEST 2000 Werner Koch | Werner Koch | 2000-04-14 | 1 | -0/+7 |
| | |||||
* | See ChangeLog: Thu Mar 16 16:20:23 CET 2000 Werner Koch | Werner Koch | 2000-03-16 | 1 | -1/+9 |
| | |||||
* | See ChangeLog: Thu Mar 2 15:37:46 CET 2000 Werner Koch | Werner Koch | 2000-03-02 | 1 | -0/+4 |
| | |||||
* | See ChangeLog: Wed Feb 10 17:15:39 CET 1999 Werner Koch | Werner Koch | 1999-02-10 | 1 | -2/+11 |
| | |||||
* | 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 |
| | |||||
* | Some bug fixes of the last release | Werner Koch | 1998-11-10 | 1 | -3/+3 |
| | |||||
* | *** empty log message *** | Werner Koch | 1998-09-11 | 1 | -16/+59 |
| | |||||
* | ready for a new release | Werner Koch | 1998-08-08 | 1 | -1/+2 |
| | |||||
* | intermediate check in | Werner Koch | 1998-08-05 | 1 | -0/+15 |
| | |||||
* | textual changes | Werner Koch | 1998-06-29 | 1 | -7/+7 |
| | |||||
* | a whole bunch of internal cleanups | Werner Koch | 1998-06-13 | 1 | -34/+10 |
| | |||||
* | update from tobold | Werner Koch | 1998-06-11 | 1 | -5/+5 |
| | |||||
* | Sicherung | Werner Koch | 1998-06-09 | 1 | -1/+1 |
| | |||||
* | *** empty log message ***V0-2-19 | Werner Koch | 1998-05-29 | 1 | -1/+8 |
| | |||||
* | new releaseV0-2-17 | Werner Koch | 1998-05-04 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Werner Koch | 1998-04-30 | 1 | -8/+2 |
| | |||||
* | test release | Werner Koch | 1998-04-08 | 1 | -20/+4 |
| | |||||
* | cipher reorganisiert | Werner Koch | 1998-04-07 | 1 | -2/+3 |
| | |||||
* | cast5 does now work | Werner Koch | 1998-04-04 | 1 | -0/+3 |
| | |||||
* | Renamed to GNUPGV-0-2-8 | Werner Koch | 1998-02-24 | 1 | -4/+4 |
| | |||||
* | added option exportV0-2-6 | Werner Koch | 1998-02-13 | 1 | -30/+38 |
| | |||||
* | patchlevel 2 | Werner Koch | 1998-01-07 | 1 | -0/+5 |
| | |||||
* | added option file handling | Werner Koch | 1997-12-12 | 1 | -1/+1 |
| | |||||
* | List and check sigs works | Werner Koch | 1997-12-01 | 1 | -4/+4 |
| | |||||
* | How with some assembly support | Werner Koch | 1997-11-26 | 1 | -0/+2 |
| | |||||
* | ElGamal funktioniert und ist default | Werner Koch | 1997-11-24 | 1 | -14/+41 |
| | |||||
* | IDEA removed, signing works | Werner Koch | 1997-11-24 | 1 | -2/+1 |
| | |||||
* | initially checkin | Werner Koch | 1997-11-18 | 1 | -0/+130 |