Commit 22f3451c authored by jan.koester's avatar jan.koester
Browse files

test

parent b0cbf7c7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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).