From owner-freebsd-net@FreeBSD.ORG Wed Apr 13 00:02:33 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 519B116A4CE for ; Wed, 13 Apr 2005 00:02:33 +0000 (GMT) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3A9143D45 for ; Wed, 13 Apr 2005 00:02:32 +0000 (GMT) (envelope-from swami.pichumani@gmail.com) Received: by zproxy.gmail.com with SMTP id 13so1978nzn for ; Tue, 12 Apr 2005 17:02:32 -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:mime-version:content-type:content-transfer-encoding:content-disposition; b=pfeUYfOu9g/NTx6svRlEUqN0jdl+PfnL3uDBW9pRuBwccNw5mULahSD7dyMCucfOwwJhaZTA+F2q/8NBpE9dCbbbc5Us/SxWi1SfAfh8nVHaTM5ggmx2VAjDNlyX+kkz1dtgcYVCTnuycq/tmZHR7oShe+YVHLzeIpaLPiBZ7Jw= Received: by 10.36.9.5 with SMTP id 5mr1641nzi; Tue, 12 Apr 2005 17:02:31 -0700 (PDT) Received: by 10.36.7.9 with HTTP; Tue, 12 Apr 2005 17:02:31 -0700 (PDT) Message-ID: Date: Tue, 12 Apr 2005 18:02:31 -0600 From: Swami Pichumani To: freebsd-net@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: 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 00:02:33 -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