Commit d086da4b authored by Bruce Momjian's avatar Bruce Momjian

Update pgcrypto items.

parent 26ca0d6a
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.350 2005/08/23 21:17:15 momjian Exp $ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.351 2005/08/23 21:25:56 momjian Exp $
--> -->
<appendix id="release"> <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,57 +1719,48 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.350 2005/08/23 21:17:15 momjian
<listitem> <listitem>
<para> <para>
<filename>/contrib/pgcrypto</> - Remove support for <filename>/contrib/pgcrypto</> (Marko Kreen)
libmhash/libmcrypt (Marko Kreen)
</para> </para>
</listitem>
<listitem>
<para>
<filename>/contrib/pgcrypto</> - Add support for new encryption
methods (Marko Kreen)
</para>
<para>
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para> <para>
3DES Implemention of OpenPGP symmetric-key and public-key encryption
</para> </para>
</listitem>
<listitem>
<para> <para>
AES Supported are both RSA and Elgamal public-key algorithms.
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Fortuna PRNG Standalone build: include SHA256/384/512 hashes, Fortuna PRNG
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
PGP OpenSSL build: support 3DES, use internal AES with OpenSSL < 0.9.7
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
RSA Take build parameters (OpenSSL, zlib) from <filename>/configure</>. result
</para>
<para>
No need to edit the <filename>Makefile</> anymore.
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
SHA2 (SHA256, SHA384, SHA512) Remove support for <filename>libmhash</> and <filename>libmcrypt</> (Marko Kreen)
</para> </para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
</para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment