mirror of
https://github.com/telemt/telemt.git
synced 2026-06-13 14:31:44 +03:00
Fix TLS fetch test constants scope
Co-Authored-By: brekotis <93345790+brekotis@users.noreply.github.com>
This commit is contained in:
@@ -1530,9 +1530,11 @@ mod tests {
|
|||||||
use std::time::{Duration, Instant};
|
use std::time::{Duration, Instant};
|
||||||
|
|
||||||
use super::{
|
use super::{
|
||||||
ProfileCacheValue, TlsFetchStrategy, build_client_hello, build_tls_fetch_proxy_header,
|
MLKEM768_CLIENT_ENCAPSULATION_KEY_LEN, ProfileCacheValue, TLS_NAMED_GROUP_X25519,
|
||||||
derive_behavior_profile, encode_tls13_certificate_message, fetch_via_rustls_stream,
|
TLS_NAMED_GROUP_X25519MLKEM768, TlsFetchStrategy, X25519_KEY_SHARE_LEN,
|
||||||
order_profiles, profile_alpn, profile_cache, profile_cache_key,
|
build_client_hello, build_tls_fetch_proxy_header, derive_behavior_profile,
|
||||||
|
encode_tls13_certificate_message, fetch_via_rustls_stream, order_profiles, profile_alpn,
|
||||||
|
profile_cache, profile_cache_key,
|
||||||
};
|
};
|
||||||
use crate::config::TlsFetchProfile;
|
use crate::config::TlsFetchProfile;
|
||||||
use crate::crypto::SecureRandom;
|
use crate::crypto::SecureRandom;
|
||||||
|
|||||||
Reference in New Issue
Block a user