For TLS 1.3, since the bulk of extensions move to EncryptedExtensions, we made the extension callbacks apply to EncryptedExtensions and pulled the few ServerHello extensions out of the callback system. This means the ServerHello naming is a little confusing. We probably should rename these callbacks, though parse_server is a bit ambiguous as to whether this is "parse the extension from the server" or "parse as a server". For now, add a comment. Change-Id: If1aa0846426de2cc8dcb2253695a8dd3285f7b76 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/47994 Reviewed-by: Adam Langley <agl@google.com>chromium-5359
parent
e9109cb8ff
commit
9052286dab
1 changed files with 4 additions and 0 deletions
Loading…
Reference in new issue