Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move cert/x509 to top level and pem and pbes2 to pubkey. | Jack Lloyd | 2016-11-03 | 1 | -45/+0 |
| | | | | | | | | | The `cert` dir was just an artifact of having previously supported CVC (smartcard cert format), removed a long time ago. The pem and pbes2 code is directly related to the pubkey code, in fact the only caller of pbes2 (likely anywhere, not just in the library) is in pkcs8.cpp | ||||
* | Remove deprecated Nyberg-Rueppel and Rabin-Williams signatures | Jack Lloyd | 2016-09-02 | 1 | -2/+1 |
| | |||||
* | Rename find_constraints() and let it throw instead of returning a combination | René Korthaus | 2016-08-19 | 1 | -12/+18 |
| | |||||
* | Fix allowed_usage() and add tests for key usage | René Korthaus | 2016-08-17 | 1 | -1/+1 |
| | |||||
* | Fix GH #425 and run x509 tests with different signature algorithms | René Korthaus | 2016-08-17 | 1 | -32/+3 |
| | |||||
* | 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. | ||||
* | Move lib into src | lloyd | 2014-01-10 | 1 | -0/+69 |