summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt/cryptutil.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add new function crypt_newhash to simplify creating new hashes.tedu2014-11-171-1/+29
| | | | | does most of the work pwd_gensalt did, but also creates the hash. (unused yet)
* remove md5crypt.tedu2014-05-121-0/+54
while changing things, add a crypt_checkpass wrapper that handles most of the edge cases. (not quite ready for production, though.) ok deraadt