Documentation of pgcrypto AES key sizes
Thomas Munro <thomas.munro@enterprisedb.com>
From: Thomas Munro <thomas.munro@enterprisedb.com>
To: Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2018-01-25T23:33:41Z
Lists: pgsql-hackers
Hi, 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? -- Thomas Munro http://www.enterprisedb.com
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