On Sat, Sep 21, 2002, Jasper Spit wrote:

> Hi,
> 
> I'm looking at the demos/selfsign.c, and wondering why this :
> 
> X509_set_version(x,3)
> 
> is used instead of
> 
> X509_set_version(x,2) in other sources (e.g. apps/req.c). In the
> comments, both claim to set the X509 version to 3. Is this right ?

selfsign.c is wrong, it should set it to 2 which corresponds to V3.


> Also I couldn't find any documentation on the X509 calls on the
> openssl site or in the openssl .tar.gz. Where can I find them ?
> 

They are currently undocumented apart from the source code.

Steve.
--
Dr. Stephen Henson      [EMAIL PROTECTED]            
OpenSSL Project         http://www.openssl.org/~steve/
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to