aboutsummaryrefslogtreecommitdiff
path: root/security/sslscan
Commit message (Collapse)AuthorAgeFilesLines
* SSLScan is a fast SSL port scanner. SSLScan connects to SSL ports and determinesDennis Herrmann2011-06-215-0/+61
what ciphers are supported, which are the servers prefered ciphers, which SSL protocols are supported and returns the SSL certificate. Client certificates and private key can be configured and output is to text / XML. PR: ports/158111 Submitted by: Matthieu BOUTHORS <matthieu@labs.fr> Notes: svn path=/head/; revision=276005