pgcrypto update:
authorNeil Conway <neilc@samurai.com>
Mon, 21 Mar 2005 05:24:52 +0000 (05:24 +0000)
committerNeil Conway <neilc@samurai.com>
Mon, 21 Mar 2005 05:24:52 +0000 (05:24 +0000)
commit6a8eb1a7b6dd48bceca9ed0e449ef8d1c09967e3
tree82eb3fdb7fe865763ecf145058571ced87d230a2
parent19b676869a1d9c1bf25a2332bdbe04bb9027c340
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
13 files changed:
contrib/pgcrypto/Makefile
contrib/pgcrypto/expected/3des.out [new file with mode: 0644]
contrib/pgcrypto/expected/blowfish.out
contrib/pgcrypto/expected/cast5.out [new file with mode: 0644]
contrib/pgcrypto/expected/des.out [new file with mode: 0644]
contrib/pgcrypto/expected/init.out
contrib/pgcrypto/expected/rijndael.out
contrib/pgcrypto/sql/3des.sql [new file with mode: 0644]
contrib/pgcrypto/sql/blowfish.sql
contrib/pgcrypto/sql/cast5.sql [new file with mode: 0644]
contrib/pgcrypto/sql/des.sql [new file with mode: 0644]
contrib/pgcrypto/sql/init.sql
contrib/pgcrypto/sql/rijndael.sql