[Ach] Verifying OpenSSL ciphers

Pepi Zawodsky pepi.zawodsky at maclemon.at
Wed Jul 8 15:19:08 CEST 2015


Or use this hand one-liner to test each cipher separately:

while read -r cipher ; do ; openssl ciphers $cipher 2>/dev/null ; done <<< $(echo 'PUT_CIPHERSTRING_HERE' | tr ':' '\n')

Replace PUT_CIPHERSTRING_HERE with the actual cipherstring you want to test.

Output will be all the ciphers that your OpenSSL does support, one per line.


Best regards
Pepi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.cert.at/pipermail/ach/attachments/20150708/928eeed7/attachment.sig>


More information about the Ach mailing list