Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Shave an easy 16 bytes off SSL_SESSION
original_handshake_hash will only ever be as large as SHA-384, so we don't need to size it up to SHA-512. (We could save even more off if we could remove the Channel ID code...) Change-Id: Iacba4af49cc0251b216094afccb0512346312eec Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/76428 Reviewed-by: Adam Langley <[email protected]> Commit-Queue: David Benjamin <[email protected]>
- Loading branch information