MasterJJ / jscep

Automatically exported from code.google.com/p/jscep
MIT License
0 stars 0 forks source link

The ScepServlet routine uses CertificationRequest rather than PKCS10CertificationRequest #61

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r1364.

Original comment by da...@grant.org.uk on 14 Jun 2012 at 12:44

GoogleCodeExporter commented 8 years ago

Original comment by da...@grant.org.uk on 21 Aug 2012 at 11:55