]> granicus.if.org Git - postgresql/commit
Remove support for libmhash/libmcrypt.
authorNeil Conway <neilc@samurai.com>
Mon, 21 Mar 2005 05:17:16 +0000 (05:17 +0000)
committerNeil Conway <neilc@samurai.com>
Mon, 21 Mar 2005 05:17:16 +0000 (05:17 +0000)
commit3cc866123224ec1cd9b2deeb4d63c39c6ef9e533
treeb6c615bc8018c59b193f4e541fe168de2476ca4c
parentee4ddac137b7c66e3bec6f74e3503236476cb16e
Remove support for libmhash/libmcrypt.

libmcrypt seems to dead, maintainer address bounces,
and cast-128 fails on 2 of the 3 test vectors from RFC2144.

So I see no reason to keep around stuff I don't trust
anymore.

Support for several crypto libraries is probably only
confusing to users, although it was good for initial
developing - it helped to find hidden assumptions and
forced me to create regression tests for all functionality.

Marko Kreen
contrib/pgcrypto/Makefile
contrib/pgcrypto/README.pgcrypto
contrib/pgcrypto/mhash.c [deleted file]