diff options
author | davidben <davidben@chromium.org> | 2014-12-09 12:13:39 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-12-09 20:14:56 +0000 |
commit | 825f3ed56472812007f814f7f507916540bb2ec6 (patch) | |
tree | 2ec6a9bf674e8c8aa717da5412428907fdc4d9c3 /third_party/boringssl | |
parent | 35302dc5c0af88e9c3ca2cdf541579b5fe546633 (diff) | |
download | chromium_src-825f3ed56472812007f814f7f507916540bb2ec6.zip chromium_src-825f3ed56472812007f814f7f507916540bb2ec6.tar.gz chromium_src-825f3ed56472812007f814f7f507916540bb2ec6.tar.bz2 |
Roll BoringSSL.
Adds an API to control ClientHello padding. This pulls in the following
changes:
306e520 Remove ec hybrid point format
8c37cb6 Advance to the next state variant when reusing messages (PR3597).
0ac86b0 Remove dtls1_enc.
1299923 Check EVP_Cipher return values.
8278184 Remove redundant checks in ssl_cert_dup.
83abdd6 Fixed memory leak due to incorrect freeing of DTLS reassembly bit mask
e518f65 Update references to RFCs.
41aa325 ClientHello Padding for Fast Radio Opening in 3G.
74c68e5 Renegerate OID outputs.
a6689b0 Keep the obj_mac.h license header round-tripping.
687759d Restore obj_mac.num from upstream.
7baab87 Add documentation for the OID scripts.
f1eba30 Don't include undef in cross reference table.
61f1085 Switch crypto/bn back to _umul128 on Windows clang.
d8a3e78 Shush a MSVC bool/int comparison warning.
90eeb11 Remove SSL_set_debug.
edb03cf Remove some unimplemented prototypes.
BUG=440443
Review URL: https://codereview.chromium.org/787183002
Cr-Commit-Position: refs/heads/master@{#307534}
Diffstat (limited to 'third_party/boringssl')
-rw-r--r-- | third_party/boringssl/boringssl.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/boringssl/boringssl.gypi b/third_party/boringssl/boringssl.gypi index 35dfff5..af009d7 100644 --- a/third_party/boringssl/boringssl.gypi +++ b/third_party/boringssl/boringssl.gypi @@ -281,7 +281,6 @@ 'src/crypto/x509v3/x509v3_error.c', 'src/ssl/d1_both.c', 'src/ssl/d1_clnt.c', - 'src/ssl/d1_enc.c', 'src/ssl/d1_lib.c', 'src/ssl/d1_meth.c', 'src/ssl/d1_pkt.c', |