Ralf Hornik Mailings schrieb:
Hi List,

as I figured out, all of my new certificates issued by OpenCA 1.0.2 have neither, policy extension (OID's), nor the CPS extension included.

However, I get no idea how exactly this extensions are included, since the extfiles have no config for this and all this stuff must be handled by loa.xml.

Also, the debug output in stderr.log shows a normal "openssl ca -batch ..." command with no specific parts to this policies...

Can somebody point me into the right direction please so I can help fixing this? I really need this extensions.

Thanks and best regards

Ralf



------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
OpenCA-Devel mailing list
OpenCA-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openca-devel

--- openca-base-1.0.2.orig/src/common/lib/functions/crypto-utils.lib    
2008-10-03 05:12:25.000000000 +0200
+++ openca-base-1.0.2/src/common/lib/functions/crypto-utils.lib 2009-01-21 
14:21:16.000000000 +0100
@@ -1007,7 +1007,7 @@
             ## find the required level for this req
             ##

-            if ( "$loaName" eq "$loa") {
+            if ( "$level" eq "$loa") {

                 my( @cert, @ext, $certPolicy, @policySec , $loaOID);
                 my ( $section, @CP, $policyID);

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
OpenCA-Devel mailing list
OpenCA-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openca-devel

Reply via email to