Hi,<br>I want to decrypt the TLS tunnel data,<br>So far i have extracted client Key exchange message.<br>Which has pre master Key,Decrypted with Root Private Key,<br>Got 48 bytes of <br>(MK)<b>Master_key</b>=PRF(Pre-Master-Key,"<b>master key</b>",Client.random|Server.random).<br>
<br>And derived 64 bytes <br>(TK)<b>TunnelKey</b> (Master-Key,"<b>Client EAP encryption</b>",Client.random|Server.random)<br><br>Which is the key to encrypt/decrypt TLSV1 application data.<br><br>Is tunnel Key is used to encrypt decrypt data.<br>
<br><br>Thanks & Regards<br>Harsha<br>