summaryrefslogtreecommitdiffstats
path: root/linux-x86_64
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "external/boringssl: sync with upstream.""Kenny Root2015-09-252-1919/+0
| | | | | | | | This reverts commit a04d78d392463df4e69a64360c952ffa5abd22f7. Underlying issue was fixed. Change-Id: I49685b653d16e728eb38e79e02b2c33ddeefed88
* Revert "external/boringssl: sync with upstream."Kenny Root2015-09-252-0/+1919
| | | | | | | | This reverts commit 1e4884f615b20946411a74e41eb9c6aa65e2d5f3. This breaks some x86 builds. Change-Id: I4d4310663ce52bc0a130e6b9dbc22b868ff4fb25
* external/boringssl: sync with upstream.Adam Langley2015-09-242-1919/+0
| | | | | | | | | | | 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
* Handle RDRAND failures.Adam Langley2015-06-231-1/+38
| | | | | | | | | | | | 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
* external/boringssl: bump revision.Adam Langley2015-05-124-89/+455
| | | | | | This change bumps the BoringSSL revision to the current tip-of-tree. Change-Id: I91d5bf467e16e8d86cb19a4de873985f524e5faa
* Include .extern and .hidden in x86-64 asm.Adam Langley2015-03-0611-14/+28
| | | | | | | | This is backport of BoringSSL's d216b71f909fe56255813dab0a8d052534bdcb91 and https://boringssl-review.googlesource.com/3810 and should allow asm on x86-64 to build correctly. Change-Id: Id321768930182951223dbf90c4c910e24d9b6798
* Initial commit of BoringSSL for Android.Adam Langley2015-01-3018-0/+25638