aboutsummaryrefslogtreecommitdiff
path: root/x509util
Commit message (Collapse)AuthorAgeFilesLines
* renamed ParseDerChainToList to ParseDerChainRasmus Dahlberg2020-11-051-5/+5
| | | | | The input need not be a chain: it could be any list of DER-encoded certificates.
* refactored ParseDerChain()Rasmus Dahlberg2020-11-051-16/+7
| | | | Could be simplified now that we have a ParseDerChainToList() method.
* fixed get-entries output and client-side verificationRasmus Dahlberg2020-11-051-3/+26
|
* moved publlic x509 helpers into a separate packageRasmus Dahlberg2020-11-051-0/+134