Re: OpenSSL in ODBC

From: "Inoue, Hiroshi" <h-inoue(at)dream(dot)email(dot)ne(dot)jp>
To: "Tam, Derek" <Derek(dot)Tam(at)mdacorporation(dot)com>
Cc: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: OpenSSL in ODBC
Date: 2019-08-13 23:14:33
Message-ID: 3cdfff23-b7ed-7b14-2273-700aa4ffdcdb@dream.email.ne.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi,

Psqlodbc driver doesn't link OpenSSL libraries directly.
The driver links libpq library which calls OpenSSL APIs.

regards,
Hiroshi Inoue

On 2019/08/14 5:01, Tam, Derek wrote:
>
> Hello,
>
> I noticed in the most recent release of psqlodbc_11_01,  the version
> of OpenSSL that is packaged is 1.0.2R.
>
> Are there any plans for updating this to OpenSSL 1.1.1, as 1.0.2 will
> be reaching end of life by this year?
>
> Additionally, if we were to simply remove the LIBEAY32.dll and
> SSLEAY32.dll files from the installation, would there be any problems
> at runtime?
>
> Our system is currently not using/require SSL encryption.
>
> Thanks
>
> Derek
>
> *MDA, Derek Tam*
>
> +1-604-231-2340
>
> detam(at)mdacorporation(dot)com
>
> This electronic correspondence, including any attachments, is intended
> solely for the use of the intended recipient(s) and may contain
> legally privileged, proprietary and/or confidential information. If
> you are not the intended recipient, please immediately notify the
> sender by reply e-mail and permanently delete all copies of this
> electronic correspondence and associated attachments. Any use,
> disclosure, dissemination, distribution or copying of this electronic
> correspondence and any attachments for any purposes that have not been
> specifically authorized by the sender is strictly prohibited.
>

---
このメールは、AVG によってウイルス チェックされています。
http://www.avg.com

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Inoue, Hiroshi 2019-08-14 10:49:40 Re: Regarding conversion of SQL_TSI_DAY operator for Datetimeadd function in ODBC driver
Previous Message Tam, Derek 2019-08-13 20:01:27 OpenSSL in ODBC