From owner-freebsd-hackers Sat Aug 14 11:18:30 1999 Delivered-To: freebsd-hackers@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 07A6C14CA9; Sat, 14 Aug 1999 11:18:29 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id EC6711CD898; Sat, 14 Aug 1999 11:18:28 -0700 (PDT) (envelope-from kris@hub.freebsd.org) Date: Sat, 14 Aug 1999 11:18:28 -0700 (PDT) From: Kris Kennaway To: Sheldon Hearn Cc: walton@nordicrecords.com, Nick Sayer , freebsd-hackers@freebsd.org Subject: Re: Whither makefiles for src/crypto/telnet/* ? In-Reply-To: <93111.934635705@axl.noc.iafrica.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 Sat, 14 Aug 1999, Sheldon Hearn wrote: > On Fri, 13 Aug 1999 23:42:48 MST, "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. > > Cool, another non-exportable system available to US users only. :-) Not true: SRP used for authentication only does exponentiation and modulo operation on large integers..no cryptographic primitives, so it's freely exportable. The SRP distribution does also contain code which encrypts the data stream after authentication, which is restricted from export, but on the other hand it's also not hard to put back. Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message