aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* * tdbio.c (tdbio_write_nextcheck): Return a status whether theWerner Koch2002-04-197-21/+98
* * seskey.c (encode_md_value): Print an error message if a wrongWerner Koch2002-04-184-6/+30
* * trustdb.c (validate_keys): Never schedule a nextcheck into theWerner Koch2002-04-182-17/+108
* * trustdb.c (mark_usable_uid_certs): Properly handle nonrevocableDavid Shaw2002-04-183-21/+59
* * trustdb.c (validate_keys): Never schedule a nextcheck into theWerner Koch2002-04-182-2/+12
* * getkey.c (lookup): Advance the searchmode after a search FIRST.Werner Koch2002-04-182-0/+7
* * getkey.c (premerge_public_with_secret): Fixed 0x12345678! syntaxWerner Koch2002-04-185-17/+41
* * parse-packet.c (parse_key): Support a SHA1 checksum as perWerner Koch2002-04-177-34/+98
* * parse-packet.c (parse_signature): Minor fix - signatures should expireDavid Shaw2002-04-145-4/+25
* * pkclist.c (build_pk_list): Fix bug that allowed a key to be selectedDavid Shaw2002-04-134-6/+52
* * build-packet.c (build_sig_subpkt): Delete subpackets from both hashedDavid Shaw2002-04-124-114/+101
* * misc.c (pct_expando), options.skel: Use %t to indicate type of a photoDavid Shaw2002-04-116-25/+65
* * tdbio.c (migrate_from_v2): Fixed the offset to read the oldWerner Koch2002-04-102-2/+8
* Add KEYEXPIRED, EXPSIG, and EXPKEYSIG. AddDavid Shaw2002-04-107-43/+80
* Merged in my changes, after disk crash. Fortunately the CVS was notWerner Koch2002-04-0818-45/+116
* Fix auto-key-retrieve to actually work as a keyserver-option (noted byDavid Shaw2002-04-043-7/+16
* Fix ownertrust display with --with-colons.David Shaw2002-03-318-28/+82
* Quote and unquote backslashes from keyserver search responses.David Shaw2002-03-293-2/+19
* Minor tweak to importing to allow more non-signed uids (now thatDavid Shaw2002-03-245-16/+40
* Properly handle a "no keys found" case from the internal HKP codeDavid Shaw2002-03-193-16/+28
* --openpgp implies --allow-non-selfsigned-uidDavid Shaw2002-03-177-40/+76
* Show which user ID a bad self-sig (invald sig or unsupported public keyDavid Shaw2002-03-132-4/+14
* any valid self-sig should mark a user ID or subkey as valid - otherwise,David Shaw2002-03-132-13/+22
* Some minor fixes for revocation keys: print a warning if a key is importedDavid Shaw2002-03-079-30/+162
* Some minor bug fixes.David Shaw2002-03-055-17/+64
* variable type tweak for RISC OS (from Stefan)David Shaw2002-03-042-6/+12
* Solved conflictWerner Koch2002-03-032-13/+28
* This is the first half of revocation key / designated revokerDavid Shaw2002-02-289-29/+331
* Do not include v3 keys in a --export-secret-subkeys export.David Shaw2002-02-282-0/+11
* If a key isn't valid (say, because of no self-signature), allowDavid Shaw2002-02-272-0/+18
* Treat key lists internally as fingerprints when possible. All this is viaDavid Shaw2002-02-268-118/+160
* Detect a "no keys found" case even if the keyserver helper program doesDavid Shaw2002-02-223-10/+32
* Catch corruption in HKP index lines (can be caused by broken or maliciousDavid Shaw2002-02-193-0/+26
* * pkclist.c (check_signatures_trust): Always print the warning forWerner Koch2002-02-143-9/+17
* Bug fix - properly handle user IDs with colons (":") in them while HKPDavid Shaw2002-02-122-5/+36
* For --sig-policy-url and --cert-policy-url, clarify what is a sig and whatDavid Shaw2002-02-1012-39/+118
* Allow policy URLs with %-expandos in them. This allows policy URLs likeDavid Shaw2002-02-057-100/+179
* Workaround for the pksd and OKS keyserver bug that calculates v4 RSADavid Shaw2002-02-043-4/+48
* Bug fix - do not append keys to each other when --sending more than one.David Shaw2002-02-042-1/+6
* Split "--set-policy-url" into "--cert-policy-url" and "--sig-policy-url"David Shaw2002-02-035-8/+42
* * g10.c (main): --gen-random --armor does now output a base64Werner Koch2002-01-302-2/+23
* --pgp6 flag. This is not nearly as involved as --pgp2. In short, itDavid Shaw2002-01-295-69/+105
* More comments about when to use IDEA in keygen.cDavid Shaw2002-01-274-8/+31
* * g10.c, options.h: New option --gpg-agent-infoWerner Koch2002-01-266-8/+50
* Only check preferences against keys with v4 self sigs as v3 sigs have noDavid Shaw2002-01-244-15/+26
* Cosmetic: don't present a RSA signing key as a "keypair" which can be 768David Shaw2002-01-233-3/+21
* Some compatibility polish for PGP2. Add a fake IDEA preference for v3David Shaw2002-01-229-17/+94
* * passphrase.c (passphrase_to_dek): Add tryagain_text arg to beWerner Koch2002-01-2010-30/+101
* Removed debugging outputWerner Koch2002-01-192-2/+2
* * passphrase.c (agent_open): Add support for the new Assuan basedWerner Koch2002-01-192-170/+357