Re: Documentation of pgcrypto AES key sizes
Michael Paquier <michael.paquier@gmail.com>
From: Michael Paquier <michael.paquier@gmail.com>
To: Thomas Munro <thomas.munro@enterprisedb.com>
Cc: Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2018-01-26T01:19:06Z
Lists: pgsql-hackers
On Fri, Jan 26, 2018 at 12:33:41PM +1300, Thomas Munro wrote: > I noticed that the documentation for encrypt()/decrypt() says "aes — > AES (Rijndael-128)", but in fact 192 and 256 bit keys are also > supported, whether you build --with-openssl or --without-openssl. > Should that say "AES (Rijndael-128, -192 or -256)" instead? Indeed. Instead of using the keysize as a prefix, I would personally find less confusing if written as "AES (Rijndael with key sizes of 128, 192 or 256 bytes)" instead of the phrasing you are proposing. Well, it is true that "Rijndael-128" and friends are wordings that can be found here and there.. -- Michael
Commits
-
pgcrypto's encrypt() supports AES-128, AES-192, and AES-256
- 4ab8ded9fb4e 9.3.21 landed
- 7c348e16c279 9.4.16 landed
- 71bf5bc2c406 9.5.11 landed
- 7201c68793e9 9.6.7 landed
- d40d97d6c744 11.0 landed
- 1787c332dbb7 10.2 landed