Re: [psqlODBC 08.02.0402] OpenSSL libraries

From: Hiroshi Inoue <inoue(at)tpf(dot)co(dot)jp>
To: Rainer Bauer <usenet(at)munnin(dot)com>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: [psqlODBC 08.02.0402] OpenSSL libraries
Date: 2007-06-06 15:20:12
Message-ID: 4666D0AC.1070205@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Benjamin Krajmalnik 2007-06-06 16:24:43 DSNLess connection
Previous Message Rainer Bauer 2007-06-06 12:15:50 Re: [psqlODBC 08.02.0402] OpenSSL libraries