Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move bundledcertdir to x509/misc | Jack Lloyd | 2018-02-02 | 1 | -1/+1 |
| | |||||
* | Load every certificates of files found - fix test. | Mathieu Souchaud | 2018-02-02 | 1 | -3/+0 |
| | |||||
* | Load every certificates of files found - add test. | Mathieu Souchaud | 2018-02-02 | 1 | -0/+32 |
| | |||||
* | Add function to query if filesystem support is enabled. | Jack Lloyd | 2018-01-30 | 1 | -12/+6 |
| | | | | Makes for much simpler code. | ||||
* | Reorganize code to avoid cli/test build failures if filesystem disabled | Jack Lloyd | 2018-01-19 | 1 | -1/+1 |
| | | | | Fixes #1422 | ||||
* | Fix various x509 path validation bugs + path building with ambiguous DNs | Fabian Weissberg | 2017-12-20 | 1 | -0/+68 |
| | | | | Signed-off-by: Fabian Weissberg <[email protected]> | ||||
* | Move all the various X509 test data files under src/tests/data/x509 | Jack Lloyd | 2017-11-16 | 1 | -1/+1 |
| | |||||
* | Further header cleanups | Jack Lloyd | 2017-09-28 | 1 | -0/+1 |
| | |||||
* | Further build/test fixes for restricted configurations | Jack Lloyd | 2017-09-24 | 1 | -1/+2 |
| | |||||
* | Add final annotations as appropriate in the test code | Jack Lloyd | 2017-09-22 | 1 | -1/+1 |
| | |||||
* | Reformat code with astyle + fix code style | Tomasz Frydrych | 2017-05-01 | 1 | -1/+9 |
| | |||||
* | Add tests for find_cert_by_raw_subject_dn_sha256 | Nuno Goncalves | 2017-04-04 | 1 | -1/+43 |
| | | | | Signed-off-by: Nuno Goncalves <[email protected]> | ||||
* | Refactor test_certstor.cpp to prepare for adding tests | Nuno Goncalves | 2017-04-04 | 1 | -147/+181 |
| | | | | Signed-off-by: Nuno Goncalves <[email protected]> | ||||
* | Format with astyle before major changes | Nuno Goncalves | 2017-04-03 | 1 | -30/+32 |
| | | | | Signed-off-by: Nuno Goncalves <[email protected]> | ||||
* | Avoid creating+deleting test DB for certstore | Jack Lloyd | 2017-01-09 | 1 | -6/+3 |
| | | | | Just use in-memory sqlite DB instead | ||||
* | Add Private_Key::private_key_info() | René Korthaus | 2016-12-05 | 1 | -1/+1 |
| | | | | | | | Adds new Private_Key::private_key_info() that returns a PKCS#8 PrivateKeyInfo structure. Renames the current Private_Key::pkcs8_private_key() to private_key_bits(). BER_encode() just invokes private_key_info(). | ||||
* | Remove unneeded includes | Jack Lloyd | 2016-10-24 | 1 | -1/+0 |
| | |||||
* | Maintainer mode fixes | Jack Lloyd | 2016-10-17 | 1 | -1/+0 |
| | |||||
* | Change Certificate_Store_in_SQL to take RNG as argument. | Jack Lloyd | 2016-10-13 | 1 | -1/+1 |
| | | | | | Previously it created a new AutoSeeded_RNG in each function, sometimes without even using it. | ||||
* | typo | Kai Michaelis | 2016-10-02 | 1 | -1/+1 |
| | |||||
* | 1st review round | Kai Michaelis | 2016-10-02 | 1 | -2/+23 |
| | |||||
* | certstore tests | Kai Michaelis | 2016-10-02 | 1 | -0/+236 |