From owner-freebsd-current@FreeBSD.ORG Sun Apr 11 08:13:43 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B567016A4CF; Sun, 11 Apr 2004 08:13:43 -0700 (PDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61F4943D1F; Sun, 11 Apr 2004 08:13:43 -0700 (PDT) (envelope-from kaarthik@comcast.net) Received: from the-saint.the-saint.localdomain (pcp06945825pcs.nrockv01.md.comcast.net[69.138.30.56]) by comcast.net (rwcrmhc11) with ESMTP id <2004041115134101300soqeje>; Sun, 11 Apr 2004 15:13:42 +0000 To: Dima Dorfman From: Kaarthik Sivakumar In-Reply-To: <20040411135851.GC15793@trit.org> (Dima Dorfman's message of "Sun, 11 Apr 2004 13:58:52 +0000") References: <200404080744.i387ie0w047939@grimreaper.grondar.org> <86n05m3a31.fsf@comcast.net> <20040411135851.GC15793@trit.org> Date: Sun, 11 Apr 2004 11:16:53 -0400 Message-ID: <86zn9i1r4q.fsf@comcast.net> User-Agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.5 (chayote, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: current@freebsd.org cc: Mark Murray Subject: Re: libmp and libcrypto X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Apr 2004 15:13:43 -0000 >>> "DD" == Dima Dorfman writes: DD> I don't think anyone still recommends using the antiquated (and DD> largely broken) Berkeley mp(3) interface; it's only provided for DD> compatibiltiy with applications that haven't been ported to use DD> something more modern. libgmp and the OpenSSL BIGNUM interface are DD> more modern, and either one is fine. If you have an application DD> that wants gmp, just install the libgmp4 port. Yeah, I think I will be using libgmp from the ports to get this application to work. Is there a doc somewhere on the OpenSSL BIGNUM interface? Thanks for the response.. kaarthik