summaryrefslogtreecommitdiff
path: root/src/misc/crypt_blowfish.c
AgeCommit message (Collapse)AuthorLines
2012-08-29anti-DoS rounds count limits for blowfish and des cryptRich Felker-1/+1
all of the limits could use review, but err on the side of avoiding excessive rounds for now.
2012-08-10add blowfish hash support to cryptRich Felker-0/+798
there are still some discussions going on about tweaking the code, but at least thing brings us to the point of having something working in the repository. hopefully the remaining major hashes (md5,sha) will follow soon.