diff lisp/w3/mm.el @ 44:8d2a9b52c682 r19-15prefinal

Import from CVS: tag r19-15prefinal
author cvs
date Mon, 13 Aug 2007 08:55:10 +0200
parents c53a95d3c46d
children
line wrap: on
line diff
--- a/lisp/w3/mm.el	Mon Aug 13 08:54:52 2007 +0200
+++ b/lisp/w3/mm.el	Mon Aug 13 08:55:10 2007 +0200
@@ -123,6 +123,12 @@
 		      )
      )
     ("application" . (
+		      ("x-x509-ca-cert" . (("viewer" . ssl-view-site-cert)
+					   ("test" . (fboundp 'ssl-view-site-cert))
+					   ("type" . "application/x-x509-ca-cert")))
+		      ("x-x509-user-cert" . (("viewer" . ssl-view-user-cert)
+					     ("test" . (fboundp 'ssl-view-user-cert))
+					     ("type" . "application/x-x509-user-cert")))
 		      ("octet-stream" . (("viewer" . mm-save-binary-file)
 					 ("type" ."application/octet-stream")))
 		      ("dvi"        . (("viewer" . "open %s")