1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-18 17:42:25 +03:00
Files
postgres/contrib/pgcrypto
Tom Lane a752952d26 Fix error detection in contrib/pgcrypto's encrypt_iv() and decrypt_iv().
Due to oversights, the encrypt_iv() and decrypt_iv() functions failed to
report certain types of invalid-input errors, and would instead return
random garbage values.

Marko Kreen, per report from Stefan Kaltenbrunner
2012-01-27 23:09:44 -05:00
..
2005-10-15 02:49:52 +00:00
2005-10-15 02:49:52 +00:00
2006-06-08 03:29:30 +00:00
2001-08-21 01:32:01 +00:00
2010-07-06 19:19:02 +00:00