Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 56708 - openssl 0.9.7d-r1 blowfish fails
Summary: openssl 0.9.7d-r1 blowfish fails
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 103900
  Show dependency tree
 
Reported: 2004-07-11 10:57 UTC by Clint Miller
Modified: 2005-09-30 06:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Clint Miller 2004-07-11 10:57:00 UTC
0.9.7d-r1 seems to have issues with blowfish.  For example, when invoking 
openvpn specifying blowfish as the algorithm we get:

Cipher algorithm 'BF-CBC' not found

This does not occur in 0.9.7d.  Similarly if we specify blowfish as the only 
acceptable openssh algorithm, it too fails.

When we 
emerge =dev-libs/openssl-0.9.7d-r0 and when we 
emerge =dev-libs/openssl-0.9.7d-r1 the same problem persists but NOT when we 
emerge =dev-libs/openssl-0.9.7d

After emerging r0 and r1 we tried re-emerging openvpn but got the same results.


Reproducible: Always
Steps to Reproduce:
1.emerge =dev-libs/openssl-0.9.7d-r0
2.run openvpn with blowfish as the preferred algorithm
3.

Actual Results:  
Cipher algorithm 'BF-CBC' not found 
 

Expected Results:  
OpenVPN should have found blowfish and run
Comment 1 Daniel Ahlberg (RETIRED) gentoo-dev 2004-07-13 10:57:46 UTC
I wasn't able to reproduce the error. Try to remove "emake all ||" from the openssl ebuild and re-emerge it. Also, check for blowfish in libcrypto with "strings /usr/lib/libcrypto.so.0.9.7 | grep BF".
Comment 2 SpanKY gentoo-dev 2005-03-13 01:49:25 UTC
re-open if 0.9.7e doesnt work for you