aboutsummaryrefslogtreecommitdiffstats
path: root/g10/cipher.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * pkclist.c (expand_groups): Maintain the strlist flags while expanding.David Shaw2002-06-141-1/+1
| | | | | | | | | | Members of an expansion inherit their flags from the expansion key. * options.h, cipher.c (write_header), g10.c (main), keygen.c (keygen_set_std_prefs): remove the personal_mdc flag. It no longer serves a purpose now that the personal preference lists are split into cipher/digest/zip.
* * keygen.c (keygen_set_std_prefs, add_feature_mdc): Use "mdc" and "no-mdc"David Shaw2002-05-291-3/+1
| | | | | | | | | | | | | | | | in the prefs string to allow switching on and off the MDC feature. This is needed to properly export a key from GnuPG for use on PGP which does not support MDC - without this, MDC-capable implementations will still try and generate MDCs which will break PGP. * keygen.c (keygen_get_std_prefs): Show "[mdc]" in prefs string if it is enabled. * options.h, g10.c (main), cipher.c (write_header), keygen.c (keygen_set_std_prefs): For consistency, allow the user to specify mdc/no-mdc in the --personal-preference-list. If disabled, it acts just like --disable-mdc.
* For --sig-policy-url and --cert-policy-url, clarify what is a sig and whatDavid Shaw2002-02-101-2/+1
| | | | | | | | | | | | | | | | | | | | | | is a cert. A sig has sigclass 0x00, 0x01, 0x02, or 0x40, and everything else is a cert. Add a "nrlsign" for nonrevocable and local key signatures. Add a --no-force-mdc to undo --force-mdc. Add a knob to force --disable-mdc/--no-disable-mdc. Off by default, of course, but is used in --pgp2 and --pgp6 modes. Allow specifying multiple users in the "Enter the user ID" loop. Enter a blank line to stop. Show each key+id as it is added. It is not illegal (though possibly silly) to have multiple policy URLs in a given signature, so print all that are present. More efficient implementation of URL-ifying code for --search on an HKP keyserver.
* MDC feature support and other stuffWerner Koch2001-08-301-3/+21
|
* migration to autoconf 2.52 and bugfixesWerner Koch2001-07-261-1/+1
|
* Improved pipemode and tweaked handling of multiple signatures.Werner Koch2001-04-051-0/+1
|
* Changed and added copyright noticesWerner Koch2001-03-081-1/+1
|
* Mainly changes to the pipe handling under W32Werner Koch2000-12-061-1/+0
|
* See ChangeLog: Wed Jun 28 11:54:44 CEST 2000 Werner KochWerner Koch2000-06-281-1/+2
|
* See ChangeLog: Wed Jun 14 12:27:09 CEST 2000 Werner KochWerner Koch2000-06-141-0/+2
|
* See ChangeLog: Wed Jun 7 17:25:38 CEST 2000 Werner KochWerner Koch2000-06-071-1/+3
|
* See ChangeLog: Mon Jun 5 12:37:43 CEST 2000 Werner KochWerner Koch2000-06-051-9/+22
|
* See ChangeLog: Fri May 12 14:01:20 CEST 2000 Werner KochWerner Koch2000-05-121-1/+1
|
* See ChangeLog: Wed Jan 5 11:51:17 CET 2000 Werner KochWerner Koch2000-01-051-1/+4
|
* See ChangeLog: Mon May 17 21:54:43 CEST 1999 Werner KochWerner Koch1999-05-171-3/+22
|
* See ChangeLog: Sun Apr 18 10:11:28 CEST 1999 Werner KochWerner Koch1999-04-181-3/+3
|
* See ChangeLog: Fri Apr 9 12:26:25 CEST 1999 Werner KochWerner Koch1999-04-091-4/+1
|
* See ChangeLog: Wed Apr 7 20:51:39 CEST 1999 Werner KochWerner Koch1999-04-071-6/+13
|
* See ChangeLog: Sat Jan 9 18:54:57 CET 1999 Werner KochWerner Koch1999-01-091-0/+1
|
* See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner KochWerner Koch1998-12-231-3/+3
|
* See ChangeLog: Thu Dec 10 20:15:36 CET 1998 Werner KochWerner Koch1998-12-101-0/+1
|
* edit-key is now completeWerner Koch1998-07-291-6/+10
|
* intermediate releaseWerner Koch1998-07-061-6/+1
|
* partly added creation of OP partial length headersWerner Koch1998-07-021-22/+35
|
* applied Mathews typo and grammar fixesWerner Koch1998-04-141-1/+1
|
* cipher reorganisiertWerner Koch1998-04-071-29/+8
|
* cast5 does now workWerner Koch1998-04-041-0/+12
|
* release 0.2.14Werner Koch1998-04-021-1/+1
|
* some cleanupsWerner Koch1998-03-191-2/+2
|
* Renamed to GNUPGV-0-2-8Werner Koch1998-02-241-4/+4
|
* patchlevel 2Werner Koch1998-01-071-3/+6
|
* Sylvester VersionWerner Koch1997-12-311-1/+1
|
* List and check sigs worksWerner Koch1997-12-011-5/+5
|
* compress stuff implementedWerner Koch1997-11-231-0/+100