pgcrypto update:
Neil Conway <neilc@samurai.com>
pgcrypto update: * test error handling * add tests for des, 3des, cast5 * add some tests to blowfish, rijndael * Makefile: ability to specify different tests for different crypto libraries, so we can skip des, 3des and cast5 for builtin. Marko Kreen
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pgcrypto/expected/3des.out | added | +56 −0 |
| contrib/pgcrypto/expected/blowfish.out | modified | +52 −0 |
| contrib/pgcrypto/expected/cast5.out | added | +73 −0 |
| contrib/pgcrypto/expected/des.out | added | +48 −0 |
| contrib/pgcrypto/expected/init.out | modified | +9 −0 |
| contrib/pgcrypto/expected/rijndael.out | modified | +42 −0 |
| contrib/pgcrypto/Makefile | modified | +4 −1 |
| contrib/pgcrypto/sql/3des.sql | added | +26 −0 |
| contrib/pgcrypto/sql/blowfish.sql | modified | +21 −0 |
| contrib/pgcrypto/sql/cast5.sql | added | +42 −0 |
| contrib/pgcrypto/sql/des.sql | added | +24 −0 |
| contrib/pgcrypto/sql/init.sql | modified | +6 −0 |
| contrib/pgcrypto/sql/rijndael.sql | modified | +15 −0 |