minor pgcrypto doc update

Started by Marko Kreenover 18 years ago2 messagespatches
Jump to latest
#1Marko Kreen
markokr@gmail.com

- 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
#2Magnus Hagander
magnus@hagander.net
In reply to: Marko Kreen (#1)
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 anymore

Explanation - pgp code was written from the start to conform with
rfc2440bis (now rfc4880), so any mention of 2440 is obsolete.

Applied, thanks.

//Magnus