summaryrefslogtreecommitdiffstats
path: root/mac-x86_64
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Initial commit of BoringSSL for Android.Adam Langley2015-01-3018-0/+25638