minor pgcrypto doc update
Started by Marko Kreenover 18 years ago2 messagespatches
- s/2440/4880/
- mention all built-in hashes
- s/pgcrypto/PostgreSQL/ in one place
- no need to mention 2440bis anymore
Explanation - pgp code was written from the start to conform with
rfc2440bis (now rfc4880), so any mention of 2440 is obsolete.
--
marko
Attachments:
pgcrypto.doc.cleanup.diffapplication/octet-stream; name=pgcrypto.doc.cleanup.diffDownload+16-22
Re: minor pgcrypto doc update
On Thu, Jan 17, 2008 at 12:02:06PM +0200, Marko Kreen wrote:
- s/2440/4880/
- mention all built-in hashes
- s/pgcrypto/PostgreSQL/ in one place
- no need to mention 2440bis anymoreExplanation - pgp code was written from the start to conform with
rfc2440bis (now rfc4880), so any mention of 2440 is obsolete.
Applied, thanks.
//Magnus