aboutsummaryrefslogtreecommitdiff
path: root/main.go
AgeCommit message (Expand)AuthorFilesLines
2022-08-15remove missing command from outputGibheer1-1/+0
2016-10-01rework program flowGibheer1-115/+38
2015-07-24the documentation has to go above the packageGibheer1-2/+1
2015-07-24add package documentation to main.goGibheer1-0/+4
2015-07-19use public key instead of private keyGibheer1-1/+1
2015-03-30split certificate stuff into own fileGibheer1-25/+0
2015-03-30split out all private key related functionsGibheer1-29/+0
2015-03-25reformat code with gofmtGibheer1-105/+140
2015-03-24add start and end date to certificatesGibheer1-5/+2
2015-03-23rename FlagCertificateDataGibheer1-1/+1
2015-03-22remove unused importGibheer1-1/+0
2015-03-21rework the parameter managementGibheer1-112/+81
2015-03-18fixes small typoGibheer1-1/+1
2015-03-18add a --help option to avoid an error messageGibheer1-0/+1
2015-03-16certificate generation is inGibheer1-9/+29
2015-03-05finally add certificate sign request generationGibheer1-1/+20
2015-02-20add verification of messagesGibheer1-3/+26
2015-02-19add comment to functionGibheer1-0/+1
2015-02-19add message signing againGibheer1-20/+33
2015-02-17activate main help againGibheer1-3/+3
2015-02-17make error messages nicerGibheer1-7/+7
2015-02-17add public key supportGibheer1-4/+10
2015-02-15adjust library pathGibheer1-1/+1
2015-02-15redesign cliGibheer1-40/+51
2015-01-19split stream opening into two functionsGibheer1-7/+17
2015-01-16add signing and verifying of messagesGibheer1-7/+11
2015-01-15replace PrivateKey with crypto.SignerGibheer1-2/+0
2015-01-14add api for public keysGibheer1-2/+8
2015-01-02move private key loading to private_key fileGibheer1-46/+0
2014-12-24remove old code from commentsGibheer1-26/+0
2014-12-24move sign request handling into own fileGibheer1-55/+2
2014-12-24split private key generation into own fileGibheer1-84/+1
2014-12-24basic CSR management done, fields still missingGibheer1-11/+48
2014-10-28load private key when creating a CSRGibheer1-3/+71
2014-10-27the header for ecdsa must be ECGibheer1-1/+1
2014-10-27add rsa private keysGibheer1-3/+15
2014-10-27initial commit with ecdsa workingGibheer1-0/+163