From owner-freebsd-security Fri May 5 20:35:40 2000 Delivered-To: freebsd-security@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CFF0437B538; Fri, 5 May 2000 20:35:37 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id UAA26638; Fri, 5 May 2000 20:35:37 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Fri, 5 May 2000 20:35:37 -0700 (PDT) From: Kris Kennaway To: "Andrew J. Korty" Cc: Warner Losh , Peter Jeremy , security@FreeBSD.org Subject: Re: Cryptographic dump(8) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 5 May 2000, Andrew J. Korty wrote: > I see Blowfish in libcrypto, but where is the documentation? In .pod format (pod2man(1)) in /usr/src/crypto/openssl/docs/crypto. We don't install the manpages by default yet. You can uncomment the section in the secure/lib/libcrypto/Makefile if you don't mind it spamming a whole bunch of system manpages by installing manpages of its own with the same name (err.3, passwd.1, etc) You can do blowfish encryption (plus a whole lot of other useful crypto operations) from the commandline using openssl(1) - use is fairly self-explanatory. Kris ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message