aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keygen.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added a copyright year for files changed this year.Werner Koch2002-04-291-1/+1
|
* After generating a new key, show the key information (name, keyid,David Shaw2002-04-231-0/+2
| | | | | | | | | | | | fingerprint, etc.) Do not print uncheckable signatures (missing key..) in --check-sigs. Print statistics (N missing keys, etc.) after --check-sigs. When signing a key with an expiration date on it, the "Do you want your signature to expire at the same time?" question should default to YES
* po/Werner Koch2002-04-221-1/+1
| | | | | * et.po, tr.po, cs.po, it.po, id.po: Updated.
* * keygen.c (generate_subkeypair): 2440bis04 adds that creating subkeys onDavid Shaw2002-04-201-1/+3
| | | | | | | | | v3 keys is a MUST NOT. * getkey.c (finish_lookup): The --pgp6 "use the primary key" behavior should only apply while data signing and not encryption. Noted by Roger Sondermann.
* * parse-packet.c (parse_signature): Minor fix - signatures should expireDavid Shaw2002-04-141-1/+6
| | | | | | | | | | | | | | at their expiration time and not one second later. * keygen.c (proc_parameter_file): Allow specifying preferences string (i.e. "s5 s2 z1 z2", etc) in a batchmode key generation file. * keyedit.c (keyedit_menu): Print standard error message when signing a revoked key (no new translation). * getkey.c (merge_selfsigs): Get the default set of key prefs from the real (not attribute) primary uid.
* * build-packet.c (build_sig_subpkt): Delete subpackets from both hashedDavid Shaw2002-04-121-1/+12
| | | | | | | | | | | | | and unhashed area on update. (find_subpkt): No longer needed. * keyedit.c (sign_uids): With --pgp2 on, refuse to sign a v3 key with a v4 signature. As usual, --expert overrides. Try to tweak some strings to a closer match so they can all be translated in one place. Use different helptext keys to allow different help text for different questions. * keygen.c (keygen_upd_std_prefs): Remove preferences from both hashed and unhashed areas if they are not going to be used.
* Merged in my changes, after disk crash. Fortunately the CVS was notWerner Koch2002-04-081-7/+3
| | | | | | affected - but everything else and it seems that there is no backup of the BTS data is available :-(
* Fix ownertrust display with --with-colons.David Shaw2002-03-311-0/+1
| | | | | | | | | | | | | | | | | | | Properly initialize the user ID refcount for user and photo IDs. Tweak a few prompts to change "y/n" to "y/N", which is how most other prompts are written. Warn the user if they are about to revoke an expired sig (not a problem, but they should know). Control-d escapes the keyserver search prompt. If a subkey is considered revoked solely because the parent key is revoked, print the revocation reason from the parent key. Allow revocation/expiration to apply to a uid/key with no entry in the trustdb.
* More comments about when to use IDEA in keygen.cDavid Shaw2002-01-271-1/+6
| | | | | | | | | | When key signing with multiple keys at the same time, make sure each key gets the sigclass prompt Close the iobuf and FILE before trying to reap the child process to encourage the child to exit Disable cache-on-close of the fd iobuf (shouldn't all fd iobufs not be cached?)
* Cosmetic: don't present a RSA signing key as a "keypair" which can be 768David Shaw2002-01-231-3/+4
| | | | | | | 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
* Some compatibility polish for PGP2. Add a fake IDEA preference for v3David Shaw2002-01-221-2/+9
| | | | | | | | 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 beWerner Koch2002-01-201-4/+6
| | | | | | | | | | | | | | 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.
* Nonrevocable key signature support via "nrsign". These sigs can expire,David Shaw2001-12-211-2/+2
| | | | | but cannot be revoked. Any revocation certificates for them are ignored.
* Much stricter checking of the keyserver URIDavid Shaw2001-12-181-1/+1
| | | | | | | 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.
* Add a generic IDEA warning for when the IDEA plugin is not present. ThisDavid Shaw2001-12-171-0/+2
| | | | | | | | 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.
* Sig expiration codeDavid Shaw2001-12-071-17/+40
| | | | | | | Offer to expire a key signature when the key the user is signing expires Expired sigs cause an error return If --expert is set, prompt for sig duration
* Bug fix in "showpref"David Shaw2001-12-071-1/+1
| | | | | Allow setting a no-compression preference
* Revamped the trustDBWerner Koch2001-09-241-2/+13
|
* more bug fixesand some warning cleanupsWerner Koch2001-09-091-23/+23
|
* fixed a stupid C errorWerner Koch2001-09-071-0/+2
|
* Revamped the keyring codeWerner Koch2001-09-061-72/+56
|
* MDC feature support and other stuffWerner Koch2001-08-301-0/+28
|
* Added RSA key generationWerner Koch2001-08-141-42/+145
|
* Added a way to update preferencesWerner Koch2001-08-091-15/+148
|
* Fixes here and there.Werner Koch2001-08-081-6/+9
|
* Changed lsign behaviour, allow future subkeys, don't list revoked keysWerner Koch2001-08-011-2/+2
|
* Fix for toupper('I') != 'i'Werner Koch2001-06-121-6/+6
|
* About to release 1.0.6Werner Koch2001-05-291-0/+3
|
* Made genkey work again.Werner Koch2001-03-271-0/+7
|
* The "Samba" bug fixes :-)Werner Koch2001-03-221-3/+5
|
* Changed and added copyright noticesWerner Koch2001-03-081-1/+1
|
* Add KEY_CREATED statusWerner Koch2001-01-031-1/+8
|
* Minor changes done for the Windows binaryWerner Koch2000-10-231-4/+4
|
* Add Rijndael support, changes to fix an IRIX problem.Werner Koch2000-10-121-4/+5
|
* See ChangeLog: Fri Sep 15 18:40:36 CEST 2000 Werner KochWerner Koch2000-09-151-2/+2
|
* See ChangeLog: Wed Sep 6 17:55:47 CEST 2000 Werner KochWerner Koch2000-09-061-0/+2
|
* See ChangeLog: Wed Aug 23 19:52:51 CEST 2000 Werner KochWerner Koch2000-08-231-1/+5
|
* See ChangeLog: Wed Jun 28 11:54:44 CEST 2000 Werner KochWerner Koch2000-06-281-3/+102
|
* See ChangeLog: Fri Apr 14 19:37:08 CEST 2000 Werner KochWerner Koch2000-04-141-12/+22
|
* removed debugging codeWerner Koch2000-03-161-4/+1
|
* See ChangeLog: Thu Mar 16 16:20:23 CET 2000 Werner KochWerner Koch2000-03-161-1/+4
|
* See ChangeLog: Thu Mar 9 15:25:59 CET 2000 Werner KochWerner Koch2000-03-091-50/+258
|
* See ChangeLog: Wed Mar 8 18:44:59 CET 2000 Werner KochWerner Koch2000-03-081-66/+471
|
* See ChangeLog: Wed Feb 9 15:33:44 CET 2000 Werner KochWerner Koch2000-02-091-2/+4
|
* See ChangeLog: Sat Dec 4 12:30:28 CET 1999 Werner KochWerner Koch1999-12-041-5/+6
|
* See ChangeLog: Thu Oct 28 16:08:20 CEST 1999 Werner KochWerner Koch1999-10-281-2/+5
|
* See ChangeLog: Wed Sep 1 15:30:44 CEST 1999 Werner KochWerner Koch1999-09-011-3/+2
|
* See ChangeLog: Wed Jul 7 13:23:40 CEST 1999 Werner KochWerner Koch1999-07-071-1/+13
|
* See ChangeLog: Thu Jul 1 12:47:31 CEST 1999 Werner KochWerner Koch1999-07-011-2/+2
|
* See ChangeLog: Wed Jun 16 20:16:21 CEST 1999 Werner KochWerner Koch1999-06-161-2/+2
|