From owner-freebsd-security Sun Mar 4 12:25:19 2001 Delivered-To: freebsd-security@freebsd.org Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by hub.freebsd.org (Postfix) with ESMTP id E0E7237B719; Sun, 4 Mar 2001 12:25:16 -0800 (PST) (envelope-from randy@psg.com) Received: from randy by rip.psg.com with local (Exim 3.16 #1) id 14Zf48-000HgW-00; Sun, 04 Mar 2001 12:25:16 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Kris Kennaway Cc: freebsd-security@freebsd.org Subject: Re: Is openssl properly integrated to the FreeBSD? References: Message-Id: Date: Sun, 04 Mar 2001 12:25:16 -0800 Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >> There is an application called CA.pl with documentation in >> /usr/src/crypto/apps/ directory and also it has a documentation (in >> /usr/src/crypto/doc/apps) but none of them installed. It could be >> installed in the /usr/bin or /usr/share/examples/ssl. Also there are lots >> of documentation in /usr/src/crypto/doc/apps/ in *.pod format but only the >> openssl.pod is installed? Any intention to integrate them to the FreeBSD >> man pages or handbook? Or should I go on to make a diff to incorporate. > > Uncomment the following in /usr/src/secure/lib/libcrypto: > > #.for section in 1 3 > #.for pod in ${POD${section}} > #.for target in ${pod:T:S/.pod/.${section}/g} > #MAN${section}+= ${target} > #CLEANFILES+= ${target} > #all-man: ${target} > #${target}: ${LCRYPTO_SRC}/../doc/${pod} > # pod2man ${LCRYPTO_SRC}/../doc/${pod} > ${target} > #.endfor > #.endfor > #.endfor > > and all the .pod documentation will be converted to manpages and > installed. It is not done by default because the OpenSSL manpages spam > copies of system manpages with openssl-specific utilities like passwd(1) two questions o if i want to install the binaries in as clean a fashion as possible, what's the hack? o might the decision on whether to install (destructive docs | binaries) be better made in make.conf? randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message