<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gibheer/pkictl/private_key.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/private_key.go?h=v0.1</id>
<link rel='self' href='http://git.zero-knowledge.org/gibheer/pkictl/atom/private_key.go?h=v0.1'/>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/pkictl/'/>
<updated>2016-10-01T19:56:29Z</updated>
<entry>
<title>rework program flow</title>
<updated>2016-10-01T19:56:29Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer+git@zero-knowledge.org</email>
</author>
<published>2016-10-01T19:56:29Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/pkictl/commit/?id=d01892150eed9d58210eb40b7c005d5fa8e93238'/>
<id>urn:sha1:d01892150eed9d58210eb40b7c005d5fa8e93238</id>
<content type='text'>
This commit is a complete rebuild of pkictl. Before everything was all
over the place and adding new commands was kind of a hassle.

Now each command has its own file and can be adjusted on a command
basis. Options are still used by the same name, but can now use
different descriptions.
</content>
</entry>
<entry>
<title>add ed25519 support</title>
<updated>2015-07-19T15:35:24Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer@gmail.com</email>
</author>
<published>2015-07-19T15:34:25Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/pkictl/commit/?id=8fe910f298c6ab24632053ccd578fc484a9b929f'/>
<id>urn:sha1:8fe910f298c6ab24632053ccd578fc484a9b929f</id>
<content type='text'>
This adds support for ed25519 keys for the following options

* create-private
* create-public
* sign-input
* verify-input

The format of the private key is purely PEM format and may change. But
as I did not find any documentation on that topic yet, I will keep it as
it is for the moment.
</content>
</entry>
<entry>
<title>fix imports</title>
<updated>2015-03-30T19:53:18Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer@gmail.com</email>
</author>
<published>2015-03-30T19:53:18Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/pkictl/commit/?id=89009a362321232316001eca956d3b8cd0c2ed1c'/>
<id>urn:sha1:89009a362321232316001eca956d3b8cd0c2ed1c</id>
<content type='text'>
I forgot to fix the imports after the split.
</content>
</entry>
<entry>
<title>split out all private key related functions</title>
<updated>2015-03-30T19:34:05Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer@gmail.com</email>
</author>
<published>2015-03-30T19:34:05Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/pkictl/commit/?id=9ba6a88449e6297ea925e0c59e923c56e742983f'/>
<id>urn:sha1:9ba6a88449e6297ea925e0c59e923c56e742983f</id>
<content type='text'>
This moves all private key related functions out into a separate file to
get flags.go smaller.
</content>
</entry>
<entry>
<title>reformat code with gofmt</title>
<updated>2015-03-25T19:43:18Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer@gmail.com</email>
</author>
<published>2015-03-25T19:43:18Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/pkictl/commit/?id=ba5a59931e015fc9a27ab631950c32fa890eec9f'/>
<id>urn:sha1:ba5a59931e015fc9a27ab631950c32fa890eec9f</id>
<content type='text'>
Yes, I know that this breaks the history search, but it had to be done
sooner or later. I also adjusted my editor to follow the guidelines more
closely.
</content>
</entry>
<entry>
<title>add verification of messages</title>
<updated>2015-02-20T09:45:42Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer@gmail.com</email>
</author>
<published>2015-02-20T09:45:42Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/pkictl/commit/?id=075865c417c387783d37a6705d66034f2fd9ff4a'/>
<id>urn:sha1:075865c417c387783d37a6705d66034f2fd9ff4a</id>
<content type='text'>
This commit adds back the possibility to verify a message through a
public key and a signature. It works a little bit different than before
as it always prints the base64 version, but it makes it easier to use.
</content>
</entry>
<entry>
<title>add public key support</title>
<updated>2015-02-17T20:44:10Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer@gmail.com</email>
</author>
<published>2015-02-17T20:44:10Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/pkictl/commit/?id=470d21409b5f26d49fefd34d75b82197045d4811'/>
<id>urn:sha1:470d21409b5f26d49fefd34d75b82197045d4811</id>
<content type='text'>
This adds all options to create and store a public key.
</content>
</entry>
<entry>
<title>adjust library path</title>
<updated>2015-02-15T20:10:44Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer@gmail.com</email>
</author>
<published>2015-02-15T20:10:44Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/pkictl/commit/?id=b022e8ab4ce93bc429e5052dd806ae03a068a676'/>
<id>urn:sha1:b022e8ab4ce93bc429e5052dd806ae03a068a676</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
