Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | limit sha512 rounds to similar runtime to sha256 limit | Rich Felker | 2012-08-29 | 1 | -1/+1 |
| | | | | | | | these limits could definitely use review, but for now, i feel consistency and erring on the side of preventing servers from getting bogged down by excessively-slow user-provided settings (think .htpasswd) are the best policy. blowfish should be updated to match. | ||||
* | add sha256/sha512 crypt | Rich Felker | 2012-08-29 | 1 | -0/+371 |
based on versions sent to the list by nsz, with some simplification and debloating. i'd still like to get them a bit smaller, or ideally merge them into a single file with most of the code being shared, but that can be done later. |