On 24 August 2015 at 21:04, Dave Garrett <[email protected]> wrote: > uint16 length = TLSPlaintext.length;
You can't recover the plaintext without knowing how long it is. This part at a minimum needs to be in the clear. At which point you need it to be based on TLSCiphertext.length _______________________________________________ TLS mailing list [email protected] https://www.ietf.org/mailman/listinfo/tls
