Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
handoff: set |enable_early_data| as part of handback.
This doesn't change the serialization: it just adds |enable_early_data| to the list of early data fields that get updated by SSL_apply_handback(). This is needed because, for example, add_new_session_tickets(), which runs after handback, performs certain actions iff |enable_early_data| is set. Plus it just seems cleaner. Change-Id: Ibcdb745ff9bcbeb2af2475f69f9f798937e7ee63 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/39804 Reviewed-by: David Benjamin <[email protected]> Commit-Queue: Matt Braithwaite <[email protected]>
- Loading branch information