Commit graph

6 commits

Author SHA1 Message Date
Bernhard Froehlich
d975e4449b
Use new tls.CipherSuiteName() from Go 1.14 instead of own outdated map and add tls.VersionTLS13 to version list 2020-05-11 12:36:56 +00:00
Bernhard Froehlich
21709bf51f
Add list of cipher suites to show them in proper text and gracefully
handle if cipher suite or TLS version are not defined in our map.
2018-12-14 13:31:43 +00:00
Bernhard Froehlich
52710f748c
Improve compatibility of Received line 2018-12-14 13:06:11 +00:00
Bernhard Froehlich
0002b7c334
Format timestamp according to RFC 5322 as described in RFC 5321 (chapter 4.4):
Time-stamp-line = "Received:" FWS Stamp <CRLF>
Stamp = From-domain By-domain Opt-info [CFWS] ";"
FWS date-time
; where "date-time" is as defined in RFC 5322 [4]
; but the "obs-" forms, especially two-digit
; years, are prohibited in SMTP and MUST NOT be used.
...
2018-12-14 11:20:58 +00:00
Bernhard Froehlich
e7d1686eae
Fix client IP in Received line for IPv6 IP addresses 2018-12-14 11:08:42 +00:00
Craig
66f94a07ae Fix several panics on invalid input 2016-02-12 01:26:50 +00:00