summaryrefslogtreecommitdiff
path: root/src/crypt
AgeCommit message (Expand)AuthorLines
2020-10-18update crypt_blowfish to support $2b$ prefixJulien Ramseier-15/+23
2018-09-12reduce spurious inclusion of libc.hRich Felker-1/+0
2018-09-12apply hidden visibility to various remaining internal interfacesRich Felker-3/+3
2018-09-12overhaul internally-public declarations using wrapper headersRich Felker-10/+0
2018-09-12add crypt_des header for declarations shared with encrypt functionRich Felker-12/+16
2016-02-16in crypt-sha*, reject excessive rounds as error rather than clampingRich Felker-2/+2
2014-02-05add legacy functions setkey() and encrypt()Timo Teräs-6/+66
2013-04-20comment potentially-confusing use of struct crypt_data typeRich Felker-1/+10
2013-02-02make some arrays constrofl0r-3/+3
2013-01-13in crypt_des change unnecessary union keybuf into unsigned char[]Szabolcs Nagy-11/+8
2013-01-13crypt: fix the prototype of md5_sum, sha256_sum and sha512_sumSzabolcs Nagy-3/+3
2012-09-15add crypt_md5 password hashRich Felker-2/+285
2012-09-15revert low rounds-count limits in crypt hashesRich Felker-4/+4
2012-09-07cleanup src/linux and src/misc trees, etc.Rich Felker-0/+2553