X-Git-Url: https://git.bettercrypto.org/ach-master.git/blobdiff_plain/b55a257ae404372c115e10743e7711372e1ad682..5c07fc3c627f697c36358e0a90d7d70f2a7ab1e0:/src/tools.tex diff --git a/src/tools.tex b/src/tools.tex index e69de29..148b3bf 100644 --- a/src/tools.tex +++ b/src/tools.tex @@ -0,0 +1,22 @@ +\section{tools} + +This section lists tools for checking the security settings. + +\subsection{SSL} + +ssllabs.com offers a great way to check your webserver for misconfigurations. See \url{https://www.ssllabs.com/ssltest/}. +Furthermore, ssllabs.com has a good best practices tutorial, which focuses on avoiding the most common mistakes in SSL. +See: \url{https://www.ssllabs.com/downloads/SSL_TLS_Deployment_Best_Practices_1.3.pdf} +%% this breaks my pdf converter hmm + +\url{http://tls.secg.org} is a tool for testing interoperability of HTTPS implementations for ECC cipher suites. + +\subsection{RNGs} + +\begin{itemize} +\item \href{http://www.fourmilab.ch/random/}{ENT} is a pseudo random number generator sequence tester. +\item \href{http://www.issihosts.com/haveged/}{HaveEGD} is a tool which increases the Entropy of the Linux random number generator devices. It is based on the HAVEGE algorithm. +\end{itemize} + + +