-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: - straight forward implementation of `::addHandshakeData()` & `::setEncryptionSecrets` - upon receiving new handshake bytes from mbedtls layer to send to peer, dispatches that data to the corresponding crypto stream via `ClientHandshake::writeDataToStream` - upon mbedtls deriving new keying material, installs the keys in mvfst via `ClientHandshake::computeCiphers` Reviewed By: sharmafb Differential Revision: D51173190 fbshipit-source-id: e1a9454b762063308039bf2815aa7aefe574ff6b
- Loading branch information
1 parent
d5d9615
commit 64a6a5d
Showing
2 changed files
with
60 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters