Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle RDRAND failures. | Adam Langley | 2015-06-23 | 1 | -1/+49 |
| | | | | | | | | | | | | 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 Langley | 2015-05-12 | 18 | -10097/+10438 |
| | | | | | | This change bumps the BoringSSL revision to the current tip-of-tree. Change-Id: I91d5bf467e16e8d86cb19a4de873985f524e5faa | ||||
* | Initial commit of BoringSSL for Android. | Adam Langley | 2015-01-30 | 18 | -0/+28761 |