Major speedup release:
* The rsainvalid module contained a check whether the N in an RSA key was prime, which would indicate a defect key. Via profiling with cProfile/snakeviz, I discovered that this check is very computationally expensive. Removing this feature, which is not very valuable, makes badkeys 10x faster.
Minor changes:
* Continue TLS scans when remote server drops packages.
* Produce proper error message in SSH scan mode when paramiko is not available.
* Make blocklist tests optional (for distro build systems).