More pgcrypto fixes: handle long messages correctly, suppress
Tom Lane <tgl@sss.pgh.pa.us>
More pgcrypto fixes: handle long messages correctly, suppress compiler warnings. Marko Kreen and Kris Jurka.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pgcrypto/expected/3des.out | modified | +13 −0 |
| contrib/pgcrypto/expected/blowfish.out | modified | +13 −0 |
| contrib/pgcrypto/expected/cast5.out | modified | +13 −0 |
| contrib/pgcrypto/expected/des.out | modified | +13 −0 |
| contrib/pgcrypto/expected/rijndael.out | modified | +13 −0 |
| contrib/pgcrypto/openssl.c | modified | +13 −5 |
| contrib/pgcrypto/sha2.c | modified | +6 −6 |
| contrib/pgcrypto/sql/3des.sql | modified | +4 −0 |
| contrib/pgcrypto/sql/blowfish.sql | modified | +4 −0 |
| contrib/pgcrypto/sql/cast5.sql | modified | +4 −0 |
| contrib/pgcrypto/sql/des.sql | modified | +4 −0 |
| contrib/pgcrypto/sql/rijndael.sql | modified | +4 −0 |