Bug #6152 openssl_1 test is skipped
Submitted: 19 Oct 2004 2:41 Modified: 1 Dec 2004 1:37
Reporter: Shuichi Tamagawa Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:4.1.7 OS:Linux (SuSE Linux 9.0)
Assigned to: Matt Wagner CPU Architecture:Any

[19 Oct 2004 2:41] Shuichi Tamagawa
Description:
When executing 'mysql-test-run --with-openssl openssl_1' the test is skipped even if compiled with --with-openssl and --with-vio option.

How to repeat:
Compile with --with-openssl and --with-vio option
mysql-test-run --with-openssl openssl_1

Suggested fix:
It looks like the result of SHOW STATUS LIKE 'Ssl_cipher' is 'DHE-RSA-AES256-SHA', while the value in r/have_openssl_1.require is 'EDH-RSA-DES-CBC3-SHA'.

Update the 'EDH-RSA-DES-CBC3-SHA' in r/have_openssl_1.requre and t/openssl_1.test with 'DHE-RSA-AES256-SHA'.

Or, the result of SHOW STATUS LIKE 'Ssl_cipher' should be 'DHE-RSA-AES256-SHA'
[19 Oct 2004 23:11] Matthew Lord
I verified this with a fresh bk clone (10/18/04) on a RH 9 box (Linux booty 2.4.21 #12 SMP Thu 
Aug 14 00:49:40 EDT 2003 i686 i686 i386 GNU/Linux).

I could not repeat the problem with 4.0.21 on the same machine.
[1 Dec 2004 1:37] Matt Wagner
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html

Additional info:

I pushed the fix into the 4.1 repository. It will be fixed in 4.1.8. Thanks!