From owner-freebsd-ports Tue Apr 17 2:33:36 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id 3B82F37B43F for ; Tue, 17 Apr 2001 02:33:29 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 16391 invoked by uid 1000); 17 Apr 2001 09:31:54 -0000 Date: Tue, 17 Apr 2001 12:31:54 +0300 From: Peter Pentchev To: Mikhail Kruk Cc: Kris Kennaway , ports@FreeBSD.org Subject: Re: security/openssh and BigNumber Message-ID: <20010417123154.C4070@ringworld.oblivion.bg> Mail-Followup-To: Mikhail Kruk , Kris Kennaway , ports@FreeBSD.org References: <20010414041013.B90900@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from meshko@cs.brandeis.edu on Sat, Apr 14, 2001 at 03:25:49PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Apr 14, 2001 at 03:25:49PM -0400, Mikhail Kruk wrote: > > > I might be wrong here, but I think that BigNumber library is part of > > > openssh package on Linux... it doesn't seem to be so on FreeBSD. > > > Actually I couldn't find any port containing full bignumber install (i.e. > > > with man pages). I've installed pgp5 and it came with the libbn.so, but no > > > man pages... what's up? > > > > My best guess about what this might be is the bignum code which is > > part of libcrypto (OpenSSL), which is in the base system. It's not > > the same thing which pgp5 uses, and I can't say for sure what Linux > > tries to do. > > Oh, you are right, it is part of the > base system: > /usr/src/crypto/openssl/crypto/bn > > It the library I was talking about, but I still want to use it > and miss the man pages :) I've always been under impression that FreeBSD's > man pages are way better than Pinguin's (can you say Linux's?). It seems > that Linux man page for bn is not Linux-specific but rather generic > OpenSSL. Can we include it? The OpenSSL manpages are not installed by default, since they conflict with some of the FreeBSD's utilities' manpages. You can explicitly enable OpenSSL's manpages installation by putting WANT_OPENSSL_MANPAGES=true in your /etc/make.conf. See /etc/defaults/make.conf for more details, on a reasonably recent -stable or -current. G'luck, Peter -- I am the thought you are now thinking. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message