Hi,
I'm using W2000 and OpenSSL 0.9.4

All works fine, but if I changed lines in config file, than Win hanged with
this error "The instruction at xxx referenced memory at "0x000000000".
........"


this works fine:
########################################
(caica.cfg)
certificatePolicies = @policy_section

[policy_section]
#only test!
policyIdentifier = crlDistributionPoints
CPS = some.address.com
userNotice = @comment

[comment]
explicitText = toto se zobrazi vzdy

########################################

problem is in section [policy_section] (in this cases was error):
########################################
[policy_section]
policyIdentifier = crlDistributionPoints
# CPS = some.address.com
userNotice = @comment
########################################
[policy_section]
policyIdentifier = crlDistributionPoints
userNotice = @comment
CPS = some.address.com
########################################
[policy_section]
policyIdentifier = crlDistributionPoints

CPS = some.address.com
userNotice = @comment
CPS = some.address.com
########################################

I used this command:

openssl ca -batch -config caica.cfg -in %CA_req_tmp% -out
%CA_cert_txt% -keyfile %CA_key% -cert %CA_ss_tmp%

I have one more question. Why CPS and userNotice didn't possible insert into
policyQualifiers multiply? Surely policyQualifiers are defined as a SEQUENCE
SIZE (1..MAX) OF PolicyQualifierInfo.

bye Martin



















______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to