Re: [HACKERS] Libpq functions

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Magnus Hagander <mha(at)sollentuna(dot)net>
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Libpq functions
Date: 1999-01-09 22:13:11
Message-ID: 7725.915919991@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Magnus Hagander <mha(at)sollentuna(dot)net> writes:
> Well, I see one reason to change it. Which is why I came up with the
> question in the first place. I was looking at the possibility of putting SSL
> on top of libpq. I have a project I'm working on that needs to transmit
> "lightly sensitive data" across the internet. Right now using SSH
> forwardings, but that's not exactly the "ideal solution".
> Anyway, SSLeay has functions that replace read() and write(), but nothing to
> work with FILE *:s.
> So if there are no major objections, I might take a shot at changing it to
> working directly on the socket, and put SSLeay on it.

Ah. Now that you mention it, I recall someone bringing up that exact
issue last summer on the hackers list. Was that you? If not, you might
want to go digging in the list archives (I forget what was said...)

regards, tom lane

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 1999-01-09 22:14:48 RE: [HACKERS] Libpq functions
Previous Message Magnus Hagander 1999-01-09 21:49:59 RE: [HACKERS] Libpq functions