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