aboutsummaryrefslogtreecommitdiff
path: root/x509.go
Commit message (Expand)AuthorAgeFilesLines
* renamed x509.go to verify.goRasmus Dahlberg2020-11-051-79/+0
* moved publlic x509 helpers into a separate packageRasmus Dahlberg2020-11-051-127/+3
* refactored signing/verification parts that are log specificRasmus Dahlberg2020-11-051-27/+28
* moved sth and sdi metrics into the signer componentRasmus Dahlberg2020-11-051-9/+10
* simplified encoding and decodingRasmus Dahlberg2020-11-051-10/+5
* moved extended key usage to log parametersRasmus Dahlberg2020-11-041-1/+1
* allowed configuration of max-range and max-chainRasmus Dahlberg2020-11-041-2/+2
* added certificate chain length checkingRasmus Dahlberg2020-11-041-5/+8
* added chain processing with intermediate certificatesRasmus Dahlberg2020-11-031-1/+2
* moved x509 chain loading to stfe packageRasmus Dahlberg2020-11-031-0/+31
* unified ed25519 signing key loading and parsingRasmus Dahlberg2020-11-031-8/+11
* added start on stfe clientRasmus Dahlberg2020-11-021-3/+3
* removed unused codeRasmus Dahlberg2020-10-301-35/+0
* refactor types and documentationRasmus Dahlberg2020-10-301-11/+9
* started refactoring add-entry code path according to docRasmus Dahlberg2020-10-301-0/+68
* go fmtRasmus Dahlberg2020-10-281-4/+2
* added signed tree head and get-sth code pathRasmus Dahlberg2020-10-281-0/+16
* added ed25519 signing and SDIsRasmus Dahlberg2020-10-271-0/+45
* isolated chain and signature verificationRasmus Dahlberg2020-10-271-0/+35
* decoupled log instance and infoRasmus Dahlberg2020-10-271-0/+43