mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
util/
* memory.c (alloc): Malloc at least 1 byte. Noted by Winona Brown. g10/ * options.skel: Removed the comment on trusted-keys because this option is now deprecated.
This commit is contained in:
parent
66c8a663a5
commit
1b65d681ff
8 changed files with 960 additions and 994 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-05-02 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* options.skel: Removed the comment on trusted-keys because this
|
||||
option is now deprecated.
|
||||
|
||||
2002-05-01 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* keyedit.c (menu_adduid): 2440bis04 says that multiple attribute
|
||||
|
|
|
@ -31,17 +31,6 @@ $Id$
|
|||
|
||||
#default-key 621CC013
|
||||
|
||||
# GnuPG ultimately trusts all keys in the secret keyring. If you do
|
||||
# not have all your secret keys online available you should use this
|
||||
# option to tell GnuPG about ultimately trusted keys.
|
||||
# You have to give the long keyID here which can be obtained by using
|
||||
# the --list-key command along with the option --with-colons; you will
|
||||
# get a line similiar to this one:
|
||||
# pub:u:1024:17:5DE249965B0358A2:1999-03-15:2006-02-04:59:f:
|
||||
# the 5th field is what you want.
|
||||
|
||||
#trusted-key 12345678ABCDEF01
|
||||
|
||||
|
||||
# If you do not pass a recipient to gpg, it will ask for one.
|
||||
# Using this option you can encrypt to a default key. key validation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue