You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tls1.3 branch includes tls1.3 support and also includes other enhancements- anything added to the upstream golang tls code since the (very old) tls implementation was lifted from upstream- at least 5 years ago
This includes (at least) early renegotiation handling. I'm not certain but I believe the portable ciphers profile is also exclusive to the tls1.3 branch for no particular reason aside from the fact that those interested in "better" tls support were using that branch
You can see part of this if you track the zcrypto portion of zmap/zgrab2#334
tl; dr; this is expected behavior as far as I know
Use branch master and feature/tlsv1.3 to scan the same ip+port, The results of secure_renegotiation and scts are different
The text was updated successfully, but these errors were encountered: