- 03 Oct, 2015 1 commit
-
-
Kenny Root authored
This is only needed in the mnc-ub-dev branch to deal with the older build project. This reverts commit 08656b61. Change-Id: I7440e3d6371e6d98f1f77705f8bf374e7f37fbe2
-
- 02 Oct, 2015 1 commit
-
-
Kenny Root authored
This pulls in the latest version of BoringSSL. Change-Id: I0ab5c73d60f41a696c9a828fac87670aaca10dec
-
- 25 Sep, 2015 9 commits
-
-
Adam Langley authored
* commit '3df15298': BoringSSL: always build with symbol visibility flags.
-
Adam Langley authored
* commit '184bc934': BoringSSL: always build with symbol visibility flags.
-
Adam Langley authored
When building for shared libraries, setting BORINGSSL_SHARED_LIBRARY, BORINGSSL_IMPLEMENTATION and setting the default symbol visibility to “hidden” causes the correct symbol visibility to be set. This change causes symbol visibility always to be set, even for the static builds. The reason is the the static builds are often then included in shared libraries, so they're not really static after all. Setting the symbol visibility in this case can avoid a lot of references via the PLT and GOT for internal symbols. Most importantly, some of the x86 asm code has IP-relative references to data and, unless the visibility of the target symbol is “hidden”, the linker believes that it needs a textrel, which breaks linking that code into shared libraries. Change-Id: I00e8d045bcece7b872d88bdf965c5baf65c2d639
-
Kenny Root authored
* commit 'd947d006': Revert "Revert "external/boringssl: sync with upstream.""
-
Kenny Root authored
* commit 'b8494591': Revert "Revert "external/boringssl: sync with upstream.""
-
Kenny Root authored
This reverts commit a04d78d3. Underlying issue was fixed. Change-Id: I49685b653d16e728eb38e79e02b2c33ddeefed88
-
Kenny Root authored
* commit '00bc53f6': Revert "external/boringssl: sync with upstream."
-
Kenny Root authored
* commit 'a04d78d3': Revert "external/boringssl: sync with upstream."
-
Kenny Root authored
This reverts commit 1e4884f6. This breaks some x86 builds. Change-Id: I4d4310663ce52bc0a130e6b9dbc22b868ff4fb25
-
- 24 Sep, 2015 3 commits
-
-
Adam Langley authored
* commit '3781a606': external/boringssl: sync with upstream.
-
Adam Langley authored
* commit '1e4884f6': external/boringssl: sync with upstream.
-
Adam Langley authored
This change imports the current version of BoringSSL. The only local change now is that |BORINGSSL_201509| is defined in base.h. This allows this change to be made without (hopefully) breaking the build. This change will need https://android-review.googlesource.com/172744 to be landed afterwards to update a test. Change-Id: I6d1f463f7785a2423bd846305af91c973c326104
-
- 03 Sep, 2015 2 commits
-
-
Dan Willemsen authored
* commit '4ca36931': Whitelist windows modules
-
Dan Willemsen authored
* commit '08656b61': Whitelist windows modules
-
- 28 Aug, 2015 1 commit
-
-
Dan Willemsen authored
And stop changing variables based on HOST_OS. Bug: 23566667 Change-Id: I3b3b2f0aef066eb224cb1fa6f2e9f32c32695711
-
- 27 Aug, 2015 3 commits
-
-
Dan Albert authored
* commit '929d45bb':
-
Dan Albert authored
* commit '5100c0f3':
-
Kenny Root authored
* commit '3b2c6065':
-
- 15 Aug, 2015 6 commits
-
-
Dan Albert authored
* commit 'e25abed5': Fix and re-enable clang build.
-
Dan Albert authored
* commit 'e25abed5': Fix and re-enable clang build.
-
Dan Albert authored
* commit '13204c36': Disable clang build temporarily to fix build.
-
Dan Albert authored
* commit '13204c36': Disable clang build temporarily to fix build.
-
Dan Albert authored
TARGET_ARCH will be arm64 even when building the 32-bit code for an aarch64 target. Properly restrict the use of the armv8-a+crypto flag. Change-Id: Ica762d0ee22f35638a052afb2c904d49e2d08653
-
Dan Albert authored
The new clang doesn't like armv8-a+crypto, and it's not clear why yet. Disabling clang while we investigate. Change-Id: I255af7c7fd503ded43e8aeaf54a07f423f870aaa
-
- 24 Jul, 2015 3 commits
-
-
Kenny Root authored
* commit '07f4f423': Handle RDRAND failures. dsa_pub_encode: Write out DSA parameters (p, q, g) in addition to key. Fix for CVE-2015-1789. Fixes for CVE-2015-1791.
-
Kenny Root authored
* commit '07f4f423': Handle RDRAND failures. dsa_pub_encode: Write out DSA parameters (p, q, g) in addition to key. Fix for CVE-2015-1789. Fixes for CVE-2015-1791.
-
Kenny Root authored
* changes: Handle RDRAND failures. dsa_pub_encode: Write out DSA parameters (p, q, g) in addition to key. Fix for CVE-2015-1789. Fixes for CVE-2015-1791.
-
- 04 Jul, 2015 1 commit
-
-
Narayan Kamath authored
* commit '71a0705e': Add a build target to build bssl for host.
-
- 30 Jun, 2015 3 commits
-
-
Adam Langley authored
* commit '691ef9d0': Add rules.mk for building Trusty.
-
Adam Langley authored
* commit 'f7063c1e': Add rules.mk for building Trusty.
-
Adam Langley authored
(This is a no-op change for the Android build. The Android build system doesn't care about rules.mk.) This is cherry-picked from AOSP. It's needed in mnc-dev so that the t132-mnc branch of Trusty can track this version of BoringSSL rather than the one from AOSP. That's important so we can have reproducible builds of the MNC version of Trusty for Volantis. Bug: 22202624 Change-Id: I19359abd83983efa597047f88295bb4f88bb415b
-
- 24 Jun, 2015 1 commit
-
-
Narayan Kamath authored
Change-Id: I22c079a2486acc2aa68c4b99f026bbdcbea9d4ff
-
- 23 Jun, 2015 4 commits
-
-
Adam Langley authored
I mistakenly believed that only RDSEED could fail. However, the Intel manuals state that RDRAND can fail too. This change cherry-picks the following BoringSSL changes: 2cac3506 – Handle RDRAND failures. 248abbd7 – Add missing comma in .type pragma for rdrand code. Change-Id: Icdc56a50ce36e9c525063583882c676a5312d313
-
Adam Langley authored
This change cherry-picks BoringSSL's e65886a5. Change-Id: I63d5dc280d420b64b658bfd85f180a01adb8a18b
-
Adam Langley authored
X509_cmp_time does not properly check the length of the ASN1_TIME string and can read a few bytes out of bounds. In addition, X509_cmp_time accepts an arbitrary number of fractional seconds in the time string. An attacker can use this to craft malformed certificates and CRLs of various sizes and potentially cause a segmentation fault, resulting in a DoS on applications that verify certificates or CRLs. TLS clients that verify CRLs are affected. TLS clients and servers with client authentication enabled may be affected if they use custom verification callbacks. This change cherry-picks the following changes from BoringSSL: d87021d2 – Fix length checks in X509_cmp_time to avoid out-of-bounds reads. Change-Id: Ia7d0c5d889f61a3c4be6ea79a5ab41f67bc3c65c
-
Adam Langley authored
If a NewSessionTicket is received by a multi-threaded client when attempting to reuse a previous ticket then a race condition can occur potentially leading to a double free of the ticket data. This change cherry-picks the following BoringSSL changes: b31040d0 – Get rid of CERT_PKEY slots in SESS_CERT. fd67aa8c – Add SSL_SESSION_from_bytes. 95d31825 – Duplicate SSL_SESSIONs when renewing them. d65bb78c – Add SSL_initial_handshake_complete. 680ca961 – Preserve session->sess_cert on ticket renewal. Change-Id: I474065330842e4ab0066b2485c1489a50e4dfd5b
-
- 15 Jun, 2015 2 commits
-
-
Adam Langley authored
* commit 'f7fe69bb': Add ECDHE-PSK-AES{128,256}-SHA cipher suites.
-
Kenny Root authored
-