David Shaw
fbc66185f8
This is the first half of revocation key / designated revoker
...
support. That is, it handles all the data to mark a key as revoked if it
has been revoked by a designated revoker. The second half (coming
later) will contain the code to make someones key your designated revoker
and to issue revocations for someone else.
Note that this is written so that a revoked revoker can still issue
revocations: i.e. If A revokes B, but A is revoked, B is still revoked.
I'm not completely convinced this is the proper behavior, but it matches
how PGP does it. It does at least have the advantage of much simpler code
- my first version of this had lots of loop maintaining code so you could
chain revokers many levels deep and if D was revoked, C was not, which
meant that B was, and so on. It was sort of scary, actually.
This also changes importing to allow bringing in more revocation keys, and
exporting to not export revocation keys marked "sensitive".
The --edit menu information will show if a revocation key is present.
2002-02-28 21:01:25 +00:00
David Shaw
20dda47d6c
Do not include v3 keys in a --export-secret-subkeys export.
2002-02-28 04:34:01 +00:00
David Shaw
aa2e2392da
Add an outofband indicator to the keyserver protocol.
...
Use signature flags for exportability check rather than re-parsing the
subpacket.
2001-12-28 16:34:01 +00:00
Werner Koch
2687db38df
* export.c (do_export_stream): Put all given names into a search
...
description and change the loop so that all matching names are
returned.
2001-11-09 09:36:22 +00:00
Werner Koch
cfd10815b3
Fixed the Read-Only keyring bug and changed the way the keydb interface
...
works.
2001-10-18 11:56:03 +00:00
Werner Koch
1f4bdf4d26
Changed signature status cache
2001-09-25 15:20:59 +00:00
Werner Koch
59334400a1
fixed a stupid C error
2001-09-07 07:57:51 +00:00
Werner Koch
ed17c7afd0
Revamped the keyring code
2001-09-06 17:10:00 +00:00
Werner Koch
aa9da2b07e
reworked the way hased data is stored and added a "primary" command
...
DCVS: ----------------------------------------------------------------------
2001-08-09 09:34:25 +00:00
Werner Koch
64ddc393e1
Estonian translation, .texi man pages.
2001-04-17 16:20:32 +00:00
Werner Koch
be06120679
Changed and added copyright notices
2001-03-08 14:33:24 +00:00
Werner Koch
0bd4fc7359
Add self-signature verification caching
2001-03-05 13:59:16 +00:00
Werner Koch
64009cd745
See ChangeLog: Fri May 12 14:01:20 CEST 2000 Werner Koch
2000-05-12 11:59:49 +00:00
Werner Koch
eb5727c51d
See ChangeLog: Thu Mar 9 15:25:59 CET 2000 Werner Koch
2000-03-09 14:23:16 +00:00
Werner Koch
932049cbe4
See ChangeLog: Fri Jan 14 18:32:01 CET 2000 Werner Koch
2000-01-14 17:26:00 +00:00
Werner Koch
dbb6174399
See ChangeLog: Wed Apr 28 13:03:03 CEST 1999 Werner Koch
1999-04-28 11:06:52 +00:00
Werner Koch
ce650acf1f
See ChangeLog: Tue Jan 19 19:34:58 CET 1999 Werner Koch
1999-01-19 18:37:41 +00:00
Werner Koch
750d74333c
See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner Koch
1998-12-23 12:41:40 +00:00
Werner Koch
af6e96e4f9
See ChangeLog: Thu Dec 10 20:15:36 CET 1998 Werner Koch
1998-12-10 19:20:47 +00:00
Werner Koch
b076ce3021
Some bug fixes of the last release
1998-11-10 12:59:59 +00:00
Werner Koch
b9dd2ebb2c
(Does not compile yet)
1998-11-03 19:38:58 +00:00
Werner Koch
e81e0970f7
last local commit
1998-10-16 16:00:17 +00:00
Werner Koch
3e0e8f884f
bug fix release
1998-08-11 17:29:34 +00:00
Werner Koch
5aed77d1db
fixed clearsig stuff
1998-07-08 09:29:43 +00:00
Werner Koch
77a6af76d0
textual changes
1998-06-29 12:30:57 +00:00
Werner Koch
e284277f04
*** empty log message ***
1998-05-29 11:53:54 +00:00
Werner Koch
700c438def
applied Mathews typo and grammar fixes
1998-04-14 17:51:16 +00:00
Werner Koch
5a05af2bca
Renamed to GNUPG
1998-02-24 18:50:46 +00:00
Werner Koch
f477447d9a
added option export
1998-02-13 20:58:50 +00:00
Werner Koch
b113394658
added initial i18n stuff
1998-01-26 22:09:01 +00:00