<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pki.git/base/java-tools/templates, 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>Refactored PKCS12Export.</title>
<updated>2016-04-01T23:02:26+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2016-02-09T17:41:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=78b9c16cbf4db6fe07d7fcc051e3d6ee656ac10a'/>
<id>78b9c16cbf4db6fe07d7fcc051e3d6ee656ac10a</id>
<content type='text'>
The code to export NSS database into PKCS #12 file in PKCS12Export
tool has been refactored into PKCS12Util class to simplify further
enhancements.

The PKCS12Export tool has also been modified to use Java Logging
API. A default logging configuration file has been added. The
command-line wrapper has been modified to get the path to the
logging configuration file from pki.conf.

https://fedorahosted.org/pki/ticket/1742
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The code to export NSS database into PKCS #12 file in PKCS12Export
tool has been refactored into PKCS12Util class to simplify further
enhancements.

The PKCS12Export tool has also been modified to use Java Logging
API. A default logging configuration file has been added. The
command-line wrapper has been modified to get the path to the
logging configuration file from pki.conf.

https://fedorahosted.org/pki/ticket/1742
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove x86 architecture limitations</title>
<updated>2015-06-11T21:29:34+00:00</updated>
<author>
<name>Matthew Harmsen</name>
<email>mharmsen@redhat.com</email>
</author>
<published>2015-05-29T18:17:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=8da79f75c9041b6391f7e100b690e4297c356d0a'/>
<id>8da79f75c9041b6391f7e100b690e4297c356d0a</id>
<content type='text'>
- PKI Trac Ticket #1392 - Remove i686/x86_64 architecture
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- PKI Trac Ticket #1392 - Remove i686/x86_64 architecture
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored OCSPClient.</title>
<updated>2015-02-16T09:54:34+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2015-01-30T02:50:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=944372f857cd631c2cfc51ed7d090912fc2516ff'/>
<id>944372f857cd631c2cfc51ed7d090912fc2516ff</id>
<content type='text'>
The OCSPClient CLI has been refactored into an OCSPProcessor
utility class such that the functionality can be reused.

https://fedorahosted.org/pki/ticket/1202
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The OCSPClient CLI has been refactored into an OCSPProcessor
utility class such that the functionality can be reused.

https://fedorahosted.org/pki/ticket/1202
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored CRMFPopClient.</title>
<updated>2015-01-28T19:44:12+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2015-01-27T05:35:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=7de81fedeba1a3904c127dc612a937903e622d81'/>
<id>7de81fedeba1a3904c127dc612a937903e622d81</id>
<content type='text'>
The CRMFPopClient has been refactored such that it is easier
to understand and reuse. The code has been fixed such that it
can read a normal PEM transport certificate. It also has been
fixed to parse the request submission result properly.

The client-cert-request CLI command was modified to support CRMF
requests.

The MainCLI and ClientConfig were modified to accept a security
token name.

The pki_java_command_wrapper.in was modified to include the Apache
Commons IO library.

https://fedorahosted.org/pki/ticket/1074
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The CRMFPopClient has been refactored such that it is easier
to understand and reuse. The code has been fixed such that it
can read a normal PEM transport certificate. It also has been
fixed to parse the request submission result properly.

The client-cert-request CLI command was modified to support CRMF
requests.

The MainCLI and ClientConfig were modified to accept a security
token name.

The pki_java_command_wrapper.in was modified to include the Apache
Commons IO library.

https://fedorahosted.org/pki/ticket/1074
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove legacy multilib JNI_JAR_DIR logic</title>
<updated>2014-12-04T18:07:00+00:00</updated>
<author>
<name>Matthew Harmsen</name>
<email>mharmsen@redhat.com</email>
</author>
<published>2014-12-01T19:49:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=cc8e2ebf392468831428601403f6e0ca7507c11a'/>
<id>cc8e2ebf392468831428601403f6e0ca7507c11a</id>
<content type='text'>
* Bugzilla Bug #1165351 - Errata TPS test fails due to dependent packages not
  found

(cherry picked from commit d7a0807b7493fc3d86900ee4aaf8199efd824907)

Conflicts:
	base/java-tools/templates/pki_java_command_wrapper.in
	base/java-tools/templates/pretty_print_cert_command_wrapper.in
	base/java-tools/templates/pretty_print_crl_command_wrapper.in
	base/server/python/pki/server/deployment/pkiparser.py
	base/server/scripts/operations

(cherry picked from commit c8d73ade2c651fd5ca01226c89d5d19828bfc9b7)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Bugzilla Bug #1165351 - Errata TPS test fails due to dependent packages not
  found

(cherry picked from commit d7a0807b7493fc3d86900ee4aaf8199efd824907)

Conflicts:
	base/java-tools/templates/pki_java_command_wrapper.in
	base/java-tools/templates/pretty_print_cert_command_wrapper.in
	base/java-tools/templates/pretty_print_crl_command_wrapper.in
	base/server/python/pki/server/deployment/pkiparser.py
	base/server/scripts/operations

(cherry picked from commit c8d73ade2c651fd5ca01226c89d5d19828bfc9b7)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 'arm' architecture to tool scripts.</title>
<updated>2014-07-02T17:29:33+00:00</updated>
<author>
<name>Matthew Harmsen</name>
<email>mharmsen@redhat.com</email>
</author>
<published>2014-07-02T01:53:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=c314012f88f2e566455c9e4384f6b94c85ad9035'/>
<id>c314012f88f2e566455c9e4384f6b94c85ad9035</id>
<content type='text'>
- Bugzilla Bug #1081916 - freeipa does not install on arm architecture
- PKI TRAC Ticket #935 - patch to BtoA and AtoB to get ARM working
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Bugzilla Bug #1081916 - freeipa does not install on arm architecture
- PKI TRAC Ticket #935 - patch to BtoA and AtoB to get ARM working
</pre>
</div>
</content>
</entry>
<entry>
<title>Debian - replace source with dot</title>
<updated>2014-01-13T17:06:10+00:00</updated>
<author>
<name>Ade Lee</name>
<email>alee@redhat.com</email>
</author>
<published>2014-01-13T15:58:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=2561571ad438e300adb44e57bde300c1d1a95254'/>
<id>2561571ad438e300adb44e57bde300c1d1a95254</id>
<content type='text'>
source does not work on debian.  Use . instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
source does not work on debian.  Use . instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Debian - replace arch specification</title>
<updated>2014-01-08T22:35:00+00:00</updated>
<author>
<name>Ade Lee</name>
<email>alee@redhat.com</email>
</author>
<published>2014-01-03T16:41:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=cc831a6be57a868cd36d15335eb0f65e77779c55'/>
<id>cc831a6be57a868cd36d15335eb0f65e77779c55</id>
<content type='text'>
uname -i returns "unknown" on a debian system. "arch" on the other
hand works for fedora, rhel and debian.  Replacing these for all
packages except for the migration ones which will not be built on debian
in any case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
uname -i returns "unknown" on a debian system. "arch" on the other
hand works for fedora, rhel and debian.  Replacing these for all
packages except for the migration ones which will not be built on debian
in any case.
</pre>
</div>
</content>
</entry>
<entry>
<title>Modify java-tools startup scripts to use correct JNI path</title>
<updated>2013-06-12T14:50:36+00:00</updated>
<author>
<name>Ade Lee</name>
<email>alee@redhat.com</email>
</author>
<published>2013-06-11T03:58:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=7cf2a4786a2e34be14e5f5885ce137589dc3ae99'/>
<id>7cf2a4786a2e34be14e5f5885ce137589dc3ae99</id>
<content type='text'>
In Fedora 19, the JNI path changed yet again, breaking all java-tools
because the classpath does not contain the correct location for jss4.jar
on x86_64.  With this fix, both /usr/lib/java/jss4.jar and
/usr/lib64/java/jss4.jar are in the classpath.

Trac Ticket 646
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Fedora 19, the JNI path changed yet again, breaking all java-tools
because the classpath does not contain the correct location for jss4.jar
on x86_64.  With this fix, both /usr/lib/java/jss4.jar and
/usr/lib64/java/jss4.jar are in the classpath.

Trac Ticket 646
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed PrettyPrintCert and PrettyPrintCrl.</title>
<updated>2012-10-31T14:49:09+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-10-29T22:16:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=8eb2ccf677478176da482d512af32ecadc6f2e8d'/>
<id>8eb2ccf677478176da482d512af32ecadc6f2e8d</id>
<content type='text'>
The wrappers for PrettyPrintCert and PrettyPrintCrl has been fixed
to include the class names.

Ticket #381
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The wrappers for PrettyPrintCert and PrettyPrintCrl has been fixed
to include the class names.

Ticket #381
</pre>
</div>
</content>
</entry>
</feed>
