aboutsummaryrefslogtreecommitdiff
path: root/sign_request.go
AgeCommit message (Collapse)AuthorFilesLines
2015-02-15redesign cliGibheer1-10/+0
This is a major rebuilding of the CLI. The library part is split out into pkilib and the cli handles only the communication with the user, I/O and the library. The API will still look the same, but the code should be much better to grasp. Instead of repeating everything, more will be grouped together and reused.
2015-02-04add description in each file what it doesGibheer1-0/+10
2015-02-04rename files to reflect main functionGibheer1-116/+0
2015-02-04only add ips and names when they are setGibheer1-4/+8
If these options are not set, they would produce invalid values in the resulting csr.
2015-02-03add last missing fieldsGibheer1-1/+20
This adds the last missing fields of the pkix.Name and also adds a loop which converts all fields from comma separated list to an array.
2015-01-15add missing importGibheer1-0/+1
2015-01-15replace PrivateKey with crypto.SignerGibheer1-1/+1
2015-01-02add dns names and ip addresses with testsGibheer1-11/+41
2014-12-24move sign request handling into own fileGibheer1-0/+62