<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pki.git/base/ca/src/com, 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>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>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>Fixed OCSP service error handling.</title>
<updated>2017-06-20T18:05:11+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2017-06-20T06:18:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=4aa28a72c7deea46f8c7bc407153fd50030bb311'/>
<id>4aa28a72c7deea46f8c7bc407153fd50030bb311</id>
<content type='text'>
Some OCSP-related classes have been modified to detect errors and
handle exceptions properly.

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

Change-Id: Ifd054c47d04ff106120df2d7f3705366c7de9da9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some OCSP-related classes have been modified to detect errors and
handle exceptions properly.

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

Change-Id: Ifd054c47d04ff106120df2d7f3705366c7de9da9
</pre>
</div>
</content>
</entry>
<entry>
<title>Added log messages for OCSP service.</title>
<updated>2017-06-20T18:04:58+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2017-06-19T22:06:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=53d695a365b8a104b507970381a6a88df8624cd9'/>
<id>53d695a365b8a104b507970381a6a88df8624cd9</id>
<content type='text'>
Some log messages have been added into OCSP-related classes for
clarity.

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

Change-Id: I7eda806a3103ac235a5d3e073db8c60a9b3d482d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some log messages have been added into OCSP-related classes for
clarity.

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

Change-Id: I7eda806a3103ac235a5d3e073db8c60a9b3d482d
</pre>
</div>
</content>
</entry>
<entry>
<title>Added FULL_CRL_PUBLISHING audit event.</title>
<updated>2017-05-26T20:12:48+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2017-05-25T22:46:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=33838ebaffcdf121c4167379f0c917b5b5b67d0e'/>
<id>33838ebaffcdf121c4167379f0c917b5b5b67d0e</id>
<content type='text'>
A new FULL_CRL_PUBLISHING audit event has been added which will
be generated when full CRL publishing is complete.

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

Change-Id: I4461b03f4afd300b65e9d12c7d0bfa935b4e7082
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A new FULL_CRL_PUBLISHING audit event has been added which will
be generated when full CRL publishing is complete.

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

Change-Id: I4461b03f4afd300b65e9d12c7d0bfa935b4e7082
</pre>
</div>
</content>
</entry>
<entry>
<title>Added FULL_CRL_GENERATION audit event.</title>
<updated>2017-05-26T20:12:48+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2017-05-25T22:13:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=37e6ba6d1fb24694c2744adbc27c78b749d7e35d'/>
<id>37e6ba6d1fb24694c2744adbc27c78b749d7e35d</id>
<content type='text'>
A new FULL_CRL_GENERATION audit event has been added which will
be generated when full CRL generation is complete.

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

Change-Id: I74b083721e477ad72fe5a787935af617e89a6968
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A new FULL_CRL_GENERATION audit event has been added which will
be generated when full CRL generation is complete.

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

Change-Id: I74b083721e477ad72fe5a787935af617e89a6968
</pre>
</div>
</content>
</entry>
<entry>
<title>Added DELTA_CRL_PUBLISHING audit event.</title>
<updated>2017-05-26T20:12:48+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2017-05-25T20:53:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=4d5ecb5dd3e1f4eabbe29ab2ddbfeb825f9f4233'/>
<id>4d5ecb5dd3e1f4eabbe29ab2ddbfeb825f9f4233</id>
<content type='text'>
A new DELTA_CRL_PUBLISHING audit event has been added which will
be generated when delta CRL publishing is complete.

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

Change-Id: I38f84fc2d00ea57ef13f0ee50998da9239437372
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A new DELTA_CRL_PUBLISHING audit event has been added which will
be generated when delta CRL publishing is complete.

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

Change-Id: I38f84fc2d00ea57ef13f0ee50998da9239437372
</pre>
</div>
</content>
</entry>
<entry>
<title>Added DELTA_CRL_GENERATION audit event.</title>
<updated>2017-05-26T20:12:47+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2017-05-18T17:38:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=e3f64ea8ca4ec231a954076a7f6b05dfc626ff1b'/>
<id>e3f64ea8ca4ec231a954076a7f6b05dfc626ff1b</id>
<content type='text'>
A new DELTA_CRL_GENERATION audit event has been added which will
be generated when delta CRL generation is complete.

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

Change-Id: Ic4759ac2d90b6915443587708292d0f51e11345f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A new DELTA_CRL_GENERATION audit event has been added which will
be generated when delta CRL generation is complete.

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

Change-Id: Ic4759ac2d90b6915443587708292d0f51e11345f
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored CRLIssuingPoint.generateFullCRL().</title>
<updated>2017-05-25T21:10:42+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2017-05-25T19:22:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=5e0cb550236c5bb06baa4b3a94558407a53c92ea'/>
<id>5e0cb550236c5bb06baa4b3a94558407a53c92ea</id>
<content type='text'>
The code related to full CRL generation has been moved into
generateFullCRL().

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

Change-Id: I6a23c97255ba7095e168e927621f0503923251c2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The code related to full CRL generation has been moved into
generateFullCRL().

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

Change-Id: I6a23c97255ba7095e168e927621f0503923251c2
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored CRLIssuingPoint.generateDeltaCRL().</title>
<updated>2017-05-25T21:09:56+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2017-05-25T17:35:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=5ce1212159f8055ab7534887542e1d8cb41eb15d'/>
<id>5ce1212159f8055ab7534887542e1d8cb41eb15d</id>
<content type='text'>
The code related to delta CRL generation has been moved into
generateDeltaCRL().

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

Change-Id: Ic38c654cea03fe8748bd9663b5414fbe8e762f26
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The code related to delta CRL generation has been moved into
generateDeltaCRL().

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

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