Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cppcheck fixes: Class 'X' has a constructor with 1 argument that is not ↵ | Daniel Neus | 2016-03-05 | 1 | -1/+1 |
| | | | | explicit. | ||||
* | Add check for path validation result in Credentials_Manager. GH #324 | Jack Lloyd | 2015-11-04 | 1 | -1/+2 |
| | |||||
* | Fix cert validation bugs found by x509test. | Jack Lloyd | 2015-10-23 | 1 | -4/+13 |
| | | | | Add test suite with certs from x509test | ||||
* | Fix typos | Simon Warta | 2015-07-24 | 1 | -1/+1 |
| | | | | Thanks to @vlajos https://github.com/vlajos/misspell_fixer | ||||
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -1/+1 |
| | | | | | Update license header line to specify the terms and refer to the file, neither of which it included before. | ||||
* | Various small fixes and cleanups, new is_prime util | lloyd | 2014-11-03 | 1 | -1/+1 |
| | |||||
* | X.509 path validation now performs all possible tests and returns a | lloyd | 2014-04-05 | 1 | -9/+13 |
| | | | | | | set of error codes, instead of failing immediately on first error. This prevents a 'weak' error like an expired certificate from hiding a major error such as signature validation failure or hard revocation. | ||||
* | Move lib into src | lloyd | 2014-01-10 | 1 | -0/+165 |