libpq with ssl under win32

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: pgsql-patches(at)postgresql(dot)org
Subject: libpq with ssl under win32
Date: 2003-08-24 23:40:20
Message-ID: 3F494CE4.4080008@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

The attached patch enables libpq to be linked with ssl support (openssl
0.9.7.b tested).
Client certificates are commented out because the implementation is *nix
specific, regarding the location resolution of the .pem files. It needs
to be discussed where these files should be located. For NT/W2K and up,
the natural way would be using GetUserProfileDirectory, but this would
exclude Win9x.

Regards,
Andreas

Attachment Content-Type Size
fe-secure.c.patch text/plain 2.4 KB
libpq-int.h.patch text/plain 519 bytes
win32.mak.patch text/plain 3.1 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Serguei Mokhov 2003-08-25 16:42:31 Russian NLS update: pgscripts
Previous Message Alvaro Herrera 2003-08-24 23:25:55 small typos