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