One line in my reply went other places. It was this: [*] starred items
are not called in your code.

On Fri, Nov 7, 2008 at 12:59 AM, Ger Hobbelt <[EMAIL PROTECTED]> wrote:
> Specifically, check the code to construct public key carrying
> certificates in, for instance, x509/mkcert.c, demos/selfsign.c, and a
> few others:
>
> X509_new()
> [*] X509_set_version() // use 2 or 3
> [*] X509_set_serialNumber();
> [*] X509_set_notBefore() // valid from
> [*] X509_set_notAfter() // valid until
> X509_set_pubkey()
> [*] X509_set_subject_name()
> [*] X509_set_issuer_name()
> [*] X509_sign()
>
> see also library API call X509_REQ_to_X509(), which goes through the



-- 
Met vriendelijke groeten / Best regards,

Ger Hobbelt

--------------------------------------------------
web:    http://www.hobbelt.com/
        http://www.hebbut.net/
mail:   [EMAIL PROTECTED]
mobile: +31-6-11 120 978
--------------------------------------------------
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to