From owner-freebsd-net@FreeBSD.ORG Wed Apr 13 08:10:51 2005 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65BF916A4CE for ; Wed, 13 Apr 2005 08:10:51 +0000 (GMT) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0BD843D49 for ; Wed, 13 Apr 2005 08:10:50 +0000 (GMT) (envelope-from swami.pichumani@gmail.com) Received: by zproxy.gmail.com with SMTP id 34so83698nzf for ; Wed, 13 Apr 2005 01:10:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CNA53RWjQwyEHda9w7ekTgrkMUvLpMt4r0eHrxfrqmXaizVKditTj++lMabUK0IqB1U3jxNy6v4KuFKP19eYAYye5WguxuAQJCRBgafA75eL8TISRniUYicpd/xAaDgz+dhSEv4oGvYoRbtg3uHTUmdHTrcRQB/WWBo4OF+qhm8= Received: by 10.36.67.3 with SMTP id p3mr19372nza; Wed, 13 Apr 2005 01:10:50 -0700 (PDT) Received: by 10.36.7.9 with HTTP; Wed, 13 Apr 2005 01:10:50 -0700 (PDT) Message-ID: Date: Wed, 13 Apr 2005 04:10:50 -0400 From: Swami Pichumani To: freebsd-net@freebsd.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Subject: Fwd: RSA implementation X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Swami Pichumani List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2005 08:10:51 -0000 Hi all Is there an in-kernel RSA implementation available...if there is one, could you kindly point me to it. I wish to use RSA functions in the TCP code. Can someone guide me on how I can go about doing that (if I dont want to implement RSA myself). thanks in advance, swami