Re: [psqlODBC 08.02.0402] OpenSSL libraries - Mailing list pgsql-odbc

From Hiroshi Inoue
Subject Re: [psqlODBC 08.02.0402] OpenSSL libraries
Date
Msg-id 4666D0AC.1070205@tpf.co.jp
Whole thread Raw
In response to Re: [psqlODBC 08.02.0402] OpenSSL libraries  (Rainer Bauer <usenet@munnin.com>)
Responses DSNLess connection  ("Benjamin Krajmalnik" <kraj@illumen.com>)
List pgsql-odbc
Rainer Bauer wrote:
>
> Do you have a Win32 program that establishes a SSL connection and does NOT
> crash?

For example MS Access. Unfortunately we can't expect to add
  OPENSSL_Applink() code snippet to such generic applications.

> Rainer
>
> PS: psqlODBC only calls SSL_read(), SSL_write() and SSL_get_error(). As I
> understand it all the real SSL handling happens in libpq. So maybe I am
> looking at the wrong place to find the error?

Psqlodbc uses libpq to establish SSL connections and gets the result
communication path using PQsocket() and/or PQgetssl(). Then
the driver communcates with the server via the commnication path
and doesn't call libpq APIs until the end of the connection.
The driver calls PQfinish() to terminate the connection.

It would be a problem if libpq and psqlodbc link different openssl
libraries.

regards,
Hiroshi Inoue

pgsql-odbc by date:

Previous
From: Rainer Bauer
Date:
Subject: Re: [psqlODBC 08.02.0402] OpenSSL libraries
Next
From: "Benjamin Krajmalnik"
Date:
Subject: DSNLess connection