ANNOUNCE: v0.1a of PostgreSQL-SSL patch released. - Mailing list pgsql-hackers

From Brett McCormick
Subject ANNOUNCE: v0.1a of PostgreSQL-SSL patch released.
Date
Msg-id 13629.19870.689577.343923@abraxas.scene.com
Whole thread Raw
List pgsql-hackers
I've patched postgreSQL for SSL (secure socket layer) support.  This
is the encryption used by secure web servers and browsers.  Useful for
encrypting your postgres connections.  Will eventually be useful for
authentication as well.

informational page:    http://www.chicken.org/pgsql/ssl/

the patch (for 6.3.2):    http://www.chicken.org/pgsql/ssl/pgsqlSSL.patch

SSLeay FAQ:        http://psych.psy.uq.oz.au/~ftp/Crypto/

apply the patch, ./configure and make.  should pass the regression
tests.

THIS IS A HACK, for functionality only.  See the info page for
details.  More later.

pgsql-hackers by date:

Previous
From: Michael Yount
Date:
Subject: Re: [HACKERS] PORTNAME and LINUX_ELF defines in interface Makefiles
Next
From: "Vadim B. Mikheev"
Date:
Subject: Re: [QUESTIONS] How to use memory instead of hd?