Commit History

Author SHA1 Message Date
  Marc Hoersken 4d384a8714 md5.c: Added support for Microsoft Windows CryptoAPI 12 years ago
  Tatsuhiro Tsujikawa 6cc066a2c5 Fixed compile error with GNUTLS+NETTLE 12 years ago
  Daniel Stenberg bd9eb30ffd Curl_MD5_init: fix OOM memory leak 12 years ago
  Gökhan Şengün 004d7251ab md5: Add support for calculating the md5 sum of buffers incrementally 12 years ago
  Yang Tse c6825b7a6b fix several compiler warnings 12 years ago
  Martin Storsjo 64f328c787 Add support for using nettle instead of gcrypt as gnutls backend 13 years ago
  Yang Tse f1586cb477 stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h 13 years ago
  Daniel Stenberg b903186fa0 source cleanup: unify look, style and indent levels 13 years ago
  Yang Tse 364fd2f1ad build: remove unneeded cast to (void *) 14 years ago
  Daniel Stenberg a5b7e3205d Curl_HMAC_MD5: fix the array init to not warn with picky compilers 14 years ago
  monnerat dfce37da23 Fix GnuTLS compilation problem in md5.c 14 years ago
  monnerat 4bfe07640c Implement SMTP authentication 14 years ago
  Daniel Stenberg 2309b4e330 remove the CVSish $Id$ lines 14 years ago
  Dan Fandrich 9a4c887c4a Added support for Digest and NTLM authentication using GnuTLS. 15 years ago
  Yang Tse 3e61c90dbe Adjust usage of conditional definition of USE_OPENSSL 16 years ago
  Yang Tse bbe2386bff libcurl internal md5.h header file renamed to curl_md5.h 16 years ago
  Daniel Stenberg cbd1a77ec2 if () => if() 17 years ago
  Daniel Stenberg 11bdba0007 corrected copyright year 19 years ago
  Daniel Stenberg 6b1220b61d Cory Nelson's work on nuking compiler warnings when building on x64 with 19 years ago
  Dan Fandrich 1ba47e7af9 Add 'const' to immutable arrays. 20 years ago
  Daniel Stenberg 94043b1150 Dan Fandrich added the --disable-crypto-auth option to configure to allow 20 years ago
  Daniel Stenberg 2ebc821558 Convert functions to ANSI-style declaration to prevent compiler warnings 21 years ago
  Daniel Stenberg 8415b4a271 removed usage of a silly macro instead of the actual functions memcpy 21 years ago
  Daniel Stenberg 4d17d6876e Dan Fandrich's cleanup patch to make pedantic compiler options cause less 21 years ago
  Daniel Stenberg 053f6c85ef updated year in the copyright string 21 years ago
  Daniel Stenberg e8c762981a do not use 'long' to store 4 bytes, as 64bit architectures have 64bit longs. 21 years ago
  Daniel Stenberg 8919b39d54 adjusted to use the same API as the OpenSSL version of the MD5 functions 21 years ago
  Daniel Stenberg 334d78cd18 Initial Digest support. At least partly working. 21 years ago