Gnus development mailing list
 help / color / mirror / Atom feed
From: Nicolas Kowalski <Nicolas.Kowalski@imag.fr>
Subject: Re: smime setup [was: Re: nnimap + mailcrypt]
Date: Fri, 12 Apr 2002 09:41:22 +0200	[thread overview]
Message-ID: <vqoads9mkil.fsf@astazou.imag.fr> (raw)
In-Reply-To: <iluelhmugnv.fsf@extundo.com> (Simon Josefsson's message of "Thu, 11 Apr 2002 22:25:08 +0200")

Simon Josefsson <jas@extundo.com> writes:

> Nicolas Kowalski <Nicolas.Kowalski@imag.fr> writes:
>
>> As I wrote before, I will recheck all my Gnus configuration. Perhaps
>> could someone send me an excerpt of his/her setup for smime ? Anyone ?
>
> I guess this won't help you much, but in theory the following should
> be enough.  It seems to be for me.  The first one set up trust with
> some CAs for verify, and the second indicate my identity for sign, the
> rest is UI stuff.
>
>  '(smime-CA-directory "~/.certs/")
>  '(smime-keys (quote (("simon@josefsson.org" "~/jas.key+cert") ("sj@extundo.com" "~/sj.key+cert"))))
>  '(gnus-buttonized-mime-types (quote ("multipart/encrypted" "multipart/signed")))
>  '(mm-decrypt-option (quote always))
>  '(mm-verify-option (quote always))

I now use something similar :


 '(smime-CA-directory "~/perso/certs/")
 '(smime-CA-file "\"~/perso/certs/cacert.pem\"")
 '(smime-keys (quote (("Nicolas.Kowalski@imag.fr" "~/perso/certs/niko.pem" ))))
 '(mm-decrypt-option (quote always))
 '(mm-verify-option (quote always))


> I think RedHat's OpenSSL defaults to use some CAs that is shipped with
> RedHat, so the first one probably isn't needed if you run RedHat.

I need it so (Debian GNU/Linux).

I think I understand the backtrace now : when I compose a new message
('m'), if I try to use `smime-sign-buffer', I get an empty buffer (all
text is erased) in message mode. This explains the 

`(args-out-of-range "" 0) 


ie. there is nothing to encode....





  reply	other threads:[~2002-04-12  7:41 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-11  8:19 nnimap + mailcrypt Nicolas Kowalski
2002-04-11 12:04 ` Simon Josefsson
2002-04-11 12:13   ` Nicolas Kowalski
2002-04-11 12:24     ` Simon Josefsson
2002-04-11 12:40       ` Nicolas Kowalski
2002-04-11 13:16         ` Simon Josefsson
2002-04-11 13:55           ` smime setup [was: Re: nnimap + mailcrypt] Nicolas Kowalski
2002-04-11 15:03             ` Simon Josefsson
2002-04-11 15:13               ` Nicolas Kowalski
2002-04-11 15:42                 ` Simon Josefsson
2002-04-11 15:59                   ` Nicolas Kowalski
2002-04-11 19:23                     ` Simon Josefsson
2002-04-11 19:27                       ` Simon Josefsson
2002-04-11 20:05                         ` Nicolas Kowalski
2002-04-11 20:10                           ` Simon Josefsson
2002-04-11 19:56                       ` Nicolas Kowalski
2002-04-11 20:25                         ` Simon Josefsson
2002-04-12  7:41                           ` Nicolas Kowalski [this message]
2002-04-12 10:51                             ` Kai Großjohann
2002-04-12 12:45                               ` [SOLVED: openssl issue] " Nicolas Kowalski
2002-04-12 20:47                                 ` Simon Josefsson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=vqoads9mkil.fsf@astazou.imag.fr \
    --to=nicolas.kowalski@imag.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).