Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Shuffle things around. Add NIST X.509 test to build. | lloyd | 2014-01-01 | 1 | -9/+0 |
| | |||||
* | Give everything setting a feature test macro in build.h a version code | lloyd | 2013-11-28 | 1 | -1/+1 |
| | | | | | | so application code can check for the specific API it expects without having to keep track of what versions APIs x,y,z changed. Arbitrarily set all current API versions to 20131128. | ||||
* | Move password hashing schemes to src/passhash | lloyd | 2011-02-17 | 1 | -0/+9 |
Set the upper limit on bcrypt hashing to workfactor 18, which takes about 25 seconds to run on my desktop machine. |