Loading src/socket.h +3 −0 Original line number Diff line number Diff line Loading @@ -933,6 +933,9 @@ namespace netplus { // Cipher suite information uint16_t getSelectedCipher() const { return _selected_cipher; } // ALPN protocol negotiated during the QUIC/TLS 1.3 handshake (e.g. "h3") const std::string& getSelectedAlpn() const { return _selected_alpn; } // Trust policy applied to the server's certificate chain during the // TLS 1.3 handshake (client role only; a no-op on the server role, // mirroring netplus::ssl::getTls().trust_policy for the TCP path). Loading Loading
src/socket.h +3 −0 Original line number Diff line number Diff line Loading @@ -933,6 +933,9 @@ namespace netplus { // Cipher suite information uint16_t getSelectedCipher() const { return _selected_cipher; } // ALPN protocol negotiated during the QUIC/TLS 1.3 handshake (e.g. "h3") const std::string& getSelectedAlpn() const { return _selected_alpn; } // Trust policy applied to the server's certificate chain during the // TLS 1.3 handshake (client role only; a no-op on the server role, // mirroring netplus::ssl::getTls().trust_policy for the TCP path). Loading