aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-30split certificate stuff into own fileGibheer3-225/+240
2015-03-30split out all private key related functionsGibheer3-126/+126
2015-03-30update todo listGibheer1-3/+0
2015-03-30add extended key usage for certificatesGibheer1-10/+45
2015-03-30add basic key usage flag to certificatesGibheer1-4/+37
2015-03-25reformat code with gofmtGibheer5-621/+708
2015-03-24add start and end date to certificatesGibheer2-5/+64
2015-03-24first parameter of args ignoredGibheer1-1/+1
2015-03-23rename to better distinguish between cert und csrGibheer1-2/+2
2015-03-23rename FlagCertificateDataGibheer2-5/+5
2015-03-22remove unused importGibheer1-1/+0
2015-03-21rework the parameter managementGibheer2-262/+280
2015-03-21add documentation for the commandGibheer1-6/+13
2015-03-19add command flag parserGibheer1-0/+112
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 inGibheer3-45/+73
2015-03-05finally add certificate sign request generationGibheer3-13/+151
2015-02-20add comments to flag variablesGibheer1-3/+7
2015-02-20add verification of messagesGibheer3-10/+78
2015-02-19add comment to functionGibheer1-0/+1
2015-02-19add message signing againGibheer2-20/+54
2015-02-17activate main help againGibheer1-3/+3
2015-02-17make help even nicerGibheer1-2/+11
2015-02-17make error messages nicerGibheer2-11/+23
2015-02-17add public key supportGibheer3-8/+14
2015-02-15adjust library pathGibheer3-3/+3
2015-02-15make rsa check boundaryGibheer1-1/+7
2015-02-15redesign cliGibheer10-702/+284
2015-02-11remove stale readme fileGibheer1-6/+0
2015-02-04add description in each file what it doesGibheer5-0/+18
2015-02-04rename files to reflect main functionGibheer2-0/+0
2015-02-04only add ips and names when they are setGibheer1-4/+8
2015-02-03add last missing fieldsGibheer1-1/+20
2015-01-19rename readmeGibheer1-0/+0
2015-01-19add readme and todo fileGibheer2-0/+78
2015-01-19fix LICENSE and add AUTHORS fileGibheer2-22/+14
2015-01-19extend stream capabilitiesGibheer2-12/+115
2015-01-19split stream opening into two functionsGibheer1-7/+17
2015-01-16remove debug outputGibheer1-2/+0
2015-01-16add signing and verifying of messagesGibheer3-7/+172
2015-01-15add missing importGibheer1-0/+1
2015-01-15fix typo and missing file closeGibheer1-1/+3
2015-01-15replace PrivateKey with crypto.SignerGibheer3-10/+4
2015-01-14add api for public keysGibheer3-3/+58
2015-01-02add dns names and ip addresses with testsGibheer2-11/+125
2015-01-02move private key loading to private_key fileGibheer2-46/+45
2014-12-24add license and readmeGibheer2-0/+30
2014-12-24remove old code from commentsGibheer1-26/+0
2014-12-24move sign request handling into own fileGibheer2-55/+64