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

  1. pgcrypto's encrypt() supports AES-128, AES-192, and AES-256