Re: create certificate form libssl.so

2006-12-13 Thread Victor B. Wagner
On 2006.12.13 at 14:22:12 +0530, bsenthil wrote: > Hi, > > I want to create CA/Server certificate from library libssl.so. could you > please help me any code snippet / url.. You'll need libcrypto.so rather than libssl.so. All basic cryptographic functions are in the libcrypto. > I want to crea

create certificate form libssl.so

2006-12-13 Thread bsenthil
Hi, I want to create CA/Server certificate from library libssl.so. could you please help me any code snippet / url.. I want to create certificate from my application function call(). Is there any API() for creating CA/Server certificate? Thanks, Senthilkumar. _