<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pki.git/base/server/cms/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>Fixed CertUtil.updateLocalRequest().</title>
<updated>2017-07-11T04:50:50+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2017-07-11T04:08:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=de9337900e898da0a2de38c5d044722a26fcceee'/>
<id>de9337900e898da0a2de38c5d044722a26fcceee</id>
<content type='text'>
The CertUtil.updateLocalRequest() has been modified to return
silently if the certificate does not have a corresponding request
record.

https://pagure.io/dogtagpki/issue/2280

Change-Id: I0d225a6db84d2d719091dbd84ee76b73bfb4408c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The CertUtil.updateLocalRequest() has been modified to return
silently if the certificate does not have a corresponding request
record.

https://pagure.io/dogtagpki/issue/2280

Change-Id: I0d225a6db84d2d719091dbd84ee76b73bfb4408c
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored SystemConfigService.processCert().</title>
<updated>2017-07-08T04:59:43+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2017-07-08T03:29:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=263adf41e84c63f51c10dbf8a310b3e8802b186d'/>
<id>263adf41e84c63f51c10dbf8a310b3e8802b186d</id>
<content type='text'>
The code in SystemConfigService.processCert() that handles external
cert has been reorganized for clarity.

https://pagure.io/dogtagpki/issue/2280

Change-Id: Ia1800cc6560dce1757959bea9e352a2e6d30307e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The code in SystemConfigService.processCert() that handles external
cert has been reorganized for clarity.

https://pagure.io/dogtagpki/issue/2280

Change-Id: Ia1800cc6560dce1757959bea9e352a2e6d30307e
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored SystemConfigService.processKeyPair().</title>
<updated>2017-07-08T04:59:31+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2017-07-07T05:06:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=313561ca3270d0f08da95d4ca3bf6782ed32159d'/>
<id>313561ca3270d0f08da95d4ca3bf6782ed32159d</id>
<content type='text'>
The code in SystemConfigService.processCert() that loads or
generates key pair has been moved into processKeyPair().

The code that sets key pair properties in createECCKeyPair() and
createRSAKeyPair() has been replaced with storeKeyPair().

The processCert() has been modified to return a Cert object.

Some debug messages have been added for clarity.

https://pagure.io/dogtagpki/issue/2280

Change-Id: Ica16c7ce4f33fb23df2813a8b65d66fc2d4ea198
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The code in SystemConfigService.processCert() that loads or
generates key pair has been moved into processKeyPair().

The code that sets key pair properties in createECCKeyPair() and
createRSAKeyPair() has been replaced with storeKeyPair().

The processCert() has been modified to return a Cert object.

Some debug messages have been added for clarity.

https://pagure.io/dogtagpki/issue/2280

Change-Id: Ica16c7ce4f33fb23df2813a8b65d66fc2d4ea198
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed error message in SystemConfigService.processCerts().</title>
<updated>2017-07-08T02:53:13+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2017-07-08T02:42:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=7b293a9b68b0f58af03c068291ca1bd07b2cca33'/>
<id>7b293a9b68b0f58af03c068291ca1bd07b2cca33</id>
<content type='text'>
The exception handler in SystemConfigService.processCerts() has
been removed since it's redundant and generates misleading error
message.

https://pagure.io/dogtagpki/issue/2280

Change-Id: I3aa4f0414519a7cd2c53481663f4880c5c1dafd0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The exception handler in SystemConfigService.processCerts() has
been removed since it's redundant and generates misleading error
message.

https://pagure.io/dogtagpki/issue/2280

Change-Id: I3aa4f0414519a7cd2c53481663f4880c5c1dafd0
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored ConfigurationUtils.updateCloneConfig().</title>
<updated>2017-07-08T02:52:44+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2017-07-07T17:36:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=2dc3c84777dcd8fe20611511ed5fc422c8b05541'/>
<id>2dc3c84777dcd8fe20611511ed5fc422c8b05541</id>
<content type='text'>
The ConfigurationUtils.updateCloneConfig() invocation has been
modified such that it will only be executed once.

https://pagure.io/dogtagpki/issue/2280

Change-Id: I1d42acb8cf7c7ffedcd109fcd5252a03fb9622e7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ConfigurationUtils.updateCloneConfig() invocation has been
modified such that it will only be executed once.

https://pagure.io/dogtagpki/issue/2280

Change-Id: I1d42acb8cf7c7ffedcd109fcd5252a03fb9622e7
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored ConfigurationUtils.updateServerCertNickConf().</title>
<updated>2017-07-08T02:52:20+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2017-07-07T15:23:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=eb08fba8a15e044802e9fa32ba0d4ed6c8eb31bc'/>
<id>eb08fba8a15e044802e9fa32ba0d4ed6c8eb31bc</id>
<content type='text'>
The code that updates serverCertNick.conf has been moved into
ConfigurationUtils.updateServerCertNickConf() and will only be
executed once.

https://pagure.io/dogtagpki/issue/2280

Change-Id: Iaae4429724ece683939aea8defe6fceeca237c4b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The code that updates serverCertNick.conf has been moved into
ConfigurationUtils.updateServerCertNickConf() and will only be
executed once.

https://pagure.io/dogtagpki/issue/2280

Change-Id: Iaae4429724ece683939aea8defe6fceeca237c4b
</pre>
</div>
</content>
</entry>
<entry>
<title>Ticket #2757 CMC enrollment profiles for system certificates</title>
<updated>2017-07-07T23:51:22+00:00</updated>
<author>
<name>Christina Fu</name>
<email>cfu@redhat.com</email>
</author>
<published>2017-06-27T01:09:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=65b1242cd139e6306fb3e039193a3a6b223ea9b1'/>
<id>65b1242cd139e6306fb3e039193a3a6b223ea9b1</id>
<content type='text'>
This patch supports CMC-based system certificate requests.

This patch contains the following:
* The code in CMCAuth (agent-based) to check ssl client auth cert against the CMC signing cert
* The cmc-based system enrollment profiles:
caCMCauditSigningCert.cfg
caCMCcaCert.cfg
caCMCkraStorageCert.cfg
caCMCkraTransportCert.cfg
caCMCocspCert.cfg
caCMCserverCert.cfg
caCMCsubsystemCert.cfg
* new URI's in web.xml as new access points

Usage example can be found here:
http://pki.fedoraproject.org/wiki/PKI_10.4_CMC_Feature_Update_(RFC5272)#Examples_.28System_Certificates.29
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch supports CMC-based system certificate requests.

This patch contains the following:
* The code in CMCAuth (agent-based) to check ssl client auth cert against the CMC signing cert
* The cmc-based system enrollment profiles:
caCMCauditSigningCert.cfg
caCMCcaCert.cfg
caCMCkraStorageCert.cfg
caCMCkraTransportCert.cfg
caCMCocspCert.cfg
caCMCserverCert.cfg
caCMCsubsystemCert.cfg
* new URI's in web.xml as new access points

Usage example can be found here:
http://pki.fedoraproject.org/wiki/PKI_10.4_CMC_Feature_Update_(RFC5272)#Examples_.28System_Certificates.29
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored CertUtil.updateLocalRequest().</title>
<updated>2017-07-06T23:36:57+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2017-07-01T06:31:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=bea1d52b64f410201e3bff02ad964366fb81224a'/>
<id>bea1d52b64f410201e3bff02ad964366fb81224a</id>
<content type='text'>
The CertUtil.updateLocalRequest() has been modified to no longer
ignore exceptions.

Change-Id: I57907a54f51f65369a062dfc396741d87874660c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The CertUtil.updateLocalRequest() has been modified to no longer
ignore exceptions.

Change-Id: I57907a54f51f65369a062dfc396741d87874660c
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored CertUtil.createLocalRequest().</title>
<updated>2017-07-06T23:36:49+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2017-06-30T20:59:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=1634a18d391b1aad9ce4aeadb3a8989c0e168b66'/>
<id>1634a18d391b1aad9ce4aeadb3a8989c0e168b66</id>
<content type='text'>
The code that sets the certificate request extra data has been
moved into CertUtil.createLocalRequest().

The incorrect profile ID in subsystemCert.profile has been fixed.

https://pagure.io/dogtagpki/issue/2280

Change-Id: Ic76ac3dfcbf0c4ab95abea0680697d87f00f292b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The code that sets the certificate request extra data has been
moved into CertUtil.createLocalRequest().

The incorrect profile ID in subsystemCert.profile has been fixed.

https://pagure.io/dogtagpki/issue/2280

Change-Id: Ic76ac3dfcbf0c4ab95abea0680697d87f00f292b
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored ConfigurationUtils.handleLocalCert().</title>
<updated>2017-07-06T23:36:41+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2017-06-29T06:23:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=2dd97bf5569974fc7cc5a65c863594d176a0a346'/>
<id>2dd97bf5569974fc7cc5a65c863594d176a0a346</id>
<content type='text'>
The code for creating and importing local cert into NSS database
has been moved into ConfigurationUtils.handleLocalCert().

https://pagure.io/dogtagpki/issue/2280

Change-Id: Idac7bc3e08e95f94fe50c417898ef12b2288d17c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The code for creating and importing local cert into NSS database
has been moved into ConfigurationUtils.handleLocalCert().

https://pagure.io/dogtagpki/issue/2280

Change-Id: Idac7bc3e08e95f94fe50c417898ef12b2288d17c
</pre>
</div>
</content>
</entry>
</feed>
