summaryrefslogtreecommitdiff
path: root/lib/libcrypt/md5crypt.c
AgeCommit message (Expand)Author
2013-08-28Publish explicit_memset and consttime_memequal in userland libc.riastradh
2013-06-24Replace consttime_bcmp/explicit_bzero by consttime_memequal/explicit_memset.riastradh
2012-08-30Add "consttime_bcmp" and "explicit_bzero" functions for both kerneldrochner
2011-11-29remove the option to build this against openssl - this hasn't been useddrochner
2011-11-29zero out hash context after use, to avoid traces in RAMdrochner
2007-01-17Remove more duplicate #includes, and a few spurious whitespaces at EOLhubertf
2004-07-02Add support for SHA1 hashed passwords.sjg
2003-08-06make itoa64[] constjdolecek
2003-07-14use strlcatitojun
2003-04-17If libcrypto is defined, use the MD5 routines from libcrypto, ratherthorpej
2001-09-10Ensure that the salt is always terminated properly with '$'. Makes Cyrus'ad
2000-12-03Fix comment.ad
2000-08-03Cosmetic nits.ad
2000-07-06Add __md5crypt(), for internal use by libcrypt. This behaves for the mostad