Re: [openssl-users] AESCBC support in SSL

2018-11-21 Thread ASHIQUE CK
Thanks Jakob. Thanks a lot. On Wed, Nov 21, 2018 at 10:58 PM Jakob Bohm via openssl-users < openssl-users@openssl.org> wrote: > I think you missed the following: > > Because CBC is the oldest block cipher mode in SSL and > TLS, the cipher suites using CBC don't include the > letters "CBC" in

Re: [openssl-users] AESCBC support in SSL

2018-11-21 Thread Jakob Bohm via openssl-users
I think you missed the following: Because CBC is the oldest block cipher mode in SSL and TLS, the cipher suites using CBC don't include the letters "CBC" in their names.They simply don't mention a different mode (such as GCM or CCM). For example ECDHE-RSA-AES128-SHA uses AES128 in CBC mode. On

Re: [openssl-users] AESCBC support in SSL

2018-11-18 Thread ASHIQUE CK
Also I use OpenSSL 1.1.0h. On Mon, Nov 19, 2018 at 11:36 AM ASHIQUE CK wrote: > No, We use Ubuntu 16.04 OS > > On Mon, Nov 19, 2018 at 11:34 AM Dmitry Belyavsky > wrote: > >> Do you use any RedHat-based OS? >> >> On Mon, Nov 19, 2018 at 8:54 AM ASHIQUE CK >> wrote: >> >>> Is it the problem

Re: [openssl-users] AESCBC support in SSL

2018-11-18 Thread ASHIQUE CK
No, We use Ubuntu 16.04 OS On Mon, Nov 19, 2018 at 11:34 AM Dmitry Belyavsky wrote: > Do you use any RedHat-based OS? > > On Mon, Nov 19, 2018 at 8:54 AM ASHIQUE CK wrote: > >> Is it the problem with that strings or TLS/SSL version or any other ? >> >> On Mon, Nov 19, 2018 at 11:12 AM ASHIQUE

Re: [openssl-users] AESCBC support in SSL

2018-11-18 Thread Dmitry Belyavsky
Do you use any RedHat-based OS? On Mon, Nov 19, 2018 at 8:54 AM ASHIQUE CK wrote: > Is it the problem with that strings or TLS/SSL version or any other ? > > On Mon, Nov 19, 2018 at 11:12 AM ASHIQUE CK > wrote: > >> Hi, >> I had given all the cipher strings for "SSL_CTX_set_cipher_list"

Re: [openssl-users] AESCBC support in SSL

2018-11-18 Thread ASHIQUE CK
Is it the problem with that strings or TLS/SSL version or any other ? On Mon, Nov 19, 2018 at 11:12 AM ASHIQUE CK wrote: > Hi, > 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

Re: [openssl-users] AESCBC support in SSL

2018-11-18 Thread ASHIQUE CK
Hi, 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

Re: [openssl-users] AESCBC support in SSL

2018-11-16 Thread Viktor Dukhovni
> On Nov 16, 2018, at 7:45 AM, ASHIQUE CK wrote: > > Does SSL connection supports AESCBC? Yes, but not under that name. > I could not set AESCBC in "SSL_CTX_set_cipher_list" at client side or in > "SSLCipherSuite" at apache server side. For example (constrained also to RSA and ECDHE to

[openssl-users] AESCBC support in SSL

2018-11-16 Thread ASHIQUE CK
Hi Sir, Does SSL connection supports AESCBC ? I couldnot set AESCBC in "SSL_CTX_set_cipher_list" at client side or in "SSLCipherSuite" at apache server side. Thanks -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users