summaryrefslogtreecommitdiff
path: root/utils/ssl_certs.c
Commit message (Collapse)AuthorAgeFilesLines
* ssl_certs: Add dup_intoDaniel Silverstone2020-02-231-0/+37
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Keep the complete certificate chain from a fetchVincent Sanders2020-02-231-0/+138
Instead of extracting information from the X509 certificate chain in the fetcher the entire chain is propagated in Distinguished Encoding Rules (DER) format. This allows all the information contained in a certificate chain to be retained which can subsequently be presented to the user