Gnus development mailing list
 help / color / mirror / Atom feed
From: "William M. Perry" <wmperry@aventail.com>
Cc: ding@ifi.uio.no
Subject: Re: Kerberos functionality?
Date: Thu, 23 Jan 1997 07:02:22 -0800	[thread overview]
Message-ID: <199701231502.HAA00200@newman> (raw)
In-Reply-To: <tx1680ps05w.fsf@cygnus.com>

Ken Raeburn writes:
>"Michael Welsh Duggan" <md5i@schenley.com> writes:
>
>> Actually, high on my wish list is Kerberos for emacs, in the c-code,
>> with some functions to access it.  (Maybe integrated into
>> open-network-stream.)
>
>Go for it!  But put plenty of thought into how interrupts should be
>dealt with, blocking network i/o, that sort of thing.
>
>I don't think integrating into open-network-stream is the best way,
>though a lisp function that calls open-network-stream and then calls
>krb-sendauth on the subprocess object would be very useful.
>
>Of course, that still doesn't get us encryption....

  the way I implemented SSL was you used a normal open-network-stream to
connecto to a host.  Then there was a secondary call
'ssl-initialize-connection' that did all the SSL handshaking, etc, and
marked the process as 'sslified'.  Then the read/write routines for
processes were modified to check the sslified bit, and use SSLread/SSLwrite
if it was set.

  This turned out to be a great way to do it, because you could do all
sorts of things before the SSL connection was established - netscape-style
SSL proxying negotiation (which happens in the clear), still being able to
use telnet in a subprocess or the 'tcp' package from the old GNUS to get
outside your firewall, traversing a socks firewall, etc.

  It has been a _long_ time since I really looked at kerberos, but I'm sure
something similar could be done.  The real bitch was writing RSA
certificate manipulation functions that could be exported to the lisp
level.  Bleah.

-Bill P.


  reply	other threads:[~1997-01-23 15:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-01-22 17:09 John Twilley
1997-01-22 20:33 ` Rich Pieri
1997-01-22 21:42   ` Michael Welsh Duggan
1997-01-22 22:51     ` William M. Perry
1997-01-23  0:30     ` Ken Raeburn
1997-01-23 15:02       ` William M. Perry [this message]
1997-01-22 22:52   ` Ken Raeburn

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=199701231502.HAA00200@newman \
    --to=wmperry@aventail.com \
    --cc=ding@ifi.uio.no \
    /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).