Sequence of steps to initialize a ssl-session (only client-mode)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> On Oct 10, 2016, at 1:25 AM, Ajay Garg <ajaygargnsit at gmail.com> wrote:
> 
>    solitary_ssl_ctx = SSL_CTX_new(TLSv1_2_client_method());

Don't use TLSv1_2_client_method(), instead use either:

	SSLv23_client_method()  -- OpenSSL <= 1.0.2
        TLS_client_method()     -- OpenSSL >= 1.1.0

If you want to disable older protocol versions, do that
via the appropriate options.

-- 
	Viktor.



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux