Re: looking for a secure

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Fran Fabrizio <ffabrizio(at)mmrd(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: looking for a secure
Date: 2001-07-31 18:11:00
Message-ID: 13232.996603060@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Fran Fabrizio <ffabrizio(at)mmrd(dot)com> writes:
> Yeah, I know that it's straightforward to compile the SSL into the server,
> but the question on the SSL is more of how likely is it that we are going to
> be able to roll our own SSL communications from our lightweight C client
> running on a hodgepodge of AIX and SCO machines.

I doubt you want to roll your own; use the OpenSSL library. Your real
question is "how portable is that library", and I have to admit I don't
know. But try it.

> I also have seen some of the Pg folks (Momjian for one, maybe
> Lane) post with some skepticism about the state of the SSL support, but I
> don't recall the details at the moment.

It was broken in 7.0, but AFAIK it's OK in 7.1.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2001-07-31 18:15:22 Re: Asking for some PL/pgSQL Tips
Previous Message Stephan Szabo 2001-07-31 18:05:37 Re: RULE vs TRIGGER