<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gibheer/pkictl/main.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/main.go?h=v0.1</id>
<link rel='self' href='http://git.zero-knowledge.org/gibheer/pkictl/atom/main.go?h=v0.1'/>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/pkictl/'/>
<updated>2022-08-15T20:53:16Z</updated>
<entry>
<title>remove missing command from output</title>
<updated>2022-08-15T20:53:16Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer+git@zero-knowledge.org</email>
</author>
<published>2022-08-15T20:53:16Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/pkictl/commit/?id=c2115003a17a864a6d2bfee6d236e41fc1582e3a'/>
<id>urn:sha1:c2115003a17a864a6d2bfee6d236e41fc1582e3a</id>
<content type='text'>
diff was never implemented
</content>
</entry>
<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>the documentation has to go above the package</title>
<updated>2015-07-24T10:44:43Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer@gmail.com</email>
</author>
<published>2015-07-24T10:44:43Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/pkictl/commit/?id=ebdfe46386d7d9b9f34fb77ac193d20a967bb83d'/>
<id>urn:sha1:ebdfe46386d7d9b9f34fb77ac193d20a967bb83d</id>
<content type='text'>
This makes the documentation in the main.go readable on the godoc.org
website and through the godoc command.
</content>
</entry>
<entry>
<title>add package documentation to main.go</title>
<updated>2015-07-24T10:42:52Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer@gmail.com</email>
</author>
<published>2015-07-24T10:42:52Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/pkictl/commit/?id=2aa1793bb55741adf2e59a9cc42186bf5eb644b5'/>
<id>urn:sha1:2aa1793bb55741adf2e59a9cc42186bf5eb644b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use public key instead of private key</title>
<updated>2015-07-19T15:33:35Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer@gmail.com</email>
</author>
<published>2015-07-19T15:33:35Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/pkictl/commit/?id=1b8ac827542f23e85a0eb399369a33fc206c72e7'/>
<id>urn:sha1:1b8ac827542f23e85a0eb399369a33fc206c72e7</id>
<content type='text'>
This fixes a bug where the public key was not used to verify messages.
</content>
</entry>
<entry>
<title>split certificate stuff into own file</title>
<updated>2015-03-30T19:52:39Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer@gmail.com</email>
</author>
<published>2015-03-30T19:52:39Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/pkictl/commit/?id=37423989c812e9a7972b6f272128e5f1e64c2827'/>
<id>urn:sha1:37423989c812e9a7972b6f272128e5f1e64c2827</id>
<content type='text'>
This moves the complicated certificate flag handling into its own file
to make it a bit easier to handle.
</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 start and end date to certificates</title>
<updated>2015-03-24T20:21:02Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer@gmail.com</email>
</author>
<published>2015-03-24T20:21:02Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/pkictl/commit/?id=bb41ff218a14b6597607408de6efed37cc8dae40'/>
<id>urn:sha1:bb41ff218a14b6597607408de6efed37cc8dae40</id>
<content type='text'>
This adds the start and end date flags for certificate generation and
also a flag to define, if the resulting certificate should be a CA or
not.
Next step in the implementation is to define the key usages.
</content>
</entry>
<entry>
<title>rename FlagCertificateData</title>
<updated>2015-03-23T08:43:20Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer@gmail.com</email>
</author>
<published>2015-03-23T08:43:20Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/pkictl/commit/?id=885340ef8f27f81c626626798cdbcd63e2f992b6'/>
<id>urn:sha1:885340ef8f27f81c626626798cdbcd63e2f992b6</id>
<content type='text'>
This makes it easier to distinguish between the csr data and cert data.
</content>
</entry>
</feed>
