<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pki.git/base/tps-client/src, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/'/>
<entry>
<title>Cast 'char *' to 'const char *' in C++ files.</title>
<updated>2017-02-01T02:56:47+00:00</updated>
<author>
<name>Matthew Harmsen</name>
<email>mharmsen@redhat.com</email>
</author>
<published>2017-02-01T02:56:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=30e5295d75edd79f30f3c24b7d5576109de02b3d'/>
<id>30e5295d75edd79f30f3c24b7d5576109de02b3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change lifecycle at end of enrollment if it is not already set.</title>
<updated>2016-11-23T00:00:40+00:00</updated>
<author>
<name>Jack Magne</name>
<email>jmagne@dhcp-16-206.sjc.redhat.com</email>
</author>
<published>2016-11-16T01:37:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=4027d3caa872f2950dae0b3d2208c0c54ceb4a4c'/>
<id>4027d3caa872f2950dae0b3d2208c0c54ceb4a4c</id>
<content type='text'>
TPS throws "err=6" when attempting to format and enroll G&amp;D Cards.
https://bugzilla.redhat.com/show_bug.cgi?id=1320283

This fix addresses this bug , but also:
Fixes this issue:

Applet upgrade during rekey operation results in formatted token.

 Also, it takes care of a related issue where the new apdu needed for the
lifecycle state causes the testing tool "tpslcient" to seg fault.
The fix here is a minimal fix to have tpsclient return an error when it gets
this apdu it can't handle, instead of crashing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TPS throws "err=6" when attempting to format and enroll G&amp;D Cards.
https://bugzilla.redhat.com/show_bug.cgi?id=1320283

This fix addresses this bug , but also:
Fixes this issue:

Applet upgrade during rekey operation results in formatted token.

 Also, it takes care of a related issue where the new apdu needed for the
lifecycle state causes the testing tool "tpslcient" to seg fault.
The fix here is a minimal fix to have tpsclient return an error when it gets
this apdu it can't handle, instead of crashing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added CMake target dependencies.</title>
<updated>2016-07-26T19:18:14+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2016-07-21T00:26:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=3f4c9e4e7946f3f330b71cfe36a00ae933de2575'/>
<id>3f4c9e4e7946f3f330b71cfe36a00ae933de2575</id>
<content type='text'>
To help troubleshooting build issues, some CMake dependencies have
been added to some targets even though the actual codes do not
require those dependencies. This will ensure the targets are built
sequentially so build failures can be found more easily at the end
of the build log.

https://fedorahosted.org/pki/ticket/2403
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To help troubleshooting build issues, some CMake dependencies have
been added to some targets even though the actual codes do not
require those dependencies. This will ensure the targets are built
sequentially so build failures can be found more easily at the end
of the build log.

https://fedorahosted.org/pki/ticket/2403
</pre>
</div>
</content>
</entry>
<entry>
<title>fix typo succesfully -&gt; successfully</title>
<updated>2014-09-09T18:42:29+00:00</updated>
<author>
<name>Benjamin Drung</name>
<email>benjamin.drung@profitbricks.com</email>
</author>
<published>2014-09-09T16:55:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=f2f6421c3e50613401a47c2fe10c8666eaa5165c'/>
<id>f2f6421c3e50613401a47c2fe10c8666eaa5165c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Misc TPS packaging tasks:</title>
<updated>2014-08-23T00:20:24+00:00</updated>
<author>
<name>Jack Magne</name>
<email>jmagne@dhcp-16-213.sjc.redhat.com</email>
</author>
<published>2014-08-12T00:25:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=20b9d956aab21a5a2a61162e6c88fbee5828a9e9'/>
<id>20b9d956aab21a5a2a61162e6c88fbee5828a9e9</id>
<content type='text'>
1. Make sure the new TPS packages all the applet files, like the old TPS has done.

2. Create a small new package called "pki-tps-client", which will hold ONLY the
command line utility "tpsclient" and all of its supporting libraries.

3. Move the directory pki/base/tps to pki/base/tps-client

We will do this until we can rewrite "tpclien" on the new Java TPS system.

Add package pki-tps-client.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. Make sure the new TPS packages all the applet files, like the old TPS has done.

2. Create a small new package called "pki-tps-client", which will hold ONLY the
command line utility "tpsclient" and all of its supporting libraries.

3. Move the directory pki/base/tps to pki/base/tps-client

We will do this until we can rewrite "tpclien" on the new Java TPS system.

Add package pki-tps-client.
</pre>
</div>
</content>
</entry>
</feed>
