<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gibheer/pkictl/sign_input.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_input.go?h=v0.1</id>
<link rel='self' href='http://git.zero-knowledge.org/gibheer/pkictl/atom/sign_input.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>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>extend stream capabilities</title>
<updated>2015-01-19T11:13:44Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer@gmail.com</email>
</author>
<published>2015-01-19T11:13:44Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/pkictl/commit/?id=223291b8cc4c4c2f63b3328f3aaf557ad890b64c'/>
<id>urn:sha1:223291b8cc4c4c2f63b3328f3aaf557ad890b64c</id>
<content type='text'>
With this commit, both signing and verification get stream/file support
to read and write messages and signatures from and to files.
</content>
</entry>
<entry>
<title>remove debug output</title>
<updated>2015-01-16T10:51:22Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer@gmail.com</email>
</author>
<published>2015-01-16T10:51:22Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/pkictl/commit/?id=1ff5d678a2df34ea601ce6a416b83ed767219c49'/>
<id>urn:sha1:1ff5d678a2df34ea601ce6a416b83ed767219c49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add signing and verifying of messages</title>
<updated>2015-01-16T10:23:14Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer@gmail.com</email>
</author>
<published>2015-01-16T10:23:14Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/pkictl/commit/?id=68167a5891e3680331a44ab20fdb198e0447cf88'/>
<id>urn:sha1:68167a5891e3680331a44ab20fdb198e0447cf88</id>
<content type='text'>
With this it is possible to sign a message with a private key and verify
it with a public key.
The only problem is, that it is currently not compatible with openssl
yet.
</content>
</entry>
</feed>
