Gnus development mailing list
 help / color / mirror / Atom feed
From: Amos Gouaux <amos+lists.ding@utdallas.edu>
Subject: Re: improvement -- imaps
Date: Thu, 06 Sep 2001 17:53:19 -0500	[thread overview]
Message-ID: <q6mheugors0.fsf@spartacus.utdallas.edu> (raw)
In-Reply-To: <Pine.LNX.4.33.0109062210480.31671-100000@slipsten.extundo.com> (Simon Josefsson's message of "Thu, 6 Sep 2001 22:18:28 +0200 (CEST)")

>>>>> On Thu, 6 Sep 2001 22:18:28 +0200 (CEST),
>>>>> Simon Josefsson <jas@extundo.com> (sj) writes:

sj> Hm, I thought the -quiet option to OpenSSL would stop the stupid
sj> RENEGOTIATING stuff (OpenSSL `s_client' renegotiates the TLS cipher suite
sj> or something when a "R" is sent as the first character on a line, I
sj> believe).  Did you manually override the `imap-ssl-program' variable
sj> somehow?

Oops.

In my ~/.xemacs/init.el I've got:

;;; until openssl starts looking for /var/run/egd-pool on its own.
(setq imap-ssl-program
      '("openssl s_client -rand /var/run/egd-pool -ssl3 -connect %s:%p"))

The reason why I did this was to add the -rand option (this is on a
Solaris box without /dev/{random,urandom}).  So I need to add the
-quiet option.  Is that the reason for the hanging?  Sure will be
glad when openssl-0.9.7 is out.

sj> Invoking external binaries for security stuff suck, in theory someone
sj> could add TLS, Kerberos etc capabilities to Emacs.  I've started a project
sj> at <URL:http://josefsson.org/securemacs/> but unfortunately I can't
sj> seem to bring myself to work more than 24 hours a day ...

Interesting....

-- 
Amos



  reply	other threads:[~2001-09-06 22:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-06 15:15 Amos Gouaux
2001-09-06 20:18 ` Simon Josefsson
2001-09-06 22:53   ` Amos Gouaux [this message]
2001-09-07  7:53     ` 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=q6mheugors0.fsf@spartacus.utdallas.edu \
    --to=amos+lists.ding@utdallas.edu \
    /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).