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
tform ??
~Thanks
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
use basic SSL ?? Help needed Urgently ...
Thanks,
~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
thanks for the response ..i got it work !!
-Vaibhav
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