Bug #26678 SSL tests fail on win64
Submitted: 27 Feb 2007 11:27 Modified: 13 Mar 2007 19:37
Reporter: Mads Martin Joergensen Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S2 (Serious)
Version:5.0 and 5.1 OS:Windows (windows 64)
Assigned to: Magnus BlÄudd CPU Architecture:Any

[27 Feb 2007 11:27] Mads Martin Joergensen
Description:
All tests for SSL connection fails on 64bit windows everytime.

This is from vm-win2003-64-b both 5.0 and 5.1

openssl_1                      [ fail ]

Errors are (from e:/var-n_stm-100/log/mysqltest-time) :
mysqltest: At line 18: query 'connect  con1,localhost,ssl_user1,,,,,SSL'
failed: 2026: SSL connection error
(the last lines may be the most important ones)
Result from queries before failure can be found in r/openssl_1.log

ssl                            [ fail ]

Errors are (from e:/var-n_stm-100/log/mysqltest-time) :
mysqltest: At line 6: query 'connect  ssl_con,localhost,root,,,,,SSL'
failed: 2026: SSL connection error

How to repeat:
Pushbuild repeats it.
[27 Feb 2007 13:18] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/20645

ChangeSet@1.2446, 2007-02-27 14:18:12+01:00, msvensson@pilot.blaudden +2 -0
  Bug#26678 SSL tests fail on win64
   - Import a patch from yaSSL CVS that uses "word" instead
  of "unsigned long" in three function's that uses sizeof to find
  out the word size being used. NOTE! long is 32 bit also on 
  64 bit windows.
[8 Mar 2007 21:31] Timothy Smith
pushed to 5.0.38, 5.1.17
[13 Mar 2007 19:37] Paul DuBois
Noted in 5.0.38, 5.1.17 changelogs.

SSL connections failed on Windows.