libmicrohttpd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [libmicrohttpd] Re: HTTP Digest Auth done


From: Simon Josefsson
Subject: Re: [libmicrohttpd] Re: HTTP Digest Auth done
Date: Thu, 19 Aug 2010 13:10:41 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux)

Christian Grothoff <address@hidden> writes:

> Hi!
>
> I have more comments ;-).
>
> First, I see that you're using "gcry_md_read" and similar functions for MD5.  
> That's perfect *if* MHD is being build with SSL support.  However, for 
> installations without SSL support we also don't link against libgcrypt.  So 
> configure will need to test for libgcrypt and only enable the code (and add "-
> lgcrypt" to the LDFLAGS) if libgcrypt was found.  Also, your diffs should 
> typically not include changes to generated files (you send the diff for 
> configure).

Just a side note, but you could consider using GNU Nettle for crypto
instead of libgcrypt.  Or gnulib, which happens to have MD5 too, and
then you avoid another pre-dependency.  Gnulib is good for a lot of
other things too, of course.

/Simon



reply via email to

[Prev in Thread] Current Thread [Next in Thread]