mirror of
https://github.com/telemt/telemt.git
synced 2026-06-22 02:00:10 +07:00
Replay-safe TLS-F ServerHello profile consistency
Co-Authored-By: brekotis <93345790+brekotis@users.noreply.github.com>
This commit is contained in:
@@ -1477,7 +1477,8 @@ pub async fn fetch_real_tls_with_strategy(
|
||||
raw.cert_info = rustls.cert_info;
|
||||
raw.cert_payload = rustls.cert_payload;
|
||||
raw.behavior_profile.source = TlsProfileSource::Merged;
|
||||
raw.behavior_profile.refresh_quality();
|
||||
raw.behavior_profile
|
||||
.refresh_server_hello_summary(&raw.server_hello_parsed);
|
||||
debug!(sni = %sni, "Fetched TLS metadata via adaptive raw probe + rustls cert chain");
|
||||
Ok(raw)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user