Age | Commit message (Expand) | Author |
2010-04-19 | Curl_HMAC_MD5: fix the array init to not warn with picky compilers | Daniel Stenberg |
2010-04-19 | Fix GnuTLS compilation problem in md5.c | monnerat |
2010-04-19 | Implement SMTP authentication | monnerat |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2009-02-12 | Added support for Digest and NTLM authentication using GnuTLS. | Dan Fandrich |
2008-08-17 | Adjust usage of conditional definition of USE_OPENSSL | Yang Tse |
2008-08-17 | libcurl internal md5.h header file renamed to curl_md5.h | Yang Tse |
2007-11-07 | if () => if() | Daniel Stenberg |
2005-05-02 | corrected copyright year | Daniel Stenberg |
2005-04-26 | Cory Nelson's work on nuking compiler warnings when building on x64 with | Daniel Stenberg |
2004-12-15 | Add 'const' to immutable arrays. | Dan Fandrich |
2004-11-12 | Dan Fandrich added the --disable-crypto-auth option to configure to allow | Daniel Stenberg |
2004-02-20 | Convert functions to ANSI-style declaration to prevent compiler warnings | Daniel Stenberg |
2004-02-16 | removed usage of a silly macro instead of the actual functions memcpy | Daniel Stenberg |
2004-01-29 | Dan Fandrich's cleanup patch to make pedantic compiler options cause less | Daniel Stenberg |
2004-01-07 | updated year in the copyright string | Daniel Stenberg |
2003-09-07 | do not use 'long' to store 4 bytes, as 64bit architectures have 64bit longs. | Daniel Stenberg |
2003-06-26 | adjusted to use the same API as the OpenSSL version of the MD5 functions | Daniel Stenberg |
2003-05-22 | Initial Digest support. At least partly working. | Daniel Stenberg |