Add URLs to two excellent web pages about SSL API and certificate usage.
authorBruce Momjian <bruce@momjian.us>
Tue, 8 Jan 2008 18:07:38 +0000 (18:07 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 8 Jan 2008 18:07:38 +0000 (18:07 +0000)
doc/src/sgml/libpq.sgml
doc/src/sgml/runtime.sgml

index ea13f55b4f54f5f7459d7a0c8d29f915a4607e23..e7ef229c1f329bba7ffe9cb49215925c08cbe559 100644 (file)
@@ -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">
index 72172fcf9083a921cbbc41e9bcf5e8c64631f746..4911ae1e12d8fd02033a8677771aede368f29ee7 100644 (file)
@@ -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>