Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion checks/tasks/tls/tls_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
# matched by substring matching on their hostname.
# Used for servers that make connections very slow,
# but that don't care about multiple simultaneous connections.
MAIL_ALTERNATE_CONNLIMIT_HOST_SUBSTRS = {".googlemail.com": 40, ".google.com": 40}
MAIL_ALTERNATE_CONNLIMIT_HOST_SUBSTRS = {".googlemail.com": 40, ".google.com": 40, ".smtp.goog": 40}

# Based on: https://tools.ietf.org/html/rfc7919#appendix-A
FFDHE3072_PRIME = bytearray.fromhex(
Expand Down
Loading