aboutsummaryrefslogtreecommitdiffstats
path: root/ell/cert.h
AgeCommit message (Expand)AuthorFilesLines
2023-09-22ell: Use SPDX-License-Identifier instead of license boilerplateMarcel Holtmann1-18/+3
2023-09-22cert: Move includes before the __cplusplus guardMarcel Holtmann1-3/+3
2022-10-28cert: Add l_cert_get_valid_timesAndrew Zaborowski1-0/+2
2022-07-26cert/key: Add support for EC based certificatesDenis Kenzior1-0/+1
2021-10-14useful: Remove nested function useDenis Kenzior1-0/+3
2021-01-07cert: Add l_cert_load_container_fileAndrew Zaborowski1-0/+5
2021-01-07pkcs5: Rename to cert-cryptoAndrew Zaborowski1-0/+9
2019-10-23cert: Drop l_certchain_findDenis Kenzior1-1/+0
2018-11-30cert: Optionally return error string from l_certchain_verifyAndrew Zaborowski1-1/+2
2018-11-30cert: Change l_certchain_foreach* signaturesAndrew Zaborowski1-7/+5
2018-11-21ell: Prefer forward declarations to header includesDenis Kenzior1-2/+1
2018-11-21cert: Accept lists of CA certificates instead of oneAndrew Zaborowski1-2/+4
2018-11-19tls: Move certchain utilities to cert.cAndrew Zaborowski1-0/+3
2018-11-19cert: Add l_cert and l_certchain accessor functionsAndrew Zaborowski1-0/+15
2018-11-19cert: Add cert.c for certificate types and routinesAndrew Zaborowski1-0/+49