summaryrefslogtreecommitdiff
path: root/utils/ssl_certs.c
Commit message (Collapse)AuthorAgeFilesLines
* utils: ssl_certs: Fix potential snprintf overflowMichael Drake2022-10-231-7/+28
|
* move ssl certificate serialisation into a url to the ssl_cert utility codeVincent Sanders2020-05-091-0/+73
|
* about scheme certificate viewer initial implementationVincent Sanders2020-02-241-0/+87
|
* 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