RE: [HACKERS] Access PostgreSQL server via SSL/Internet

From: Magnus Hagander <mha(at)sollentuna(dot)net>
To: "'Peter Eisentraut'" <peter_e(at)gmx(dot)net>
Cc: "'Dominic J(dot) Eidson'" <sauron(at)the-infinite(dot)org>, John McKown <jmckown(at)prodigy(dot)net>, PostgreSQL hackers mailing list <pgsql-hackers(at)postgresql(dot)org>
Subject: RE: [HACKERS] Access PostgreSQL server via SSL/Internet
Date: 2000-08-27 13:52:18
Message-ID: 215896B6B5E1CF11BC5600805FFEA82103D97CCF@sirius.edu.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

> > Docs of the SSL stuff is coming up as soon as I get "final
> approval" of
> > the patch that brings SSL up to working (e.g. either applying or
> > rejectnig :-). I have a very rough outline so far, but I don't want
> > to put down too much work into it until I know I am documenting the
> > right thing (the version that will eventually go in, that is).
>
> Your patch looked fine to me, the details can be hammered out later.
Ok. Great. That's what I needed to hear.

> What I'd like to see is some at least informal documentation
> on how to use
> this at all. We can't put in any patches that we don't know
> how to use.

Here is a patch against the same cvs tree as the SSL patch (Aug 20).
I hope I didn't mess the SGML up too bad, but somebody should definitly
look that over. I tried to steal as much as I could from around :-)

This patch updates:
* Installation instructions (paragraph on how to compile with openssl)
* Documentation of pg_hba.conf (added "hostssl" record docs)
* Libpq documentation (added connection option, documentation of
PQgetssl() function)
* Add section on SSL to "Server Runtime Environment"

If you beleive any particular area needs more attention, please let me know.

//Magnus

Attachment Content-Type Size
ssldoc_patch application/octet-stream 7.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Oleg Bartunov 2000-08-27 14:55:41 Re: current cvs is broken with --enable-multibyte
Previous Message Philip Warner 2000-08-27 11:47:58 Re: pg_dump -o does not work on current

Browse pgsql-patches by date

  From Date Subject
Next Message Karel Zak 2000-08-28 07:15:49 Re: [PATCHES] to_char() function's bug and it's patch
Previous Message Alex Kapranoff 2000-08-26 12:46:24 Unbreak plperl building