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

index 6facf13c1f4a5c8e893702876644fb48be7792b7..3ef599f0afc4557abd56c5d979a4ef3a0b9d4572 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  <application>libpq</application> - C Library
@@ -5197,7 +5197,9 @@ defaultNoticeProcessor(void *arg, const char *message)
    to inside libpq), you can use
    PQinitSSL(int) to tell libpq
    that the SSL library has already been initialized by your
-   application.
+   application.  See 
+   url="http://h71000.www7.hp.com/doc/83final/BA554_90007/ch04.html">
+   for details on the SSL API.
   
 
   
index 819081fa856c0651e984d5f26d634d4da24f93df..eaf4f04d36d15026c70b0a438612b62032acae8d 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  Operating System Environment
@@ -1637,6 +1637,9 @@ $ kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid`
    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 root.crl exists.
+   (See 
+   url="http://h71000.www7.hp.com/DOC/83final/BA554_90007/ch04s02.html">
+   for diagrams showing SSL certificate usage.)