aboutsummaryrefslogtreecommitdiff
path: root/crypto.go
Commit message (Collapse)AuthorAgeFilesLines
* major refactor based on README.md and TODOsRasmus Dahlberg2021-02-251-34/+0
| | | | | | Updated types, improved units tests, isolated most test data to have it in one place, renamed and created new files to improve readability, and fixed a bunch of minor TODOs.
* started replacing x509 with namespaceRasmus Dahlberg2021-01-271-47/+0
|
* added buildChainFromDerList testsRasmus Dahlberg2020-11-271-2/+2
|
* renamed verify.go to crypto.goRasmus Dahlberg2020-11-051-0/+81
Chains and signatures are verified here, but signatures are also produced.