< Home - < Back

tlssled


Information about the package, tlssled, which is shipped with common Linux distributions. The tlssled package is designed for, An evaluation tool for SSL/TLS (HTTPS) web server implementations.


Package Name:

tlssled

Summary:

An evaluation tool for SSL/TLS (HTTPS) web server implementations

Description:

TLSSLed is a Linux shell script whose purpose is to evaluate the security of a target SSL/TLS (HTTPS) web server implementation. It is based on sslscan, a thorough SSL/TLS scanner that is based on the openssl library, and on the "openssl s_client" command line tool. The current tests include checking if the target supports the SSLv2 protocol, the NULL cipher, weak ciphers based on their key length (40 or 56 bits), the availability of strong ciphers (like AES), if the digital certificate is MD5 signed, and the current SSL/TLS renegotiation capabilities.

Architecture:

noarch

Version:

1.3

Release:

5.el6

Size:

12 k

Repository:

epel

From Repository:

Licence:

GPLv3+



Handy Yum Commands for tlssled


Control the tlssled package with the following handy commands outlined below.


Command

Description of Command

yum install tlssled

This command will install tlssled on the server.

yum remove tlssled

This command will un-install tlssled on the server. When you run this command, you will be asked if you are sure that you want to remove tlssled, so you have to manually confirm that you want to do this.

yum -y remove tlssled

This command will un-install tlssled on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove tlssled when using the -y flag.

yum update tlssled

This command will update tlssled to the latest version. When you run this command, you will be asked if you are sure that you want to remove tlssled, so you have to manually confirm that you want to do this.

yum -y update tlssled

This command will update tlssled to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove tlssled when using the -y flag.

yum info tlssled

This command will show you core information about the tlssled package.

yum deplist tlssled

This command will show you the dependencies for tlssled. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update tlssled

This command will check if there is an update waiting on tlssled. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.