How do I get a list of the possible ciphers that are installed on the system for use in ssl_cipher_list? -- They all have husbands and wives and children and houses and dogs, and you know, they've all made themselves a part of something and they can talk about what they do. What am I gonna say? "I killed the president of Paraguay with a fork. How've you been?"
LuKreme wrote on 08.02.2015 12:11:> How do I get a list of the possible ciphers that are installed on the system for use in ssl_cipher_list? > >Verbose listing of all OpenSSL ciphers including NULL ciphers: openssl ciphers -v 'ALL:eNULL' See also: https://www.openssl.org/docs/apps/ciphers.html