Name: tlssled Version: 1.3 Release: 1%{?dist} Summary: Security assessment tool for SSL Group: Applications/Internet License: GPLv3+ URL: http://www.taddong.com/en/lab.html#TLSSLED Source0: http://www.taddong.com/tools/TLSSLed_v1.3.sh #For EPEL5 #BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch %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. %prep #Nothing to do true %build #nothing to do true %install #For EPEL5 #rm -rf %{buildroot} install -D -m 755 %{SOURCE0} %{buildroot}/%{_bindir}/%{name} %clean true #For EPEL5 #rm -rf %{buildroot} %files %defattr(-,root,root,-) %{_bindir}/%{name} %changelog * Sat Mar 22 2014 Michal Ambroz 1.3-1 - Initial packaging for Fedora 20