Re: BUG #11905: "Error: Wrong key or corrupt data" with pgp_sym_decrypt when bytea size is 2^x - 6 where x >=14

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
Cc: Marko Tiikkaja <marko(at)joh(dot)to>, connor(dot)penhale(at)openlogic(dot)com, Pg Bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #11905: "Error: Wrong key or corrupt data" with pgp_sym_decrypt when bytea size is 2^x - 6 where x >=14
Date: 2014-11-11 21:03:24
Message-ID: 12195.1415739804@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Jeff Janes <jeff(dot)janes(at)gmail(dot)com> writes:
> How do we go about incorporating it, as far as bumping the extension
> version-number and such? Or does it not get bumped at all because there is
> no change to the interface?

It's only a C code change, so no problem. If we had to change the SQL
code for pgcrypto, we'd have to worry about version numbers.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2014-11-11 22:23:49 Re: BUG #11905: "Error: Wrong key or corrupt data" with pgp_sym_decrypt when bytea size is 2^x - 6 where x >=14
Previous Message Tom Lane 2014-11-11 20:59:30 Re: BUG #11939: Missing "actual time" in auto_explain plans