[TLS] Inconsistent extension definitions

2019-06-23 Thread Yishuai Li
right place for such questions? Thanks, Yishuai Li ___ TLS mailing list TLS@ietf.org https://www.ietf.org/mailman/listinfo/tls

[TLS] Inconsistent TLSCiphertext definition

2019-06-27 Thread Yishuai Li
ed form of the serialized > TLSInnerPlaintext structure. However, the payload does not follow the structure of TLSInnerPlaintext (RFC 8446 Section 5.2 Page 79), but that of Handshake (RFC 8446 Section 4 Page 24) instead. 2. If no, which section of RFC8446 specifies the complete

Re: [TLS] Inconsistent TLSCiphertext definition

2019-06-29 Thread Yishuai Li
Thanks Ilari. Ilari Liusvaara 于2019年6月28日周五 上午4:01写道: > 1) 0x16 byte is appended to plaintext to yield TLSInnerPlaintext >(since this is encrypted handshake message), together with 0 >trailing zeroes (for padding, there could be more). 1. Is it worth adding this explanation to RFC 8448?