Re: [psqlODBC 08.02.0402] OpenSSL libraries
От | Hiroshi Inoue |
---|---|
Тема | Re: [psqlODBC 08.02.0402] OpenSSL libraries |
Дата | |
Msg-id | 4666D0AC.1070205@tpf.co.jp обсуждение исходный текст |
Ответ на | Re: [psqlODBC 08.02.0402] OpenSSL libraries (Rainer Bauer <usenet@munnin.com>) |
Ответы |
DSNLess connection
|
Список | 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 по дате отправления: