/[emacs]/emacs/lisp/gnus/smime.el
ViewVC logotype

Diff of /emacs/lisp/gnus/smime.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by miles, Mon Sep 20 12:03:05 2004 UTC revision 1.4 by kfstorm, Wed Feb 9 15:50:37 2005 UTC
# Line 150  certificate." Line 150  certificate."
150  (defcustom smime-CA-file nil  (defcustom smime-CA-file nil
151    "*Files containing certificates for CAs you trust.    "*Files containing certificates for CAs you trust.
152  File should contain certificates in PEM format."  File should contain certificates in PEM format."
153    :version "21.4"    :version "22.1"
154    :type '(choice (const :tag "none" nil)    :type '(choice (const :tag "none" nil)
155                   file)                   file)
156    :group 'smime)    :group 'smime)
# Line 178  and the files themself should be in PEM Line 178  and the files themself should be in PEM
178    
179  (defcustom smime-encrypt-cipher "-des3"  (defcustom smime-encrypt-cipher "-des3"
180    "*Cipher algorithm used for encryption."    "*Cipher algorithm used for encryption."
181    :version "21.4"    :version "22.1"
182    :type '(choice (const :tag "Triple DES" "-des3")    :type '(choice (const :tag "Triple DES" "-des3")
183                   (const :tag "DES"  "-des")                   (const :tag "DES"  "-des")
184                   (const :tag "RC2 40 bits" "-rc2-40")                   (const :tag "RC2 40 bits" "-rc2-40")
# Line 210  At least OpenSSL version 0.9.7 is requir Line 210  At least OpenSSL version 0.9.7 is requir
210  (defcustom smime-dns-server nil  (defcustom smime-dns-server nil
211    "*DNS server to query certificates from.    "*DNS server to query certificates from.
212  If nil, use system defaults."  If nil, use system defaults."
213    :version "21.4"    :version "22.1"
214    :type '(choice (const :tag "System defaults")    :type '(choice (const :tag "System defaults")
215                   string)                   string)
216    :group 'smime)    :group 'smime)

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26