Hello,
>   I was wondering if there is a tool for seeing what ciphers and 
> algorithms a server supports? I know the openssl command line tool has a 
> "ciphers -v" option, but this shows what the client supports. I was 
> wondering if the openssl command line tool has a way to determine this 
> information for a specific server?
> 
> For example can I point at https://www.paypal.com and determine the 
> ciphers, algorithms and key sizes it supports.
In SSL/TLS protocol there is no such functionality.
But you may for any client supported ciphersuite connect to SSL server
with only this ciphersuite selected. And based on connection success/fail 
you may build (more or less) server supported cipher list :-)

Best regards,
-- 
Marek Marcola <[EMAIL PROTECTED]>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to