|
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 $ --> |
2 | 2 | <!--
|
3 | 3 |
|
4 | 4 | Typical markup:
|
@@ -811,7 +811,7 @@ links to the main documentation.
|
811 | 811 |
|
812 | 812 | <para>
|
813 | 813 | 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 |
815 | 815 | <structname>pg_stat_activity</> for status information.
|
816 | 816 | </para>
|
817 | 817 | </listitem>
|
@@ -2395,6 +2395,36 @@ links to the main documentation.
|
2395 | 2395 | <para>
|
2396 | 2396 | pgcrypto now has all planned functionality (Marko Kreen)
|
2397 | 2397 | </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> |
2398 | 2428 | </listitem>
|
2399 | 2429 |
|
2400 | 2430 | <listitem>
|
|