<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gibheer/pkictl, branch master</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?h=master</id>
<link rel='self' href='http://git.zero-knowledge.org/gibheer/pkictl/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/pkictl/'/>
<updated>2024-12-17T14:37:15Z</updated>
<entry>
<title>fix creating simple certificates</title>
<updated>2024-12-17T14:37:15Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer+git@zero-knowledge.org</email>
</author>
<published>2024-12-17T14:37:15Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/pkictl/commit/?id=194ea737f43e6563e44cf0c37936676d97235978'/>
<id>urn:sha1:194ea737f43e6563e44cf0c37936676d97235978</id>
<content type='text'>
Creating CAs requires the CALength to be set to a specific value. But
with normal certificates, 99% of the use case, this is not needed.
By setting it to -1 by default, the flag will become ignored for all
signatures apart from CAs.
</content>
</entry>
<entry>
<title>update pki dependency</title>
<updated>2023-01-10T13:43:53Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer+git@zero-knowledge.org</email>
</author>
<published>2023-01-10T13:36:56Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/pkictl/commit/?id=9e87cea1b0329e1e8db669a68d49371fadfdd7b1'/>
<id>urn:sha1:9e87cea1b0329e1e8db669a68d49371fadfdd7b1</id>
<content type='text'>
This fixes an issue with generating certificates with ed25519 private
keys.
</content>
</entry>
<entry>
<title>add one more todo item</title>
<updated>2022-10-27T07:45:59Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer+git@zero-knowledge.org</email>
</author>
<published>2022-10-27T07:45:59Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/pkictl/commit/?id=c53a88baf72f81a3db60cc2d5a2579f29ad2872b'/>
<id>urn:sha1:c53a88baf72f81a3db60cc2d5a2579f29ad2872b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vendor all dependencies</title>
<updated>2022-09-10T16:45:00Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer+git@zero-knowledge.org</email>
</author>
<published>2022-09-10T16:45:00Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/pkictl/commit/?id=07a71d7b77dad8754205483dfc069fc136a26854'/>
<id>urn:sha1:07a71d7b77dad8754205483dfc069fc136a26854</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update import paths</title>
<updated>2022-08-15T20:54:12Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer+git@zero-knowledge.org</email>
</author>
<published>2022-08-15T20:54:12Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/pkictl/commit/?id=31b081c06e4fb6b33d2e48bb87443509f7b2f98e'/>
<id>urn:sha1:31b081c06e4fb6b33d2e48bb87443509f7b2f98e</id>
<content type='text'>
</content>
</entry>
<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>add more error checking</title>
<updated>2018-04-19T06:47:23Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer+git@zero-knowledge.org</email>
</author>
<published>2018-04-19T06:47:23Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/pkictl/commit/?id=c07b174d42a1de307ab198bcb6baf10606759269'/>
<id>urn:sha1:c07b174d42a1de307ab198bcb6baf10606759269</id>
<content type='text'>
Based on #13, we need more error checking when opening files. The CA and
CSR files are now checked and return proper error messages in case
something goes wrong.
</content>
</entry>
<entry>
<title>add more error checks</title>
<updated>2018-04-19T06:33:11Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer+git@zero-knowledge.org</email>
</author>
<published>2018-04-19T06:33:11Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/pkictl/commit/?id=f3910624b8314145a8cb026e55112a93d672fc3f'/>
<id>urn:sha1:f3910624b8314145a8cb026e55112a93d672fc3f</id>
<content type='text'>
There are still some cases where the input is not correctly checked, but
it is moving forward.
</content>
</entry>
<entry>
<title>fix error when no pem label is found</title>
<updated>2018-04-18T14:01:57Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer+git@zero-knowledge.org</email>
</author>
<published>2018-04-18T14:01:57Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/pkictl/commit/?id=083e8c2ce4ee8ed250d1e38bd115717733f0a324'/>
<id>urn:sha1:083e8c2ce4ee8ed250d1e38bd115717733f0a324</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix file permissions</title>
<updated>2018-04-18T12:14:25Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer+git@zero-knowledge.org</email>
</author>
<published>2018-04-18T12:14:25Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/pkictl/commit/?id=e9cd735e0c85c36ad05b540e287463235b49eebe'/>
<id>urn:sha1:e9cd735e0c85c36ad05b540e287463235b49eebe</id>
<content type='text'>
This was reported to me, that it makes no sense that csr, crt and so on
are written as 0700. And even in the case of private keys, why do they
need the executable bit set?
</content>
</entry>
</feed>
