From cc00c7a42335fc9e0009954800ee7ad87d6d4ba8 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Aug 05 2011 19:05:44 +0000 Subject: - add a reference --- diff --git a/STATUS b/STATUS index d10bcc2..48716a0 100644 --- a/STATUS +++ b/STATUS @@ -63,9 +63,9 @@ To-do: * Also generate an SPKAC value when we generate CSRs -- it's just a CERTSignedData containing a CERTPublicKeyAndChallenge instead of the usual CERTCertificateRequest. (1 day) - * Also generate a CRMF request when we generate CSRs. Not sure if we - can do this as easily with PEM keys as OpenSSL doesn't appear to offer - APIs for it, and I don't want to just break if the PEM module's not + * Also generate a CRMF request (RFC 4211) when we generate CSRs. Not sure + if we can do this as easily with PEM keys as OpenSSL doesn't appear to + offer APIs for it, and I don't want to just break if the PEM module's not available. (more research needed) * Add an option to getcert to specify a challenge password and incorporate that value into signing requests, if given.