Bug #34648 SSLVerify
Submitted: 18 Feb 2008 21:22 Modified: 1 Mar 2008 11:38
Reporter: Lawrenty Novitsky Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / ODBC Severity:S4 (Feature request)
Version:5.1 OS:Any
Assigned to: Lawrenty Novitsky CPU Architecture:Any
Tags: SSL

[18 Feb 2008 21:22] Lawrenty Novitsky
Description:
C/ODBC 5.1 should support SSLVERIFY connection option as well as 3.51 (bug 29955)

How to repeat:
Try to setup DSN for 5.1 driver and notice that SSL tab lacks Verify SSL checkbox

Suggested fix:
Add support of the option to GUI, data source operations and connection routines.
[18 Feb 2008 21:57] Lawrenty Novitsky
Full patch - includedes Bogdan's changes for 3.51

Attachment: bug34648.patch (application/octet-stream, text), 23.92 KiB.

[18 Feb 2008 22:01] Lawrenty Novitsky
The patch also contains code (1 line :)) to keep db name in textbox then the list is dropped down.
Also little change in odbcparamdialog.cpp/FormMain_OnCommand - code for IDC_EDIT_dbname moved to separate function (that's because of other code i cannot post/commit at the moment)
[27 Feb 2008 16:21] Lawrenty Novitsky
Patch has been committed as revision #1049 and will appear in 5.1.3 release
[1 Mar 2008 11:38] MC Brown
A note has been added to the 5.1.3 changelog as part of the entry for Bug #29955:

        In previous versions, the SSL certificate would automatically be
        verified when used as part of the Connector/ODBC connection. The
        default mode is now to ignore the verificate of certificates. To
        enforce verification of the SSL certificate during connection,
        use the SSLVERIFY DSN parameter, setting the
        value to 1.