On Tue, 2004-04-27 at 18:07, Jesse Norell wrote: > Hello, > > > > I've managed to add the sha1 algorithm as implemented in the OpenSSL > > > library to my dbmail, along with the '{sha1:}' and '{sha1}' password > > > prefixes in dbmail-adduser for mode "a". (I don't have SHA support in > > > mode "c" as of yet). I /was/ going to try to make it all clean and > > > nice and offer it as a full patch set, but I've been having problems > > > finding my way through the generation of the top-level Makefile, so I > > What do you need to do there? If just checking for the openssl library, > look at using AC_CHECK_LIB in acinclude.m4 (eg. look at the SIEVE stuff > in dbmail 2.x, it's pretty short and clean). > > > > decided to see if: > > > > > > 1) Anyone else is even interested in this > > > Yes, it should get added at some point. >
One important thing: *Licensing* The OpenSSL license is not fully compatible with the GPL. We've been talking about this earlier. After some research I've found that libgcrypt is our best option. It's in use by quite a lot of other projects (GnuPG for one), and is licensed using the LGPL. It's just as easy to use as OpenSSL is :) (BTW, I CC'ed this to dbmail-dev) Ilja