Skip to content

Commit

Permalink
Roll src/third_party/boringssl/src f086df9f5..33b1d4f57
Browse files Browse the repository at this point in the history
  • Loading branch information
davidben authored and Commit bot committed Dec 8, 2016
1 parent c4edea0 commit 4d579c7
Show file tree
Hide file tree
Showing 5 changed files with 206 additions and 200 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling BoringSSL
# and whatever else without interference from each other.
'boringssl_revision': 'f086df9f5f28cf9bbfc37055f1cc2f02a4f9e259',
'boringssl_revision': '33b1d4f575543b42b9c3406b7f8259daf11945dc',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling google-toolbox-for-mac
# and whatever else without interference from each other.
Expand Down
2 changes: 2 additions & 0 deletions third_party/boringssl/BUILD.generated.gni
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ crypto_sources = [
"src/crypto/modes/gcm.c",
"src/crypto/modes/internal.h",
"src/crypto/modes/ofb.c",
"src/crypto/modes/polyval.c",
"src/crypto/newhope/error_correction.c",
"src/crypto/newhope/internal.h",
"src/crypto/newhope/newhope.c",
Expand Down Expand Up @@ -568,6 +569,7 @@ fuzzers = [
"privkey",
"read_pem",
"server",
"session",
"spki",
"ssl_ctx_api",
]
2 changes: 2 additions & 0 deletions third_party/boringssl/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ if (build_with_chromium) {
libfuzzer_options = [ "max_len=2048" ]
} else if ("read_pem" == fuzzer) {
libfuzzer_options = [ "max_len=512" ]
} else if ("session" == fuzzer) {
libfuzzer_options = [ "max_len=8192" ]
} else if ("server" == fuzzer) {
libfuzzer_options = [ "max_len=4096" ]
} else if ("spki" == fuzzer) {
Expand Down
Loading

0 comments on commit 4d579c7

Please sign in to comment.