Review Request: Token Management System ECC infrastructure
by Christina Fu
https://fedorahosted.org/pki/attachment/ticket/304/TPS-ECC.patch2
This patch provides TMS ECC infrastructure as described in task #304:
https://fedorahosted.org/pki/ticket/304
I have merged/sanitized the code from two sources:
* Token ECC enrollment with client-side key generation support (provided
by jmagne(a)redhat.com)
* TMS ECC enrollment with server-side key generation and key archival
support (provided by myself - cfu(a)redhat.com)
The following tests have been conducted:
* ECC enrollment via tpsclient
* RSA enrollment via tpsclient
* RSA server-side key generation via tpsclient
* ECC server-side key generation via tpsclient
* ECC enrollment via smart card token (Safenet 330j)
* RSA enrollment via smart card token (Safenet sc650)
note 1: For ECC enrollments, you will need a newer java applet, which is
not yet ready for checkin.
note 2: server-side key generation is currently not yet supported by the
smart card token because of the lack of the key injection code, which
will be covered by task #235 (https://fedorahosted.org/pki/ticket/235)
thanks,
Christina
10 years, 6 months
[PATCH] Restart existing instances upon package update
by Matthew Harmsen
The attached patch addresses the following two PKI TRAC tickets:
* TRAC Ticket #312 - Dogtag 10: Automatically restart any running
instances upon RPM "update" . . .
* TRAC Ticket #317 - Dogtag 10: Move "pkispawn"/"pkidestroy" from
/usr/bin to /usr/sbin . . .
Please review this patch.
Thanks in advance,
-- Matt
10 years, 6 months
[PATCH] 113 Fixed SELinux error during pkidestroy.
by Endi Sukma Dewata
When removing a subsystem the pkidestroy would also remove the SELinux
contexts for the instance regardless of whether there are still other
subsystems in the instance. The code has been fixed such that it's
removing the SELinux contexts when deleting the last subsystem only.
Ticket #89
--
Endi S. Dewata
10 years, 6 months
[PATCH] 112 Added common ROOT webapp.
by Endi Sukma Dewata
The current ROOT webapp will redirect users coming to the root
URL path to the proper path of the subsystem's webapp.
Since now a single Tomcat instance may have multiple subsystems,
a new ROOT webapp has been added to present the user with a menu
of all available webapps from all subsystems in the instance.
Ticket #89
--
Endi S. Dewata
10 years, 6 months
[PATCH] 111 Added common theme webapp.
by Endi Sukma Dewata
A new theme webapp has been added to store the theme files for
all PKI webapps. In the future the subsystem webapps can be
modified to use the theme files provided by this common webapp
instead of having to include duplicate files in each webapp.
Ticket #89
--
Endi S. Dewata
10 years, 6 months