Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita770171

Browse files
committed
Update release notes for new pgcrypto additions.
Marko Kreen
1 parent944c4e3 commita770171

File tree

1 file changed

+32
-2
lines changed

1 file changed

+32
-2
lines changed

‎doc/src/sgml/release.sgml

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

44
Typical 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>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp