1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-27 23:21:58 +03:00
Peter Eisentraut
2018-08-14 22:54:52 +02:00
parent dea7fc60a0
commit 6884491bd8
3 changed files with 2 additions and 8 deletions

View File

@ -7465,9 +7465,8 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
that the <literal>libssl</> and/or <literal>libcrypto</> libraries that the <literal>libssl</> and/or <literal>libcrypto</> libraries
have been initialized by your application, so that have been initialized by your application, so that
<application>libpq</application> will not also initialize those libraries. <application>libpq</application> will not also initialize those libraries.
<!-- If this URL changes replace it with a URL to www.archive.org. -->
See <ulink See <ulink
url="http://h71000.www7.hp.com/doc/83final/ba554_90007/ch04.html"></ulink> url="http://h41379.www4.hpe.com/doc/83final/ba554_90007/ch04.html"></ulink>
for details on the SSL API. for details on the SSL API.
</para> </para>

View File

@ -1301,10 +1301,6 @@ gen_random_bytes(count integer) returns bytea
<para><ulink url="http://jlcooke.ca/random/"></ulink></para> <para><ulink url="http://jlcooke.ca/random/"></ulink></para>
<para>Jean-Luc Cooke Fortuna-based <filename>/dev/random</> driver for Linux.</para> <para>Jean-Luc Cooke Fortuna-based <filename>/dev/random</> driver for Linux.</para>
</listitem> </listitem>
<listitem>
<para><ulink url="http://research.cyber.ee/~lipmaa/crypto/"></ulink></para>
<para>Collection of cryptology pointers.</para>
</listitem>
</itemizedlist> </itemizedlist>
</sect3> </sect3>
</sect2> </sect2>

View File

@ -2143,9 +2143,8 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433
intermediate certificates were created with <literal>v3_ca</> intermediate certificates were created with <literal>v3_ca</>
extensions). Certificate Revocation List (CRL) entries are also extensions). Certificate Revocation List (CRL) entries are also
checked if the parameter <xref linkend="guc-ssl-crl-file"> is set. checked if the parameter <xref linkend="guc-ssl-crl-file"> is set.
<!-- If this URL changes replace it with a URL to www.archive.org. -->
(See <ulink (See <ulink
url="http://h71000.www7.hp.com/doc/83final/ba554_90007/ch04s02.html"></> url="http://h41379.www4.hpe.com/doc/83final/ba554_90007/ch04s02.html"></>
for diagrams showing SSL certificate usage.) for diagrams showing SSL certificate usage.)
</para> </para>