From bbd3bdba3e453d537f13524e3c265771066b748b Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Tue, 8 Jan 2008 18:07:38 +0000 Subject: [PATCH] Add URLs to two excellent web pages about SSL API and certificate usage. --- doc/src/sgml/libpq.sgml | 6 ++++-- doc/src/sgml/runtime.sgml | 5 ++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 6facf13c1f4..3ef599f0afc 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.252 2007/12/28 16:21:08 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.253 2008/01/08 18:07:38 momjian Exp $ --> <chapter id="libpq"> <title><application>libpq</application> - C Library</title> @@ -5197,7 +5197,9 @@ defaultNoticeProcessor(void *arg, const char *message) to inside <application>libpq</application>), you can use <function>PQinitSSL(int)</> to tell <application>libpq</application> that the <acronym>SSL</> library has already been initialized by your - application. + application. See <ulink + url="http://h71000.www7.hp.com/doc/83final/BA554_90007/ch04.html"></ulink> + for details on the SSL API. </para> <table id="libpq-ssl-file-usage"> diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 819081fa856..eaf4f04d36d 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.401 2007/12/29 04:59:27 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.402 2008/01/08 18:07:38 momjian Exp $ --> <chapter Id="runtime"> <title>Operating System Environment</title> @@ -1637,6 +1637,9 @@ $ <userinput>kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid`</userinput verify that the client's certificate is signed by one of the trusted certificate authorities. Certificate Revocation List (CRL) entries are also checked if the file <filename>root.crl</filename> exists. + (See <ulink + url="http://h71000.www7.hp.com/DOC/83final/BA554_90007/ch04s02.html"></> + for diagrams showing SSL certificate usage.) </para> <para> -- GitLab