Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d086da4

Browse files
committed
Update pgcrypto items.
1 parent 26ca0d6 commit d086da4

File tree

1 file changed

+35
-44
lines changed

1 file changed

+35
-44
lines changed

doc/src/sgml/release.sgml

Lines changed: 35 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.350 2005/08/23 21:17:15 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.351 2005/08/23 21:25:56 momjian Exp $
33
-->
44

55
<appendix id="release">
@@ -1719,57 +1719,48 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.350 2005/08/23 21:17:15 momjian
17191719

17201720
<listitem>
17211721
<para>
1722-
<filename>/contrib/pgcrypto</> - Remove support for
1723-
libmhash/libmcrypt (Marko Kreen)
1722+
<filename>/contrib/pgcrypto</> (Marko Kreen)
17241723
</para>
1725-
</listitem>
17261724

1727-
<listitem>
1728-
<para>
1729-
<filename>/contrib/pgcrypto</> - Add support for new encryption
1730-
methods (Marko Kreen)
1731-
</para>
1732-
<para>
1733-
<itemizedlist>
1725+
<itemizedlist>
17341726

1735-
<listitem>
1736-
<para>
1737-
3DES
1738-
</para>
1739-
</listitem>
1740-
1741-
<listitem>
1742-
<para>
1743-
AES
1744-
</para>
1745-
</listitem>
1727+
<listitem>
1728+
<para>
1729+
Implemention of OpenPGP symmetric-key and public-key encryption
1730+
</para>
1731+
<para>
1732+
Supported are both RSA and Elgamal public-key algorithms.
1733+
</para>
1734+
</listitem>
17461735

1747-
<listitem>
1748-
<para>
1749-
Fortuna PRNG
1750-
</para>
1751-
</listitem>
1736+
<listitem>
1737+
<para>
1738+
Standalone build: include SHA256/384/512 hashes, Fortuna PRNG
1739+
</para>
1740+
</listitem>
17521741

1753-
<listitem>
1754-
<para>
1755-
PGP
1756-
</para>
1757-
</listitem>
1742+
<listitem>
1743+
<para>
1744+
OpenSSL build: support 3DES, use internal AES with OpenSSL < 0.9.7
1745+
</para>
1746+
</listitem>
17581747

1759-
<listitem>
1760-
<para>
1761-
RSA
1762-
</para>
1763-
</listitem>
1748+
<listitem>
1749+
<para>
1750+
Take build parameters (OpenSSL, zlib) from <filename>/configure</>. result
1751+
</para>
1752+
<para>
1753+
No need to edit the <filename>Makefile</> anymore.
1754+
</para>
1755+
</listitem>
17641756

1765-
<listitem>
1766-
<para>
1767-
SHA2 (SHA256, SHA384, SHA512)
1768-
</para>
1769-
</listitem>
1757+
<listitem>
1758+
<para>
1759+
Remove support for <filename>libmhash</> and <filename>libmcrypt</> (Marko Kreen)
1760+
</para>
1761+
</listitem>
17701762

1771-
</itemizedlist>
1772-
</para>
1763+
</itemizedlist>
17731764
</listitem>
17741765

17751766
</itemizedlist>

0 commit comments

Comments
 (0)