aboutsummaryrefslogtreecommitdiff
path: root/x509util/x509util.go
Commit message (Collapse)AuthorAgeFilesLines
* cleaned-up x509utilRasmus Dahlberg2020-11-271-62/+33
|
* added ParseDerChain testsRasmus Dahlberg2020-11-271-2/+5
|
* started on x509util testsRasmus Dahlberg2020-11-251-4/+7
|
* added test dataRasmus Dahlberg2020-11-161-1/+1
|
* minor refactoringRasmus Dahlberg2020-11-101-52/+40
|
* 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