Documentation of pgcrypto AES key sizes - Mailing list pgsql-hackers

From Thomas Munro
Subject Documentation of pgcrypto AES key sizes
Date
Msg-id CAEepm=1XbBHXYJKofGjnM2Qfz-ZBVqhGU4AqvtgR+Hegy4fdKg@mail.gmail.com
Whole thread Raw
Responses Re: Documentation of pgcrypto AES key sizes
List 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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Removing WITH clause support in CREATE FUNCTION, for isCachable and isStrict
Next
From: Andres Freund
Date:
Subject: Should we introduce a "really strict" volatility about return values?