Re: Building OpenSSL without Crypto Support

2008-05-08 Thread vaibhav bindroo
Thanks for the response . I tried out various flags and finally ended up striping it to arnd 500 KB which seems ok for my application requirements . Lets see whether it is feasible enough to be portable across various platforms in immediate future . Thanks ~Vaibhav Bindroo

Re: Building OpenSSL without Crypto Support

2008-05-07 Thread vaibhav bindroo
tform ?? ~Thanks Vaibhav Bindroo

Re: Building OpenSSL without Crypto Support

2008-05-07 Thread vaibhav bindroo
Hi , Thanks for the quick reply from your side . I understand and respect your opinion regarding OpenSSL usage .But I need to strip the Openssl library to the bare minimum for my own use with the app as I wil be using my own crypto library . I wanted to ask how can I do it , which linker flags t

Building OpenSSL without Crypto Support

2008-05-07 Thread vaibhav bindroo
use basic SSL ?? Help needed Urgently ... Thanks, ~Vaibhav Bindroo

3DES encryption how to

2008-04-02 Thread vaibhav bindroo
Hi all , I am a newbie to OpenSSL . I have written a client and server program using OpenSSL that works properly doin certificate verification , authentication etal . Now i want to encrypt my data on the client side using 3DES algorithm ...i m confused which is the way to go ..using ciphers EVP api

Re: Client Side certification process through OpenSSL

2008-03-28 Thread vaibhav bindroo
thanks for the response ..i got it work !! -Vaibhav

Client Side certification process through OpenSSL

2008-03-27 Thread vaibhav bindroo
SSL_CTX_set_client_cert_cb ( ctx , cb ) for installing certificates on the client side . Can anyone guide me on this ..this is a little urgent ... Thanks -Vaibhav Bindroo