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
signature.asc
Description: Message signed with OpenPGP using GPGMail
_______________________________________________ Ach mailing list [email protected] http://lists.cert.at/cgi-bin/mailman/listinfo/ach
