<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pki.git/base/ca/functional/src, branch branch-10.2.7-dev1</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>Changes to KeyClient on the java side.</title>
<updated>2014-03-19T23:17:39+00:00</updated>
<author>
<name>Abhishek Koneru</name>
<email>akoneru@redhat.com</email>
</author>
<published>2014-02-26T18:15:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=24294c097dd0dd9f7de0202443a8c8e34807bb2f'/>
<id>24294c097dd0dd9f7de0202443a8c8e34807bb2f</id>
<content type='text'>
The KeyClient class on the java side is modified to
have a similar design as the KeyClient class on the python side.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The KeyClient class on the java side is modified to
have a similar design as the KeyClient class on the python side.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated REST interface for CA profiles.</title>
<updated>2014-02-19T16:09:58+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2014-02-15T03:07:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=0ac1abb747d76321d5c4830c5bad9c41592959d3'/>
<id>0ac1abb747d76321d5c4830c5bad9c41592959d3</id>
<content type='text'>
The REST interface for CA profiles has been modified to return
Response objects to allow better handling of server responses.

Ticket #554
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The REST interface for CA profiles has been modified to return
Response objects to allow better handling of server responses.

Ticket #554
</pre>
</div>
</content>
</entry>
<entry>
<title>Added paging on all find commands.</title>
<updated>2013-11-14T21:54:39+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2013-11-13T17:00:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=4d1ec71c790e467ecae184df01abf825f94d1dc3'/>
<id>4d1ec71c790e467ecae184df01abf825f94d1dc3</id>
<content type='text'>
The find commands in some REST services have been modified to support
paging to be consistent with others. The other find commands have been
cleaned up as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The find commands in some REST services have been modified to support
paging to be consistent with others. The other find commands have been
cleaned up as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleaned up CertEnrollmentRequest.</title>
<updated>2013-10-25T21:18:33+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2013-10-11T15:42:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=533029c934843c75d1a01561d3200cc41292aeda'/>
<id>533029c934843c75d1a01561d3200cc41292aeda</id>
<content type='text'>
The CertEnrollmentRequest, ProfileInput, ProfileAttribute, and Descriptor
have been cleaned up to fix some bugs and minor formatting issues.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The CertEnrollmentRequest, ProfileInput, ProfileAttribute, and Descriptor
have been cleaned up to fix some bugs and minor formatting issues.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added CA certificate CLI.</title>
<updated>2013-10-08T14:07:19+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2013-10-03T22:07:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=26f0ac03af26836c417dec5a9321e944289a7fa8'/>
<id>26f0ac03af26836c417dec5a9321e944289a7fa8</id>
<content type='text'>
The ca-cert-* commands have been added to eventually replace cert-*.
The CATest has been updated to use the CertClient directly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ca-cert-* commands have been added to eventually replace cert-*.
The CATest has been updated to use the CertClient directly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored client framework.</title>
<updated>2013-08-24T03:16:54+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2013-08-01T08:17:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=752166224154243f93fad5ea10dd4ebd87e1c369'/>
<id>752166224154243f93fad5ea10dd4ebd87e1c369</id>
<content type='text'>
A new Client class was added as a base for all client classes. The
SubsystemClient was added as a base for all subsystem clients. It also
provides methods to authenticate against the subsystem. The DRMClient
has been renamed to KRAClient to match the actual subsystem name.

Ticket #701
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A new Client class was added as a base for all client classes. The
SubsystemClient was added as a base for all subsystem clients. It also
provides methods to authenticate against the subsystem. The DRMClient
has been renamed to KRAClient to match the actual subsystem name.

Ticket #701
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes for profile REST interface from code review.</title>
<updated>2013-07-31T20:57:57+00:00</updated>
<author>
<name>Ade Lee</name>
<email>alee@redhat.com</email>
</author>
<published>2013-07-31T17:38:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=5d5b40fe43ee4a2a18356039271bf405f6881432'/>
<id>5d5b40fe43ee4a2a18356039271bf405f6881432</id>
<content type='text'>
Simplified the inputs, outputs for ProfileData
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simplified the inputs, outputs for ProfileData
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix various issues with Profile Interface</title>
<updated>2013-07-31T20:57:35+00:00</updated>
<author>
<name>Ade Lee</name>
<email>alee@redhat.com</email>
</author>
<published>2013-07-29T16:23:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=ea1d7a70d9fad28a1729d1de4968edafdaeb0889'/>
<id>ea1d7a70d9fad28a1729d1de4968edafdaeb0889</id>
<content type='text'>
1. Fixed REST API as per review.
2. Add output for profile-show and profile-find
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. Fixed REST API as per review.
2. Add output for profile-show and profile-find
</pre>
</div>
</content>
</entry>
<entry>
<title>Add interfaces for managing profiles</title>
<updated>2013-07-22T15:03:02+00:00</updated>
<author>
<name>Ade Lee</name>
<email>alee@redhat.com</email>
</author>
<published>2013-05-14T19:57:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=9eb2c354b9e3a1d93f89ea951bb713cc684646ed'/>
<id>9eb2c354b9e3a1d93f89ea951bb713cc684646ed</id>
<content type='text'>
This adds the initial framework for viewing and managing profiles.
Also adds CLI code for viewing/adding/deleting and editing profiles.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds the initial framework for viewing and managing profiles.
Also adds CLI code for viewing/adding/deleting and editing profiles.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove server code from CertSearchRequest</title>
<updated>2012-12-07T06:02:09+00:00</updated>
<author>
<name>Ade Lee</name>
<email>alee@redhat.com</email>
</author>
<published>2012-12-07T05:14:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=cbfdae84f511ae526f1e7e29f71e7f60eef96094'/>
<id>cbfdae84f511ae526f1e7e29f71e7f60eef96094</id>
<content type='text'>
Ticket #418
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ticket #418
</pre>
</div>
</content>
</entry>
</feed>
