aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/x509/certstor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix clang-tidy readability-named-parameterJack Lloyd2022-02-061-1/+1
* Fix clang-tidy readability-container-size-empty warningsJack Lloyd2022-02-061-6/+6
* Fix clang-tidy performance warningsJack Lloyd2022-02-061-1/+1
* Remove outer shared_ptr from Certificate in certstore interfaceJack Lloyd2020-11-231-42/+28
* Merge X.509 header filesJack Lloyd2020-10-311-0/+1
* Remove some duplicated logic for Certstore find_certJack Lloyd2020-06-301-0/+16
* Extend Certificate_Store_In_Memory to load just a single cert from fileJack Lloyd2018-03-241-3/+9
* Load every certificates of files found.Mathieu Souchaud2018-02-011-2/+15
* Fix various x509 path validation bugs + path building with ambiguous DNsFabian Weissberg2017-12-201-0/+23
* Add certificate store lookup by subject DN hashNuno Goncalves2017-04-031-0/+17
* Refactor find_cert_by_pubkey_sha1 to reuse hash objectNuno Goncalves2017-04-031-2/+6
* Refactor and modernize files to be editedNuno Goncalves2017-04-031-33/+24
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-6/+6
* Address review comments from @cordneyJack Lloyd2016-11-251-4/+10
* Add find_cert_by_pubkey_sha1 to Certificate_Store_In_MemoryJack Lloyd2016-11-231-29/+33
* Move cert/x509 to top level and pem and pbes2 to pubkey.Jack Lloyd2016-11-031-0/+152