diff options
author | davidben <davidben@chromium.org> | 2014-08-28 22:39:52 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-08-29 05:41:09 +0000 |
commit | 3a05d24b124114e117c2d81592edbd14bbcf1b1c (patch) | |
tree | 4732bca540fa8a8bd0195bca628d4d3d280f21f3 | |
parent | 20046cce16dbe711b7a5ee45f41a8d46caeb6d3b (diff) | |
download | chromium_src-3a05d24b124114e117c2d81592edbd14bbcf1b1c.zip chromium_src-3a05d24b124114e117c2d81592edbd14bbcf1b1c.tar.gz chromium_src-3a05d24b124114e117c2d81592edbd14bbcf1b1c.tar.bz2 |
Roll BoringSSL.
Rolling for OCSP stapling and some ASN.1 changes. Brings in the following
commits:
6c7aed0 Client-side OCSP stapling support.
e098ec2 Test client auth under TLS 1.2 hash mismatch and SSL 3.
ed6eb66 Add CBS_ASN1_ENUMERATED to bytestring.h.
9b04d65 Export CBS_get_any_asn1_element.
041b58a Remove session_ctx macro.
457112e unifdef a bunch of OPENSSL_NO_* ifdefs.
BUG=408687
Review URL: https://codereview.chromium.org/522513002
Cr-Commit-Position: refs/heads/master@{#292576}
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,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': '1f3591d4c75fc4039dbd120ff1c459b311e976e2', + 'boringssl_revision': '6c7aed048ca0a335e02dfee10976c5dc8620783e', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling nss # and whatever else without interference from each other. |