-
Notifications
You must be signed in to change notification settings - Fork 5.3k
tls: update BoringSSL-FIPS to 20190808. #12114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| # Fix FIPS build (from BoringSSL commit 4ca15d5dcbe6e8051a4654df7c971ea8307abfe0). | ||
| # | ||
| # The modulewrapper is not a part of the FIPS module, so it can be patched without | ||
| # concern about breaking the FIPS validation. | ||
| --- boringssl/util/fipstools/acvp/modulewrapper/modulewrapper.cc | ||
| +++ boringssl/util/fipstools/acvp/modulewrapper/modulewrapper.cc | ||
| @@ -12,9 +12,11 @@ | ||
| * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN | ||
| * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ | ||
|
|
||
| +#include <string> | ||
| #include <vector> | ||
|
|
||
| #include <assert.h> | ||
| +#include <errno.h> | ||
| #include <string.h> | ||
| #include <sys/uio.h> | ||
| #include <unistd.h> | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.