<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pki.git/base/common, 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>Temp SSL Certificate Creation - Offline System Certificate Renewal</title>
<updated>2017-07-13T20:08:24+00:00</updated>
<author>
<name>Dinesh Prasanth M K</name>
<email>dmoluguw@redhat.com</email>
</author>
<published>2017-07-12T01:53:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=38afcf8a28b97516ba21f8fefa5057ddd34dc75c'/>
<id>38afcf8a28b97516ba21f8fefa5057ddd34dc75c</id>
<content type='text'>
`pki-server subsystem-cert-renew` can be used to generate a temporary
SSL cert (Signed by CA) and replace the expired SSL cert in NSS DB. This
helps to bring up the PKI server temporarily. The online System Certificate
renewal procedure can then be used without backdating the system to update
other system certificates.

Ticket: https://pagure.io/dogtagpki/issue/2776

Change-Id: I411586e70f80029b76890e24425331d657ac71e9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`pki-server subsystem-cert-renew` can be used to generate a temporary
SSL cert (Signed by CA) and replace the expired SSL cert in NSS DB. This
helps to bring up the PKI server temporarily. The online System Certificate
renewal procedure can then be used without backdating the system to update
other system certificates.

Ticket: https://pagure.io/dogtagpki/issue/2776

Change-Id: I411586e70f80029b76890e24425331d657ac71e9
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed audit events class hierarchy.</title>
<updated>2017-06-30T01:04:50+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2017-06-24T03:17:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=da87f5893a66a85126fa807225cd79359d654252'/>
<id>da87f5893a66a85126fa807225cd79359d654252</id>
<content type='text'>
The audit events classes have been modified to inherit from
SignedAuditEvent class since AuditEvent class is actually used
for transaction log.

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

Change-Id: If41c99c1d165075d330033d44799145c784c2905
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The audit events classes have been modified to inherit from
SignedAuditEvent class since AuditEvent class is actually used
for transaction log.

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

Change-Id: If41c99c1d165075d330033d44799145c784c2905
</pre>
</div>
</content>
</entry>
<entry>
<title>Consolidated log() for audit events.</title>
<updated>2017-06-27T05:32:52+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2017-06-24T02:11:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=c297d987d29755452b192ae1306610733381771a'/>
<id>c297d987d29755452b192ae1306610733381771a</id>
<content type='text'>
Duplicate log() methods for audit events have been merged into the
Logger class.

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

Change-Id: I7a5147ff3221a52a82e69f56faf2156c04256db2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Duplicate log() methods for audit events have been merged into the
Logger class.

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

Change-Id: I7a5147ff3221a52a82e69f56faf2156c04256db2
</pre>
</div>
</content>
</entry>
<entry>
<title>Added LogEvent class.</title>
<updated>2017-06-27T04:36:12+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2017-06-23T23:53:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=388254c3f529647ce414d19e81e15aafb774eb41'/>
<id>388254c3f529647ce414d19e81e15aafb774eb41</id>
<content type='text'>
A new LogEvent class has been added as the base for all log events.
Common fields and methods have been moved into the base class.

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

Change-Id: I775556edf367b972ad56b35f4b4ea025a72e962f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A new LogEvent class has been added as the base for all log events.
Common fields and methods have been moved into the base class.

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

Change-Id: I775556edf367b972ad56b35f4b4ea025a72e962f
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored signed audit logger.</title>
<updated>2017-06-23T22:04:03+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2017-06-20T22:48:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=db84bffad64dd4b9a9d684255794719ae13d677f'/>
<id>db84bffad64dd4b9a9d684255794719ae13d677f</id>
<content type='text'>
Signed audit logger creation has been simplified into:

  Logger signedAuditLogger = SignedAuditLogger.getLogger();

The null checks on signed audit logger have been removed since
it cannot be null. Audit messages can be logged as follows:

  signedAuditLogger.log(message);

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

Change-Id: I3bf781b0194a6cbb166f71751c098d1c2a3a657a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed audit logger creation has been simplified into:

  Logger signedAuditLogger = SignedAuditLogger.getLogger();

The null checks on signed audit logger have been removed since
it cannot be null. Audit messages can be logged as follows:

  signedAuditLogger.log(message);

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

Change-Id: I3bf781b0194a6cbb166f71751c098d1c2a3a657a
</pre>
</div>
</content>
</entry>
<entry>
<title>Ticket #2616 CMC: id-cmc-statusInfo ==&gt; id-cmc-statusInfoV2</title>
<updated>2017-06-23T17:07:40+00:00</updated>
<author>
<name>Christina Fu</name>
<email>cfu@redhat.com</email>
</author>
<published>2017-06-17T01:20:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=6273907e0ca36425fa30c106b7fdd28c510b1162'/>
<id>6273907e0ca36425fa30c106b7fdd28c510b1162</id>
<content type='text'>
This patch contains the following update:
* Structurely, CMCStatusInfo to CMCStatusInfoV2 update; no extendedFailInfo has been added at this point
* In case of EncryptedPOP, instead of returning with CMCStatus pending where
  PendInfo contains the requestID, it now returns CMCStatus failed whith
  responseInfo control contains the requestID. On the client side, CMCRequest
  now processes the responseInfo and returns the DecryptedPOP with requestID in
  the regInfo control. CMCResponse has been updated to handle the new controls
  as well.
* A number of fail info codes are now being supported by the server to add
  clarity to CMC failed status, including:
  badMessageCheck, badRequest, unsuportedExt, badIdentity, popRequired, and popFailed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch contains the following update:
* Structurely, CMCStatusInfo to CMCStatusInfoV2 update; no extendedFailInfo has been added at this point
* In case of EncryptedPOP, instead of returning with CMCStatus pending where
  PendInfo contains the requestID, it now returns CMCStatus failed whith
  responseInfo control contains the requestID. On the client side, CMCRequest
  now processes the responseInfo and returns the DecryptedPOP with requestID in
  the regInfo control. CMCResponse has been updated to handle the new controls
  as well.
* A number of fail info codes are now being supported by the server to add
  clarity to CMC failed status, including:
  badMessageCheck, badRequest, unsuportedExt, badIdentity, popRequired, and popFailed.
</pre>
</div>
</content>
</entry>
<entry>
<title>dogtagpki Pagure Issue #2745 - Platform Dependent Python Import</title>
<updated>2017-06-22T18:50:21+00:00</updated>
<author>
<name>Matthew Harmsen</name>
<email>mharmsen@redhat.com</email>
</author>
<published>2017-06-22T18:50:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=9d63a7a6b1abb42595b6a24296a39a79441ba8df'/>
<id>9d63a7a6b1abb42595b6a24296a39a79441ba8df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored Logger class.</title>
<updated>2017-06-22T04:03:45+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2017-06-21T00:16:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=31988eb90c0f24f13e9bdbb77a91778c7809ebb3'/>
<id>31988eb90c0f24f13e9bdbb77a91778c7809ebb3</id>
<content type='text'>
The Logger class has been modified to provide an interface to
create a Logger instance that stores the log category and log
source.

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

Change-Id: I1dadcdf35af0f0a17e02328c73ef6d95ca691e7f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Logger class has been modified to provide an interface to
create a Logger instance that stores the log category and log
source.

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

Change-Id: I1dadcdf35af0f0a17e02328c73ef6d95ca691e7f
</pre>
</div>
</content>
</entry>
<entry>
<title>Added LogSource enumeration.</title>
<updated>2017-06-22T02:00:51+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2017-06-21T20:34:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=2326a4426218ac1db2885f349d0623490d49d69a'/>
<id>2326a4426218ac1db2885f349d0623490d49d69a</id>
<content type='text'>
A LogSource enumeration has been added to replace the integer
log source in the Logger class.

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

Change-Id: I6f69219fbbfa00d83f26a32174c75ff2782eb6af
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A LogSource enumeration has been added to replace the integer
log source in the Logger class.

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

Change-Id: I6f69219fbbfa00d83f26a32174c75ff2782eb6af
</pre>
</div>
</content>
</entry>
<entry>
<title>Added LogCategory enumeration.</title>
<updated>2017-06-22T02:00:37+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2017-06-21T16:46:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=d884229da2673703777d474fddd8c3c61eba9308'/>
<id>d884229da2673703777d474fddd8c3c61eba9308</id>
<content type='text'>
A LogCategory enumeration has been added to replace the integer
log category in the Logger class.

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

Change-Id: Ic92e64c3abdf859841eaf1006afc61bbf573086d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A LogCategory enumeration has been added to replace the integer
log category in the Logger class.

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

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