<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cashier/lib, branch master</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>Simplify</title>
<updated>2020-04-14T03:57:13+00:00</updated>
<author>
<name>Ben Burwell</name>
<email>ben@benburwell.com</email>
</author>
<published>2020-04-14T03:57:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/cashier/commit/?id=2ce3b86e0ff69538935db3149d1ed2f24aea09a3'/>
<id>2ce3b86e0ff69538935db3149d1ed2f24aea09a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add version string</title>
<updated>2018-08-10T17:35:13+00:00</updated>
<author>
<name>Niall Sheridan</name>
<email>nsheridan@gmail.com</email>
</author>
<published>2018-08-08T20:55:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/cashier/commit/?id=87ae7c73ebe05f777e23087b1550d2cab42746ff'/>
<id>87ae7c73ebe05f777e23087b1550d2cab42746ff</id>
<content type='text'>
Add `lib.Version` to get updated at build time.
Add --version flags to cashier and cashierd
Send client version in the signing request
Send server version in http response headers and in signing response
Set version at build time
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add `lib.Version` to get updated at build time.
Add --version flags to cashier and cashierd
Send client version in the signing request
Send server version in http response headers and in signing response
Set version at build time
</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>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>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>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>
<entry>
<title>Remove the Principal field from the request</title>
<updated>2016-09-01T21:28:12+00:00</updated>
<author>
<name>Niall Sheridan</name>
<email>nsheridan@gmail.com</email>
</author>
<published>2016-09-01T21:28:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/cashier/commit/?id=dba3de4451f29fc0b8cb6474b9bbb18ed61d9eac'/>
<id>dba3de4451f29fc0b8cb6474b9bbb18ed61d9eac</id>
<content type='text'>
The server will always overwrite this field with the username obtained from
the auth provider. Allowing the client to set it is a waste of time.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The server will always overwrite this field with the username obtained from
the auth provider. Allowing the client to set it is a waste of time.
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial commit</title>
<updated>2016-04-18T21:11:39+00:00</updated>
<author>
<name>Niall Sheridan</name>
<email>nsheridan@gmail.com</email>
</author>
<published>2016-04-18T21:11:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/cashier/commit/?id=884013090b1b56b207f644393865c6057c9999ca'/>
<id>884013090b1b56b207f644393865c6057c9999ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
