Documentation of pgcrypto AES key sizes

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Documentation of pgcrypto AES key sizes
Дата
Msg-id CAEepm=1XbBHXYJKofGjnM2Qfz-ZBVqhGU4AqvtgR+Hegy4fdKg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Documentation of pgcrypto AES key sizes
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Removing WITH clause support in CREATE FUNCTION, for isCachable and isStrict
Следующее
От: Andres Freund
Дата:
Сообщение: Should we introduce a "really strict" volatility about return values?