[PATCH] 71 Refactored RequestStatus.
by Endi Sukma Dewata
The RequestStatus has been modified to use a map to convert string
into RequestStatus instance. The string constants in RequestStatus
are no longer needed because instances can be compared using
equal sign directly or equals().
Ticket #161
--
Endi S. Dewata
12 years, 2 months
[Patch] CMC revocation
by Andrew Wnuk
This patch provides verification of revocation reasons and proper
handling for removeFromCRLrevocation reason.
Bug: 441354.
12 years, 2 months
[Patch] Port 'tomcatjss' from Tomcat 6 to Tomcat 7 . . .
by Matthew Harmsen
This is a request for code review of the following:
* https://fedorahosted.org/pki/ticket/205: Branch 'tomcatjss' and port
it from using Tomcat 6 to using Tomcat 7 . . .
* *Bugzilla Bug #819554*
<https://bugzilla.redhat.com/show_bug.cgi?id=819554> -tomcatjss:
Please migrate from tomcat6 to tomcat7
These changes are intended for the upstream 'tomcatjss' project.
Note that due to an API change from Tomcat 6 to Tomcat 7, it was
necessary to branch the upstream 'tomcatjss' source (svn list
svn+ssh://svn.fedorahosted.org/svn/tomcatjss/branches):
* TOMCATJSS_FOR_TOMCAT_6_ERRATA_BRANCH (to be used for 'tomcatjss'
maintenance releases slated for Tomcat 6)
Once these changes have been approved, the trunk of the upstream
'tomcatjss' repository will be utilized for Tomcat 7 exclusively (svn
list svn+ssh://svn.fedorahosted.org/svn/tomcatjss/trunk).
Additionally, these changes will NOT be immediately committed to
'Rawhide' in Fedora, as these changes would conflict with some current
known testing taking place within Rawhide. As such, the 'official' build
of 'tomcatjss' 7 to 'rawhide' will be postponed until it can be safely
built and injected into 'rawhide'.
-- Matt
12 years, 2 months
PATCH 34-1 - Restful interface to create certificate requests
by Ade Lee
Please review.
Tests done:
1. Cert issuance and approval from UI (manual, maul dual cert, agent
authenticated server cert)
2. Cert issuance in installation of other subsystems
3. Cert issuance (user and server) from RA.
4. Cert issuance and approval from restful interface using CATest
-- two step (create cert request/ agent approval) user and server certs
-- single step (agent approved user and server certs)
Ade
12 years, 2 months