SSL/TLS are supported in openssl 1.0.1g
> Would any one be able to let me know what versions of SSL (if applicable)
> and TLS is supported in openssl 1.0.1g
>
All of them. Its up to you to trim what you don't want.
You can remove protocols (and other features) at compile time wit
> Would any one be able to let me know what versions of SSL (if applicable)
> and TLS is supported in openssl 1.0.1g
>
All of them. Its up to you to trim what you don't want.
You can remove protocols (and other features) at compile time with, for example:
./config no-ssl2 no-ssl3 no-comp
Or,