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 | -134/+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 | ||||
* | Improve cert doxygen [ci skip] | René Korthaus | 2016-10-11 | 1 | -1/+45 |
| | |||||
* | remove superfluous includes | Kai Michaelis | 2016-10-02 | 1 | -2/+0 |
| | |||||
* | Certificate store using SQLite | Kai Michaelis | 2016-10-02 | 1 | -10/+11 |
| | |||||
* | cppcheck fixes: Class 'X' has a constructor with 1 argument that is not ↵ | Daniel Neus | 2016-03-05 | 1 | -3/+3 |
| | | | | explicit. | ||||
* | Fix memory leak in TLS tests. Remove last few remaining uses of auto_ptr. | lloyd | 2015-03-08 | 1 | -0/+2 |
| | |||||
* | 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. | ||||
* | Fix various warnings from VC++ 2014 and add missing include | lloyd | 2014-10-31 | 1 | -1/+1 |
| | |||||
* | Fix a bug introduced in 1.11.6 where we tried to check CRL signatures | lloyd | 2014-02-08 | 1 | -2/+2 |
| | | | | | | against the wrong key, causing any check to fail. Clean up the NIST X.509 path validation tests and run them by default. | ||||
* | Move lib into src | lloyd | 2014-01-10 | 1 | -0/+89 |