[openssl-users] Using weak ciphers in OpenSSL v 1.1.0e client

2017-06-07 Thread gerritvn
We are using OpenSSL in a terminal emulation product. We recently upgraded from OpenSSL v 1.0.2g to OpenSSL v 1.1.0e. Some servers we connect to do not support any of the strong ciphers which are compiled by default in OpenSSL v 1.1.0e and returns an alert with "handshake error". We recompiled

Re: [openssl-users] Using weak ciphers in OpenSSL v 1.1.0e client

2017-06-07 Thread gerritvn
A: 086 537 4131 Voip: 0105912084 Cell: +27(73)6891370 Email: gerri...@gpvno.co.za, gerritvn1...@gmail.com Web: http://www.gpvno.co.za On Wed, Jun 7, 2017 at 6:16 PM, OpenSSL - User mailing list [via OpenSSL] < ml+s6102n71062...@n7.nabble.com> wrote: > On 06/07/2017 11:13 AM, gerritvn wr

Re: [openssl-users] Using weak ciphers in OpenSSL v 1.1.0e client

2017-06-07 Thread gerritvn
Solution found! Add the following line: SSL_CTX_set_cipher_list(*ppctx, "ALL"); -- View this message in context: http://openssl.6102.n7.nabble.com/Using-weak-ciphers-in-OpenSSL-v-1-1-0e-client-tp71061p71064.html Sent from the OpenSSL - User mailing list archive at Nabble.com. --