Bug 18555

Summary: IDEA encryption disabled in OpenSSL
Product: Base System Reporter: adsharma <adsharma>
Component: binAssignee: Kris Kennaway <kris>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description adsharma 2000-05-15 03:00:01 UTC
OpenSSL in FreeBSD disables IDEA completely. Those of us who like to
cvsup IDEA from other sources, would like to have this conditinal code
in the makefile.

Fix: Get openssl from openssl.org, copy idea subdirectory to 
/usr/src/crypto/openssl/crypto/idea and use the attached patch.

My request is to apply the attached patch to the freebsd sources.

As far as I know, it's legal to use IDEA for non-commercial purposes in
both Europe and the US. So a large number of users may be interested in
the attached patch.
How-To-Repeat: 
make installworld. No /usr/include/openssl/idea.h
Comment 1 hoek freebsd_committer freebsd_triage 2000-05-15 05:58:23 UTC
Responsible Changed
From-To: freebsd-bugs->kris

Looks benign enough.  Any thoughts? 
Comment 2 Kris Kennaway freebsd_committer freebsd_triage 2000-08-13 01:08:46 UTC
State Changed
From-To: open->closed

This is now possible by uncommenting the following line in 
/etc/make.conf: 

#MAKE_IDEA=     YES     # IDEA (128 bit symmetric encryption)