Hi We are using a poky with branch "rocko" based build system. Looking for disabling sslv3 tlsv1 on openssl.(Openssl 1.0.2o)
I am seeing SSLv3 support in Openssl 1.0.2o is disabled by default. This patch is already part of our build system. https://patchwork.openembedded.org/patch/88921/ For disabling tls1 tried with EXTRA_OECONF = " -no-ssl3 -no-tls1" but seems like all of the tls1, tls1_1, tls1_2 are disabled. Request your help in disabling the protocol tls1 in openssl. Regards, Sam