<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gibheer/pkictl/sign_request.go, branch v0.1</title>
<subtitle>pkictl - A small tool to generate key material and certificates, writting in Go.</subtitle>
<id>http://git.zero-knowledge.org/gibheer/pkictl/atom/sign_request.go?h=v0.1</id>
<link rel='self' href='http://git.zero-knowledge.org/gibheer/pkictl/atom/sign_request.go?h=v0.1'/>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/pkictl/'/>
<updated>2015-02-15T00:34:25Z</updated>
<entry>
<title>redesign cli</title>
<updated>2015-02-15T00:34:25Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer@gmail.com</email>
</author>
<published>2015-02-15T00:34:25Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/pkictl/commit/?id=16eb14db9f9b228ef88bcf1beb09cf823256dac1'/>
<id>urn:sha1:16eb14db9f9b228ef88bcf1beb09cf823256dac1</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>add description in each file what it does</title>
<updated>2015-02-04T21:07:47Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer@gmail.com</email>
</author>
<published>2015-02-04T21:07:47Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/pkictl/commit/?id=d3e95c104e35ff9ebcd97c1510b239371074f062'/>
<id>urn:sha1:d3e95c104e35ff9ebcd97c1510b239371074f062</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename files to reflect main function</title>
<updated>2015-02-04T21:04:17Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer@gmail.com</email>
</author>
<published>2015-02-04T21:04:17Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/pkictl/commit/?id=5d47f05d87479d593e5ff5083988a009a49757cd'/>
<id>urn:sha1:5d47f05d87479d593e5ff5083988a009a49757cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>only add ips and names when they are set</title>
<updated>2015-02-04T20:55:00Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer@gmail.com</email>
</author>
<published>2015-02-04T20:55:00Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/pkictl/commit/?id=7c55a837cd6a3a8a3dc8d7ba934b8eb2d398d2c0'/>
<id>urn:sha1:7c55a837cd6a3a8a3dc8d7ba934b8eb2d398d2c0</id>
<content type='text'>
If these options are not set, they would produce invalid values in the
resulting csr.
</content>
</entry>
<entry>
<title>add last missing fields</title>
<updated>2015-02-03T20:56:06Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer@gmail.com</email>
</author>
<published>2015-02-03T20:56:06Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/pkictl/commit/?id=58100320b7969cd2a58ff33cd6f38b45d2e7b02a'/>
<id>urn:sha1:58100320b7969cd2a58ff33cd6f38b45d2e7b02a</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>add missing import</title>
<updated>2015-01-15T05:55:30Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer@gmail.com</email>
</author>
<published>2015-01-15T05:55:30Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/pkictl/commit/?id=43384bab59112965e171d217f9b60e00c20659a0'/>
<id>urn:sha1:43384bab59112965e171d217f9b60e00c20659a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replace PrivateKey with crypto.Signer</title>
<updated>2015-01-15T05:51:45Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer@gmail.com</email>
</author>
<published>2015-01-15T05:51:45Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/pkictl/commit/?id=7097d3b058faceabcfd33c7a024b779169d2a307'/>
<id>urn:sha1:7097d3b058faceabcfd33c7a024b779169d2a307</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add dns names and ip addresses with tests</title>
<updated>2015-01-02T10:40:58Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer@gmail.com</email>
</author>
<published>2015-01-02T10:40:58Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/pkictl/commit/?id=0a7c8b863bee1572b90ca5d0a037efd1c6bcd54f'/>
<id>urn:sha1:0a7c8b863bee1572b90ca5d0a037efd1c6bcd54f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move sign request handling into own file</title>
<updated>2014-12-24T10:48:45Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer@gmail.com</email>
</author>
<published>2014-12-24T10:48:45Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/pkictl/commit/?id=dd9d6eb8bb694ec4237606db0dd1c70d0875b914'/>
<id>urn:sha1:dd9d6eb8bb694ec4237606db0dd1c70d0875b914</id>
<content type='text'>
</content>
</entry>
</feed>
