about summary refs log tree commit diff
path: root/src/crypt
Commit message (Expand)AuthorAgeFilesLines
* update crypt_blowfish to support $2b$ prefixJulien Ramseier2020-10-181-15/+23
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+0
* apply hidden visibility to various remaining internal interfacesRich Felker2018-09-121-3/+3
* overhaul internally-public declarations using wrapper headersRich Felker2018-09-122-10/+0
* add crypt_des header for declarations shared with encrypt functionRich Felker2018-09-123-12/+16
* in crypt-sha*, reject excessive rounds as error rather than clampingRich Felker2016-02-162-2/+2
* add legacy functions setkey() and encrypt()Timo Teräs2014-02-052-6/+66
* comment potentially-confusing use of struct crypt_data typeRich Felker2013-04-202-1/+10
* make some arrays constrofl0r2013-02-023-3/+3
* in crypt_des change unnecessary union keybuf into unsigned char[]Szabolcs Nagy2013-01-131-11/+8
* crypt: fix the prototype of md5_sum, sha256_sum and sha512_sumSzabolcs Nagy2013-01-133-3/+3
* add crypt_md5 password hashRich Felker2012-09-152-2/+285
* revert low rounds-count limits in crypt hashesRich Felker2012-09-154-4/+4
* cleanup src/linux and src/misc trees, etc.Rich Felker2012-09-076-0/+2553