The code in ScepServlet.java uses a CertificationRequest rather than a
PKCS10CertificationRequest. A PKCS10CertificationRequest is more useful (see
the Javadocs) than an CertificationRequest.
It should be possible to make this change, because all CSRs are likely to be
PKCS10 CSRs (these days).
What steps will reproduce the problem?
1. This is not really a problem. See the code in the ScepServlet routine
(service method).
What is the expected output? What do you see instead?
The expected output is a CertificationRequest which is what is actually
created. A PKCS10CertificationRequest would be more useful.
What version of the product are you using? On what operating system?
Version 1.3 running on Windows 7 32-bit system.
Original issue reported on code.google.com by pschaef...@gmail.com on 23 May 2012 at 3:17
Original issue reported on code.google.com by
pschaef...@gmail.com
on 23 May 2012 at 3:17