-
Notifications
You must be signed in to change notification settings - Fork 454
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to smtplib.SMTP for more compliant SMTP handling
The current "client" did not wait for the greeting to finish before sending commands, and took some other liberties with the SMTP standard. This causes issues with some servers.
- Loading branch information
Showing
9 changed files
with
20,932 additions
and
20,504 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7,460 changes: 3,730 additions & 3,730 deletions
7,460
sslyze/plugins/certificate_info/trust_stores/pem_files/apple.pem
Large diffs are not rendered by default.
Oops, something went wrong.
6,185 changes: 3,221 additions & 2,964 deletions
6,185
sslyze/plugins/certificate_info/trust_stores/pem_files/google_aosp.pem
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.