ron.peterson@yellowbank.com		
2001-01-04 03:16:14 PM

An implementation of the MD5 message digest algorithm intended for use
with PostgreSQL.  This implementation is based directly on the
implementation documented in RFC1321 by R. Rivest at the MIT
Laboratory for Computer Science and RSA Data Security, Inc.

Edit the included Makefile to point to the proper location of your
include files, libraries, etc.  Then 'make pg_md5.so'.  Edit
pg_md5.test.schema to reflect the location of the object file.  You
can load the schema into the psql command line interpreter as '\i
pg_md5.test.schema'.  Compare this schema's output to see that it
matches the correct output as documented in RFC1321.  The correct
output has been included in pg_md5.test.schema as comments.

--

Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
rights reserved.

License to copy and use this software is granted provided that it
is identified as the "RSA Data Security, Inc. MD5 Message-Digest
Algorithm" in all material mentioning or referencing this software
or this function.

License is also granted to make and use derivative works provided
that such works are identified as "derived from the RSA Data
Security, Inc. MD5 Message-Digest Algorithm" in all material
mentioning or referencing the derived work.

RSA Data Security, Inc. makes no representations concerning either
the merchantability of this software or the suitability of this
software for any particular purpose. It is provided "as is"
without express or implied warranty of any kind.

These notices must be retained in any copies of any part of this
documentation and/or software.
