jcollins387/SSL_Prime_Checker
SSL Prime Checker is a command-line tool that checks the prime number used in SSL/TLS connections. It retrieves the prime value from the Diffie-Hellman or elliptic curve Diffie-Hellman parameters and performs various checks on the prime, such as primality testing.
PythonMIT