Commit c6f990a9 authored by Jan Köster's avatar Jan Köster
Browse files

test

parent 9bac1959
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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;