Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: [psqlODBC 08.02.0402] OpenSSL libraries



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



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group