Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bbd3bdb

Browse filesBrowse files
committed
Add URLs to two excellent web pages about SSL API and certificate usage.
1 parent 867ff07 commit bbd3bdb
Copy full SHA for bbd3bdb

File tree

Expand file treeCollapse file tree

2 files changed

+8
-3
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+8
-3
lines changed

‎doc/src/sgml/libpq.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/libpq.sgml
+4-2Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.252 2007/12/28 16:21:08 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.253 2008/01/08 18:07:38 momjian Exp $ -->
22

33
<chapter id="libpq">
44
<title><application>libpq</application> - C Library</title>
@@ -5197,7 +5197,9 @@ defaultNoticeProcessor(void *arg, const char *message)
51975197
to inside <application>libpq</application>), you can use
51985198
<function>PQinitSSL(int)</> to tell <application>libpq</application>
51995199
that the <acronym>SSL</> library has already been initialized by your
5200-
application.
5200+
application. See <ulink
5201+
url="http://h71000.www7.hp.com/doc/83final/BA554_90007/ch04.html"></ulink>
5202+
for details on the SSL API.
52015203
</para>
52025204

52035205
<table id="libpq-ssl-file-usage">

‎doc/src/sgml/runtime.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/runtime.sgml
+4-1Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.401 2007/12/29 04:59:27 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.402 2008/01/08 18:07:38 momjian Exp $ -->
22

33
<chapter Id="runtime">
44
<title>Operating System Environment</title>
@@ -1637,6 +1637,9 @@ $ <userinput>kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid`</userinput
16371637
verify that the client's certificate is signed by one of the trusted
16381638
certificate authorities. Certificate Revocation List (CRL) entries
16391639
are also checked if the file <filename>root.crl</filename> exists.
1640+
(See <ulink
1641+
url="http://h71000.www7.hp.com/DOC/83final/BA554_90007/ch04s02.html"></>
1642+
for diagrams showing SSL certificate usage.)
16401643
</para>
16411644

16421645
<para>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.