-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bring in testing changes from upstream commit 5ee4e95 (#2048)
Upstream commit [`5ee4e95`][1]'s source changes are almost identical to our addition of `BIO_FP_TEXT` in [PR 1153][2]. The only difference in behavior is that we will call `_setmode` w/ `_O_BINARY` on windows when no flags are specified, where BoringSSL will simply no-op and leave the underlying file's mode alone. Upstream's commit has some nice tests, though, so we crib those and change a single line of expectation to account for our difference in behavior. [1]: google/boringssl@5ee4e95 [2]: #1153 [3]: https://github.com/openssl/openssl/blob/dc10ffc2834e0d2f5ebc1c3e29bd97f1f43a0ead/crypto/bio/bss_file.c#L235-L237
- Loading branch information
1 parent
02ea4c4
commit 637b5d2
Showing
2 changed files
with
85 additions
and
11 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