Are PKCS#10 requests over CMP supported? #172
-
I would like to find out if I put together a prototype as follows:
EJBCA rejects the request
My interpretation of the error message is that PKIBody of type 4 ( To get an "independent opinion", I sniffed the traffic with Wireshark, and its CMP dissector could parse it without errors. So I would like to understand whether this isn't supposed to work in principle, or if I have overlooked something. My objective is to create the simplest possible example of a CMP request-response interaction between a client and a CA. For reference, this is the contents of csr.txt
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
That is correct, EJBCA does not support p10cr right now. As it happens, it's in the works as part of the effort of the CMP Lightweight Profile. (An interesting side note is that PKCS#10 will have problems in the future with Post Quantum KEM keys as they can not create signature based POP, while CRMF as used in CMP will be able to support this using indirect POP methods). |
Beta Was this translation helpful? Give feedback.
That is correct, EJBCA does not support p10cr right now. As it happens, it's in the works as part of the effort of the CMP Lightweight Profile.
(An interesting side note is that PKCS#10 will have problems in the future with Post Quantum KEM keys as they can not create signature based POP, while CRMF as used in CMP will be able to support this using indirect POP methods).