<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pki.git/base/tps-client/tools, 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>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>Fix compile issue in RA_Token.cpp</title>
<updated>2016-02-26T16:40:10+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>cheimes@redhat.com</email>
</author>
<published>2016-02-25T09:42:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=07b8415312a7f37c566506ec516c4c74404402eb'/>
<id>07b8415312a7f37c566506ec516c4c74404402eb</id>
<content type='text'>
GCC 6 is more strict than GCC 5 and earlier. It refuses to initialize a
char[] with 'int' initializers because char is signed while the its are
values from 0 to 255.

RA_Token.cpp:989:7: error: narrowing conversion of ‘194’ from ‘int’ to
‘char’ inside { }

https://fedorahosted.org/pki/attachment/ticket/2221
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GCC 6 is more strict than GCC 5 and earlier. It refuses to initialize a
char[] with 'int' initializers because char is signed while the its are
values from 0 to 255.

RA_Token.cpp:989:7: error: narrowing conversion of ‘194’ from ‘int’ to
‘char’ inside { }

https://fedorahosted.org/pki/attachment/ticket/2221
</pre>
</div>
</content>
</entry>
<entry>
<title>TpsClient support for extensions.</title>
<updated>2014-09-04T03:03:39+00:00</updated>
<author>
<name>Jack Magne</name>
<email>jmagne@dhcp-16-213.sjc.redhat.com</email>
</author>
<published>2014-09-04T02:15:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=4dbec5fe960a89b7ced3028e000b5695b6d9aac7'/>
<id>4dbec5fe960a89b7ced3028e000b5695b6d9aac7</id>
<content type='text'>
TpsClient will now suport the ability to specify extensions in the
script file.

Ex:

op=ra_format uid=jmagne pwd=netscape new_pin=netscape num_threads=1  extensions=tokenType=userKey

Ticket # 1016.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TpsClient will now suport the ability to specify extensions in the
script file.

Ex:

op=ra_format uid=jmagne pwd=netscape new_pin=netscape num_threads=1  extensions=tokenType=userKey

Ticket # 1016.
</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>
