Commit fa7f84a2 authored by jan.koester's avatar jan.koester
Browse files

tet

parent 4e395b6c
Loading
Loading
Loading
Loading
+1430 −223

File changed.

Preview size limit exceeded, changes collapsed.

+3 −2
Original line number Diff line number Diff line
@@ -594,7 +594,8 @@ namespace netplus {
		uint64_t _tls13_app_recv_seq = 0;

		void _queueClientHello();

		void _tls13_send_finished(bool handshake_keys);
		void _tls13_derive_application_keys();

		std::vector<uint8_t> _tls13_client_keyshare_x25519; // 32 bytes
		uint8_t _tls13_srv_priv_x25519[32];
@@ -611,7 +612,7 @@ namespace netplus {
			WAIT_CCS,
			WAIT_FIN,
			SEND_CCS_FIN,

			ESTABLISHED,
			// client
			CLI_FLUSH_CH,
			CLI_WAIT_SERVER_HELLO,
+235 −195

File changed.

Preview size limit exceeded, changes collapsed.