summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2018-01-31 16:28:11 -0500
committerRobert Haas <rhaas@postgresql.org>2018-01-31 16:33:11 -0500
commitd40d97d6c74496a35111b29f8eef2a09cb43bc58 (patch)
treebb1f276eb555d9b90d19f3909326ae14011aae9e /doc/src
parente5dede90971d2ddbb7bca72ffc329c043bf717db (diff)
pgcrypto's encrypt() supports AES-128, AES-192, and AES-256
Previously, only 128 was mentioned, but the others are also supported. Thomas Munro, reviewed by Michael Paquier and extended a bit by me. Discussion: http://postgr.es/m/CAEepm=1XbBHXYJKofGjnM2Qfz-ZBVqhGU4AqvtgR+Hegy4fdKg@mail.gmail.com
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/pgcrypto.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/pgcrypto.sgml b/doc/src/sgml/pgcrypto.sgml
index 25341d684c9..efa193d22e3 100644
--- a/doc/src/sgml/pgcrypto.sgml
+++ b/doc/src/sgml/pgcrypto.sgml
@@ -1062,7 +1062,7 @@ decrypt_iv(data bytea, key bytea, iv bytea, type text) returns bytea
<itemizedlist>
<listitem><para><literal>bf</literal> &mdash; Blowfish</para></listitem>
- <listitem><para><literal>aes</literal> &mdash; AES (Rijndael-128)</para></listitem>
+ <listitem><para><literal>aes</literal> &mdash; AES (Rijndael-128, -192 or -256)</para></listitem>
</itemizedlist>
and <replaceable>mode</replaceable> is one of:
<itemizedlist>