/[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.2.4.1 by miles, Thu Sep 16 00:12:15 2004 UTC revision 1.2.4.2 by miles, Wed Oct 6 05:21:53 2004 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"
154    :type '(choice (const :tag "none" nil)    :type '(choice (const :tag "none" nil)
155                   file)                   file)
156    :group 'smime)    :group 'smime)
# Line 177  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"
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 208  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"
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.2.4.1  
changed lines
  Added in v.1.2.4.2

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