Overview
Comment: | ChromeOS: Fixed name of hashing algorithms we do support |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
3956295cf110905568d2c424b8165962 |
User & Date: | rkeene on 2016-02-26 20:30:30 |
Other Links: | manifest | tags |
Context
2016-02-26
| ||
20:51 | ChromeOS: Declare additional permissions check-in: 79a26e5dbf user: rkeene tags: trunk | |
20:30 | ChromeOS: Fixed name of hashing algorithms we do support check-in: 3956295cf1 user: rkeene tags: trunk | |
20:24 | ChromeOS: Updated PIN entry prompt to accept "Escape" to close it check-in: b297c8220e user: rkeene tags: trunk | |
Changes
Modified build/chrome/cackey.js from [f87cf78128] to [20b2fe6d64].
︙ | |||
327 328 329 330 331 332 333 | 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 | - + - + | var certificateId; var digest, digestHeader; /* * Prefix the digest with the ASN.1 header required of it */ switch (signRequest.hash) { |
︙ |