Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add new function crypt_newhash to simplify creating new hashes. | tedu | 2014-11-17 | 1 | -1/+29 |
| | | | | | does most of the work pwd_gensalt did, but also creates the hash. (unused yet) | ||||
* | remove md5crypt. | tedu | 2014-05-12 | 1 | -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 |