<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cashier/client, branch v1.0.0</title>
<subtitle>Mirror of Cashier, a SSH Certificate Authority (CA).
</subtitle>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/cashier/'/>
<entry>
<title>Update dependencies</title>
<updated>2017-10-18T12:25:46+00:00</updated>
<author>
<name>Niall Sheridan</name>
<email>nsheridan@gmail.com</email>
</author>
<published>2017-10-18T12:15:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/cashier/commit/?id=7b320119ba532fd409ec7dade7ad02011c309599'/>
<id>7b320119ba532fd409ec7dade7ad02011c309599</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title> Support a message to be passed and logged from client to server (#67)</title>
<updated>2017-10-17T13:00:37+00:00</updated>
<author>
<name>Bob Long</name>
<email>robertjflong@gmail.com</email>
</author>
<published>2017-10-17T13:00:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/cashier/commit/?id=7c99874c7a3e7a89716f3ee0cdf696532e35ae35'/>
<id>7c99874c7a3e7a89716f3ee0cdf696532e35ae35</id>
<content type='text'>
* Support a message to be passed and logged from client to server
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Support a message to be passed and logged from client to server
</pre>
</div>
</content>
</entry>
<entry>
<title>Saving private keys (#61)</title>
<updated>2017-06-05T21:28:13+00:00</updated>
<author>
<name>fuero</name>
<email>fuero@users.noreply.github.com</email>
</author>
<published>2017-06-05T21:28:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/cashier/commit/?id=321e26fae746e661d713cedfb6642609e680cafe'/>
<id>321e26fae746e661d713cedfb6642609e680cafe</id>
<content type='text'>
* enables saving private keys

* renames public_file_prefix to key_file_prefix and updates its docs to better reflect the changes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* enables saving private keys

* renames public_file_prefix to key_file_prefix and updates its docs to better reflect the changes
</pre>
</div>
</content>
</entry>
<entry>
<title>remove calls to t.Parallel()</title>
<updated>2017-04-10T21:13:12+00:00</updated>
<author>
<name>Niall Sheridan</name>
<email>nsheridan@gmail.com</email>
</author>
<published>2017-04-10T21:13:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/cashier/commit/?id=d919f85c19cb754b1507b45e1609292f495ffff9'/>
<id>d919f85c19cb754b1507b45e1609292f495ffff9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure resp.Body is closed</title>
<updated>2017-04-10T10:13:24+00:00</updated>
<author>
<name>Niall Sheridan</name>
<email>nsheridan@gmail.com</email>
</author>
<published>2017-04-03T21:11:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/cashier/commit/?id=684c610ac44113e572ebece5f186f0b66053c56e'/>
<id>684c610ac44113e572ebece5f186f0b66053c56e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add grpc signer</title>
<updated>2017-02-19T00:43:10+00:00</updated>
<author>
<name>Niall Sheridan</name>
<email>nsheridan@gmail.com</email>
</author>
<published>2017-02-19T00:25:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/cashier/commit/?id=e8ff7ffe8e8c25195c64950b61c6c5754bbcd3ba'/>
<id>e8ff7ffe8e8c25195c64950b61c6c5754bbcd3ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a public_file_prefix option to cashier.conf</title>
<updated>2017-01-27T08:42:30+00:00</updated>
<author>
<name>Kevin Lyda</name>
<email>kevin@ie.suberic.net</email>
</author>
<published>2017-01-27T08:42:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/cashier/commit/?id=fe53f90bf0c7fab6cbf5cb019a337e02c6b3ffbf'/>
<id>fe53f90bf0c7fab6cbf5cb019a337e02c6b3ffbf</id>
<content type='text'>
Allow the client to save the public key and public cert to files
that start with public_file_prefix and end with .pub and -cert.pub
respectively.

This is the naming scheme the ssh IdentityFile config option supported
for certs starting in version 5.4p1. Starting in version 7.2p1, an
additional option, CertificateFile, was added, but the IdentityFile-only
method with those names still works.

Used in conjunction with a user's ~/.ssh/config file setting
IdentitiesOnly and IdentityFile, this change will allow for multiple
ssh CAs for different services.

Note that this will resolve #49 .
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow the client to save the public key and public cert to files
that start with public_file_prefix and end with .pub and -cert.pub
respectively.

This is the naming scheme the ssh IdentityFile config option supported
for certs starting in version 5.4p1. Starting in version 7.2p1, an
additional option, CertificateFile, was added, but the IdentityFile-only
method with those names still works.

Used in conjunction with a user's ~/.ssh/config file setting
IdentitiesOnly and IdentityFile, this change will allow for multiple
ssh CAs for different services.

Note that this will resolve #49 .
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more context to errors</title>
<updated>2017-01-15T22:43:41+00:00</updated>
<author>
<name>Niall Sheridan</name>
<email>nsheridan@gmail.com</email>
</author>
<published>2017-01-15T21:50:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/cashier/commit/?id=17b17fc8bb690d1f6344e5af1c62b3b37166bc48'/>
<id>17b17fc8bb690d1f6344e5af1c62b3b37166bc48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into opts2</title>
<updated>2017-01-09T10:07:56+00:00</updated>
<author>
<name>Niall Sheridan</name>
<email>nsheridan@gmail.com</email>
</author>
<published>2017-01-09T10:07:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/cashier/commit/?id=fc190076448ebf1710910a89b584857cbc89d159'/>
<id>fc190076448ebf1710910a89b584857cbc89d159</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move GetPublicKey to the shared `lib` package</title>
<updated>2017-01-05T23:28:26+00:00</updated>
<author>
<name>Niall Sheridan</name>
<email>nsheridan@gmail.com</email>
</author>
<published>2017-01-05T23:28:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/cashier/commit/?id=9e9a7d50970f1424245d88169de82988fd57e112'/>
<id>9e9a7d50970f1424245d88169de82988fd57e112</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
