From owner-freebsd-hackers Sat Aug 14 11: 2:46 1999 Delivered-To: freebsd-hackers@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id DF6F314E5A; Sat, 14 Aug 1999 11:02:44 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id D20411CD898; Sat, 14 Aug 1999 11:02:44 -0700 (PDT) (envelope-from kris@hub.freebsd.org) Date: Sat, 14 Aug 1999 11:02:44 -0700 (PDT) From: Kris Kennaway To: Dave Walton Cc: Nick Sayer , freebsd-hackers@freebsd.org Subject: Re: Whither makefiles for src/crypto/telnet/* ? In-Reply-To: <19990814064443.21757.qmail@modgud.nordicrecords.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 13 Aug 1999, Dave Walton wrote: > If you really want to work on an encrypted telnet, check out The > Stanford SRP Authentication Project (http://srp.stanford.edu/srp/). > I'd love to see SRP integrated into the FreeBSD telnet/telnetd. I got started on this, to the extent of storing the SRP data in the passwd file as an additional password crypt() method (using my modified libcrypt - see http://www.physics.adelaide.edu.au/~kkennawa/crypt-990725.tar.gz), but ran out of time. I hope to be able to work on it again in a few weeks once I get my computer back, now that I'm in the US. Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message