Emmanuel Dreyfus <[email protected]> wrote: > Using SSLv23_client_method() need to explicitely disable protocol > versions we do not want. But the problem is that we can only disable the > versions we know about. > > If we add the option you suggest, it will be unable to exclude TLSv1.3 > the day it will come.
We can have this: tls_disable_tls1.0 false tls_disable_tls1.1 false tls_disable_tls1.2 false And the day TLSv1.3 appears, we update and add a new option. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz [email protected] ------------------------------------------------------------------------------ Shape the Mobile Experience: Free Subscription Software experts and developers: Be at the forefront of tech innovation. Intel(R) Software Adrenaline delivers strategic insight and game-changing conversations that shape the rapidly evolving mobile landscape. Sign up now. http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk ----- squirrelmail-imapproxy mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: [email protected] List archives: http://news.gmane.org/gmane.mail.squirrelmail.imapproxy List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-imapproxy
