Re: set x.509 version 3

2001-09-21 Thread Dr S N Henson
sk wrote: > > hi > > I want to set certificate request version 3. > I wrote code as below > CA sign cert req but, certificate version number is 1. > The request version is not copied to the certificate version. The signed certificate version of the 'openssl ca' and 'x509' utilities is normally

set x.509 version 3

2001-09-20 Thread sk
hi I want to set certificate request version 3. I wrote code as below CA sign cert req but, certificate version number is 1. send to me info. thanx in advance X509_REQ *req; X509_NAME *subj; if ((req = X509_REQ_new()) == NULL) { return NULL; } if (!X509_REQ_set_vers