Loading src/crypto/tls.h +5 −0 Original line number Diff line number Diff line Loading @@ -567,6 +567,11 @@ namespace netplus { // --- Peer RSA key (client stores server's public key here) --- netplus::rsa peer_rsa; // --- TLS compatibility flags --- // Set to true to send a TLS 1.2-only ClientHello without TLS 1.3 extensions. // Use for legacy embedded devices that choke on key_share / supported_versions. bool client_tls12_only = false; // --- Hostname (deprecated/legacy) --- mutable std::recursive_mutex mutex_; std::string hostname; Loading Loading
src/crypto/tls.h +5 −0 Original line number Diff line number Diff line Loading @@ -567,6 +567,11 @@ namespace netplus { // --- Peer RSA key (client stores server's public key here) --- netplus::rsa peer_rsa; // --- TLS compatibility flags --- // Set to true to send a TLS 1.2-only ClientHello without TLS 1.3 extensions. // Use for legacy embedded devices that choke on key_share / supported_versions. bool client_tls12_only = false; // --- Hostname (deprecated/legacy) --- mutable std::recursive_mutex mutex_; std::string hostname; Loading