Subject: Re: license for openssl
To: Greg MATTHEWS <G.Matthews@cs.ucl.ac.uk>
From: Frederick Bruckman <fb@enteract.com>
List: netbsd-help
Date: 10/30/2000 09:43:51
On Mon, 30 Oct 2000, Greg MATTHEWS wrote:

> i'm installing openssh but the installation of open ssl barfed due to the line 
> LICENSE=	fee-based-commercial-use
> in the Makefile.
> 
> i looked on the openssl.org site and it says that there is no fee for 
> commercial or non-commercial use. is this a mistake or something i need to be 
> concerned about if i am installing it on my machine.

The consensus was that the inclusion of IDEA and RC5 encryption
"taints" the distribution enough that our users deserve a heads-up
about it. The openssl binaries that will be shipped with NetBSD-1.5
_do_ _not_ include IDEA and RC5, but you can easily build the
extensions, for your own build, by setting MKCRYPTO_IDEA and
MKCRYPTO_RC5 in /etc/mk.conf.

> fwiw... i am using sparc classics and NetBSD1.4.2 i wish to set up ssh so that 
> i can disable the r* commands.

Shouldn't be a problem. AFAIK, "commercial use" is narrowly defined as
creating binaries which are to be sold, but if it's a concern to you,
don't take my word for it -- put your own corporate lawyers to work.

Regards,


Frederick