Hi.
I am a newbie to openssl and I would like to implement simple
HTTPS server.
I used "./config no-rc5 no-idea ..." to remove I didn't
need cipher suites.
However,the openssl code size is too big for me.
Have a good method to reduce code size?
For example,I don't need functions of client side(s2_clnt.c
s3_clnt.c...),how can I remove it?
Thanks.
|