Pub alg - RSA Encrypt or Sign と gpg

Hiroya Murata lapis-lazuli @ pop06.odn.ne.jp
2005年 11月 21日 (月) 17:37:38 JST


ついでに.

In the message [emacs-mime-ja : No.02009]
   on Mon, 21 Nov 2005 16:00:54 +0900, Kazuhiro NISHIYAMA wrote:

> Pub alg - RSA Encrypt or Sign(pub 1)
> となっている
> Old: Public-Key Encrypted Session Key Packet(tag 1)
> があるのが原因らしいとわかったので、

[...]

> として、pgg.elのpublic-key-algorithmにRSAを足してみるように

"gpg --version" の出力から pgg-verify-condition と
pgg-decrypt-condition を更新するプログラムを作ってみたので, 公開し
てみます.

(eval-after-load "pgg"
  '(if (and (exec-installed-p "gpg")
            (load "pgg-gpg-update" t))
       (pgg-gpg-update-condition)))

の様に ~/.emacs にでも書いて使います.

-- 
Hiroya Murata (村田 浩也) mailto:lapis-lazuli @ pop06.odn.ne.jp
PGP fingerprint: 53B6 1B4A 8193 A2D4 1526  BC9E 9AEF 2F6D 249D 5F17
-------------- next part --------------
テキスト形式以外の添付ファイルを保管しました...
ファイル名: pgg-gpg-update.el.gz
型:         application/octet-stream
サイズ:     574 バイト
説明:       無し
URL:        <http://lists.chise.org/pipermail/emacs-mime-ja/attachments/20051121/3048f0f6/attachment.obj>


More information about the Emacs-mime-ja mailing list