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

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

_______________________________________________
Ach mailing list
[email protected]
http://lists.cert.at/cgi-bin/mailman/listinfo/ach

Reply via email to