<div dir="ltr"><div dir="ltr"><div dir="ltr">Hi,<div>I had given all the cipher strings for  "SSL_CTX_set_cipher_list" which we get under the command 'openssl ciphers' that includes CBC, but any of them didnot worked. All of them showed the error "error:141640B5:SSL routines:tls_construct_client_hello:no ciphers available". I have used TLSv1_2 or SSLv23. </div><div>Also I have tried setting  these strings for "SSLCipherSuite" at apache server configuration. But it makes no change for choosing the server default ciphersuit "ECDHE-RSA-AES256-GCM-SHA384".</div><div><br></div><div>Thanks</div></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Fri, Nov 16, 2018 at 9:15 PM Viktor Dukhovni <<a href="mailto:openssl-users@dukhovni.org">openssl-users@dukhovni.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
> On Nov 16, 2018, at 7:45 AM, ASHIQUE CK <<a href="mailto:ckashiquekvk@gmail.com" target="_blank">ckashiquekvk@gmail.com</a>> wrote:<br>
> <br>
> Does SSL connection supports AESCBC?<br>
<br>
Yes, but not under that name.<br>
<br>
>  I could not set AESCBC in "SSL_CTX_set_cipher_list" at client side or in "SSLCipherSuite" at apache server side.<br>
<br>
For example (constrained also to RSA and ECDHE to keep the list short):<br>
<br>
  $ openssl ciphers -v 'AES128+aRSA+kECDHE:!AESGCM'<br>
  ECDHE-RSA-AES128-SHA256 TLSv1.2 Kx=ECDH Au=RSA Enc=AES(128) Mac=SHA256<br>
  ECDHE-RSA-AES128-SHA TLSv1 Kx=ECDH Au=RSA Enc=AES(128) Mac=SHA1<br>
<br>
There isn't a cipherlist property that specifically selects CBC, so to<br>
get *only* CBC, you need to exclude AESGCM (and perhaps also AESCCM).<br>
<br>
-- <br>
        Viktor.<br>
<br>
-- <br>
openssl-users mailing list<br>
To unsubscribe: <a href="https://mta.openssl.org/mailman/listinfo/openssl-users" rel="noreferrer" target="_blank">https://mta.openssl.org/mailman/listinfo/openssl-users</a><br>
</blockquote></div>