1
0
フォーク 0
ミラー元 git://git.gnupg.org/gnupg.git 同期済み 2025-07-02 22:46:30 +02:00

See ChangeLog: Fri Oct 8 20:32:01 CEST 1999 Werner Koch

このコミットが含まれているのは:
Werner Koch 1999-10-08 18:34:56 +00:00
コミット 5e66583143
35個のファイルの変更3234行の追加2890行の削除

13
doc/FAQ
ファイルの表示

@ -349,4 +349,17 @@
line is needed for modern signatures, to tell the parser which
hash algorithm to use.
Q: Now can a get list of key IDs used to encrypt a message?
A: gpg --batch --decrypt --status-fd 1 2>/dev/null \
| awk '/^\[GNUPG:\] ENC_TO / { print $3 }'
Q: PGP 5.x, 6.x does not like my secret key.
A: PGP probaly bails out on some private comment packets used by GnuPG.
These packets are fully in compliance with OpenPGP; however PGP is not
really OPenPGP aware. A workaround is to eport the secret keys with
this command:
gpg --export-secret-keys --no-comment -a your-key-id