[mew-dist 24700] mew-ssl-filter2

Shigeru Yasuda yasuda at example.com
2004年 3月 8日 (月) 19:54:21 JST


RedHat 7.2 の端末から SSL connection を張ろうとすると、emacs が
固まるようになってしまいました。

stunnel のコードを見たところ、環境によって server negotiation 終了時の
メッセージが異なるようなので、以下の patch を取り込んで頂けないでしょ
うか?

Index: mew-ssl.el
===================================================================
RCS file: /cvsmew/mew/mew-ssl.el,v
retrieving revision 1.17
diff -u -r1.17 mew-ssl.el
--- mew-ssl.el	5 Mar 2004 07:01:07 -0000	1.17
+++ mew-ssl.el	8 Mar 2004 10:19:57 -0000
@@ -196,7 +196,7 @@
   (mew-ssl-debug "SSL: " string)
   (let ((pnm (process-name process)))
     (cond
-     ((string-match "Negotiated ciphers" string)
+     ((string-match "Negotiated ciphers\\|opened with SSL" string)
       (mew-ssl-set-status pnm t))
      ((string-match "verify failed" string)
       (mew-ssl-set-status pnm 'verify-failure)))))

--
やすだ



Mew-dist メーリングリストの案内