File tree Expand file tree Collapse file tree 1 file changed +32
-2
lines changed
Expand file tree Collapse file tree 1 file changed +32
-2
lines changed Original file line number Diff line number Diff line change 1- <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.477 2006/10/20 23:02:20 tgl Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.478 2006/10/21 18:15:44 momjian Exp $ -->
22<!--
33
44Typical markup:
@@ -811,7 +811,7 @@ links to the main documentation.
811811
812812 <para>
813813 On platforms where it is expensive to update the <application>ps</>
814- display, it may be worthwhile to turn this off and rely solely on
814+ display, it may be worthwhile to turn this off and rely solely on
815815 <structname>pg_stat_activity</> for status information.
816816 </para>
817817 </listitem>
@@ -2395,6 +2395,36 @@ links to the main documentation.
23952395 <para>
23962396 pgcrypto now has all planned functionality (Marko Kreen)
23972397 </para>
2398+ <itemizedlist>
2399+ <listitem>
2400+ <para>
2401+ Include iMath library in pgcrypto to have the public-key encryption
2402+ functions always available.
2403+ </para>
2404+ </listitem>
2405+ <listitem>
2406+ <para>
2407+ Add SHA224 algorithm that was missing in OpenBSD code.
2408+ </para>
2409+ </listitem>
2410+ <listitem>
2411+ <para>
2412+ Activate builtin code for SHA224/256/384/512 hashes on older
2413+ OpenSSL to have those algorithms always available.
2414+ </para>
2415+ </listitem>
2416+ <listitem>
2417+ <para>
2418+ New function gen_random_bytes() that returns cryptographically strong
2419+ randomness. Useful for generating encryption keys.
2420+ </para>
2421+ </listitem>
2422+ <listitem>
2423+ <para>
2424+ Remove digest_exists(), hmac_exists() and cipher_exists() functions.
2425+ </para>
2426+ </listitem>
2427+ </itemizedlist>
23982428 </listitem>
23992429
24002430 <listitem>
You can’t perform that action at this time.
0 commit comments