aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/cert/x509/certstor.h
Commit message (Collapse)AuthorAgeFilesLines
* Move cert/x509 to top level and pem and pbes2 to pubkey.Jack Lloyd2016-11-031-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é Korthaus2016-10-111-1/+45
|
* remove superfluous includesKai Michaelis2016-10-021-2/+0
|
* Certificate store using SQLiteKai Michaelis2016-10-021-10/+11
|
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not ↵Daniel Neus2016-03-051-3/+3
| | | | explicit.
* Fix memory leak in TLS tests. Remove last few remaining uses of auto_ptr.lloyd2015-03-081-0/+2
|
* Ensure all files have copyright and license info.lloyd2015-01-101-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 includelloyd2014-10-311-1/+1
|
* Fix a bug introduced in 1.11.6 where we tried to check CRL signatureslloyd2014-02-081-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 srclloyd2014-01-101-0/+89