Gnus development mailing list
 help / color / mirror / Atom feed
From: Simon Josefsson <jas@extundo.com>
Cc: ding@gnus.org
Subject: Re: bug in displaying the siged message
Date: Thu, 02 Aug 2001 00:33:47 +0200	[thread overview]
Message-ID: <ilu4rrrjtpw.fsf@barbar.josefsson.org> (raw)
In-Reply-To: <eyd76g2gwx.fsf@vsu.ru> (Vladimir Volovich's message of "Wed, 01 Aug 2001 14:50:06 +0400")

Vladimir Volovich <vvv@vsu.ru> writes:

> "SJ" == Simon Josefsson writes:
> 
> SJ> This is weird -- the verify routines haven't even run when this
> SJ> happens.  So it must be something in the general MIME
> SJ> decoding/viewing stuff.  Do you get any errors?  M-x
> SJ> toggle-debug-on-error RET.  Perhaps also try removing any
> SJ> articles hooks or similar.
> 
> now (after updating from cvs) displaying multipart messages is fixed
> (someone fixed it -- i see no relevant records in ChangeLog :).

Good.

> the following issues with s/mime still need to be solved:
> 
> * viewing encrypted s/mime messages still gives the same error.
>
> * you removed ignoring stderr output from openssl, and as a result i
>   see error messages inside the generated MIME message. e.g.:

Better now?

> * setting smime-extra-arguments to "-rand" "/etc/entropy" gives an
>   error from openssl, because you append this before other arguments.
>   (it should be appended after, if at all).
> 
>   please remove smime-extra-arguments because adding an argument like
>   "-rand" to all openssl commands is not relevant.
> 
>   i will use a patch for the time being (until openssl will look to
>   /etc/entropy by itself in the next version).

Done.

> * when signing (using s/mime) a multipart message, i only get one
>   first part signed, but i would like to be able to sign any part(s) i
>   want. e.g., even if i write:
> 
>   <part sign=smime keyfile="/home/noc/vvv/.certs/vvv-cert.pem">
>   this is the first part
>   <part type="application/octet-stream" filename="/etc/passwd" disposition=attachment>
>   </part>
>   </part>
> 
>   then in the resulting message, only the text part is signed.
> 
>   i would like to be able to sign (and to encode) any parts of a
>   multipart MIME message, according to its MML structure.

I think you're MML is incorrect for that; something like should
describe what you want:

<multipart sign=smime keyfile="/home/jas/jas.key+cert">
<part>
this is the first part
<part type="application/octet-stream" filename="/etc/passwd" disposition=attachment>

This seem to work for me.

(The first <part> is implicit.)

> * is it possible to cache a password for the protected key? gnus asks
>   for a password for each new message. maybe it is possible to add
>   caching options: for current session, and for, say, 1 hour.

I'll put it on my todo list.

Thanks for your S/MIME testing!


           reply	other threads:[~2001-08-01 22:33 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <eyd76g2gwx.fsf@vsu.ru>]

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=ilu4rrrjtpw.fsf@barbar.josefsson.org \
    --to=jas@extundo.com \
    --cc=ding@gnus.org \
    /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).