Re: [openssl-users] To disable CBC ciphers

2018-10-22 Thread Jakob Bohm via openssl-users
On 20/10/2018 15:59, Kaushal Shriyan wrote: On Wed, Oct 17, 2018 at 7:00 PM murugesh pitchaiah mailto:murugesh.pitcha...@gmail.com>> wrote: Hi, You may list down what ciphers configured : "openssl ciphers" Choose CBC ciphers and add them to the list of 'ssl_ciphers' with "!"

Re: [openssl-users] To disable CBC ciphers

2018-10-20 Thread Kaushal Shriyan
On Wed, Oct 17, 2018 at 7:00 PM murugesh pitchaiah < murugesh.pitcha...@gmail.com> wrote: > Hi, > > You may list down what ciphers configured : "openssl ciphers" > Choose CBC ciphers and add them to the list of 'ssl_ciphers' with "!" > prefix appended to current ssl_ciphers. > > > ssl_ciphers HIGH

Re: [openssl-users] To disable CBC ciphers

2018-10-17 Thread murugesh pitchaiah
Hi, You may list down what ciphers configured : "openssl ciphers" Choose CBC ciphers and add them to the list of 'ssl_ciphers' with "!" prefix appended to current ssl_ciphers. > ssl_ciphers HIGH:!aNULL:!MD5:!DH+3DES:!kEDH:!AAA_CBC_BBB: Ref: https://serverfault.com/questions/692119/meaning-of-ss