> Thank you
> I did it but I think that is too difficult for me without
> explications of functions and structures and
... There isnt
> a manual (guide?) or a document about this functions?
> Regards
I would very strongly advice you to find a knowledgeable security expert to
assist you. What
:[EMAIL PROTECTED] On Behalf Of Subramaniam
Sent: venerdì, 4. maggio 2007 11:31
To: openssl-users@openssl.org
Subject: Re: Create certificates and keys from C/C++
hi
Download the openssl-0.9.8e.tar.gz(or other version) tar ball from
ww.openssl.org and uncompress it you will have apps directory in it
D] On Behalf Of David Schwartz
Sent: mercoledì, 2. maggio 2007 17:58
To: openssl-users@openssl.org
Subject: RE: Create certificates and keys from C/C++
> Hi, is there a function or something similar to create keys
> and certificates directly from code?
> Thank You
Yes. There are f
ssage-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David Schwartz
Sent: mercoledì, 2. maggio 2007 17:58
To: openssl-users@openssl.org
Subject: RE: Create certificates and keys from C/C++
> Hi, is there a function or something similar to create keys
> and certificates direct
> Hi, is there a function or something similar to create keys
> and certificates directly from code?
> Thank You
Yes. There are functions like RSA_generate_key, DSA_generate_key, X509_sign,
and so on.
It is not a particularly simple thing to do though. Look at the example code
in apps/ca.c, apps