@@ -331,7 +331,7 @@ Now common part, the session-key encrypted data packet:
331331
332332Return a symmetric-key encrypted PGP message.
333333
334- Options are described in section 5.7 .
334+ Options are described in section 5.8 .
335335
336336
3373375.3. pgp_sym_decrypt(msg, psw)
@@ -346,7 +346,7 @@ Decrypting bytea data with `pgp_sym_decrypt` is disallowed.
346346This is to avoid outputting invalid character data. Decrypting
347347originally textual data with `pgp_sym_decrypt_bytea` is fine.
348348
349- Options are described in section 5.7 .
349+ Options are described in section 5.8 .
350350
351351
3523525.4. pgp_pub_encrypt(data, pub_key)
@@ -358,7 +358,7 @@ Options are described in section 5.7.
358358Encrypt data with a public key. Giving this function a secret key will
359359produce a error.
360360
361- Options are described in section 5.7 .
361+ Options are described in section 5.8 .
362362
363363
3643645.5. pgp_pub_decrypt(msg, sec_key [, psw])
@@ -378,7 +378,7 @@ Decrypting bytea data with `pgp_pub_decrypt` is disallowed.
378378This is to avoid outputting invalid character data. Decrypting
379379originally textual data with `pgp_pub_decrypt_bytea` is fine.
380380
381- Options are described in section 5.7 .
381+ Options are described in section 5.8 .
382382
383383
3843845.6. pgp_key_id(key / msg)
@@ -714,4 +714,4 @@ http://www.cs.ut.ee/~helger/crypto/[]::
714714 Collection of cryptology pointers.
715715
716716
717- // $PostgreSQL: pgsql/contrib/pgcrypto/README.pgcrypto,v 1.16 2006/07/19 17:05:50 neilc Exp $
717+ // $PostgreSQL: pgsql/contrib/pgcrypto/README.pgcrypto,v 1.17 2006/08/05 00:29:11 neilc Exp $
0 commit comments