File tree Expand file tree Collapse file tree 1 file changed +35
-44
lines changed Expand file tree Collapse file tree 1 file changed +35
-44
lines changed Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
-->
4
4
5
5
<appendix id="release">
@@ -1719,57 +1719,48 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.350 2005/08/23 21:17:15 momjian
1719
1719
1720
1720
<listitem>
1721
1721
<para>
1722
- <filename>/contrib/pgcrypto</> - Remove support for
1723
- libmhash/libmcrypt (Marko Kreen)
1722
+ <filename>/contrib/pgcrypto</> (Marko Kreen)
1724
1723
</para>
1725
- </listitem>
1726
1724
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>
1734
1726
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>
1746
1735
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>
1752
1741
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>
1758
1747
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>
1764
1756
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>
1770
1762
1771
- </itemizedlist>
1772
- </para>
1763
+ </itemizedlist>
1773
1764
</listitem>
1774
1765
1775
1766
</itemizedlist>
You can’t perform that action at this time.
0 commit comments