Re: How to configure Postgres to make it not to use (load) crypto libraries.

Lists: pgsql-hackers
From: "Tom Dong" <TDong(at)witness(dot)com>
To: <pgsql-hackers(at)postgresql(dot)org>
Cc: "Tom Dong" <TDong(at)witness(dot)com>
Subject: How to configure Postgres to make it not to use (load) crypto libraries.
Date: 2007-01-27 17:15:55
Message-ID: CD1E60234C52284DB67C140463F87A7104A9C848@corpmailus1.us.witness.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Hi,

I am looking for a way via configuration to make Postgres
not to use the openssl lib libeay32.dll as I need to delete that
library. I basically need to remove any encryption (hash is fine)
features from my Postgres (8.x) installation. This is quite urgent for
me. I would be very grateful if someone in this communicate can reply
to this email and help me.

Thanks!

Tom


From: "Jim Buttafuoco" <jim(at)contactbda(dot)com>
To: "'Tom Dong'" <TDong(at)witness(dot)com>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: How to configure Postgres to make it not to use (load) crypto libraries.
Date: 2007-01-30 00:48:13
Message-ID: 200701300048.l0U0mJWf017484@amanda.contactbda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Rebuild from source and DO NOT specify --with-openssl

_____

From: pgsql-hackers-owner(at)postgresql(dot)org
[mailto:pgsql-hackers-owner(at)postgresql(dot)org] On Behalf Of Tom Dong
Sent: Saturday, January 27, 2007 12:16 PM
To: pgsql-hackers(at)postgresql(dot)org
Cc: Tom Dong
Subject: [HACKERS] How to configure Postgres to make it not to use (load)
crypto libraries.

Hi,

I am looking for a way via configuration to make Postgres not to
use the openssl lib libeay32.dll as I need to delete that library. I
basically need to remove any encryption (hash is fine) features from my
Postgres (8.x) installation. This is quite urgent for me. I would be very
grateful if someone in this communicate can reply to this email and help me.

Thanks!

Tom