summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* image_signing: strip_boot_from_image.sh: convert to info/error helpersstabilize-9554.BMike Frysinger2017-05-131-2/+2
* image_signing: resign_image.sh: drop unused scriptMike Frysinger2017-05-131-56/+0
* image_signing: sign_official_build.sh: convert to info/error helpersMike Frysinger2017-05-131-45/+39
* image_signing: ensure_sane_lsb-release.sh: convert to info/error helpersMike Frysinger2017-05-131-9/+9
* image_signing: ensure_no_nonrelease_files.sh: convert to info/error helpersMike Frysinger2017-05-121-3/+3
* image_signing: make_dev_ssd.sh: convert to info/error helpersMike Frysinger2017-05-121-18/+18
* image_signing: common.sh: prefix helper messages with $PROG by defaultMike Frysinger2017-05-111-3/+4
* image_signing: do not fail when chronos does not existMike Frysinger2017-05-111-1/+4
* image_signing: swap_rootfs.sh: drop unused scriptMike Frysinger2017-05-101-29/+0
* image_signing: output pubkey in DER formatMike Frysinger2017-05-101-1/+6
* vboot: Add multiboot kernel typeDuncan Laurie2017-05-082-4/+7
* futility: Verify linux kernel signatureDuncan Laurie2017-05-082-1/+16
* image_signing: set_channel: use new lsbval helperMike Frysinger2017-05-071-1/+1
* image_signing: fix signing of zip/crx filesMike Frysinger2017-05-041-10/+10
* image_signing: change files sign_oci_container looks forstabilize-9517.Bfirmware-rowan-9516.BEric Caruso2017-04-261-16/+19
* devkeys: switch container key from RSA to ECMike Frysinger2017-04-262-64/+7
* Add missing arg to debug messagestabilize-9460.73.Bstabilize-9460.66.Bstabilize-9460.60.Bstabilize-9460.40.Bstabilize-9460.4.Bstabilize-9460.23.Brelease-R59-9460.BBill Richardson2017-04-121-1/+1
* detachables: Define VbExDisplayMenu()stabilize-9430.Bstabilize-9428.BShelley Chen2017-03-292-0/+17
* Preserve compress method when re-sign Android imageVictor Hsieh2017-03-281-1/+3
* vboot_reference: Add support for 3072-bit exponent 3 keysNicolas Boichat2017-03-1621-3/+102
* vbutil_keyblock: Force checking the signature if signpubkey is providedNicolas Boichat2017-03-161-3/+10
* host_keyblock: Fix vb2_create_keyblock_externalNicolas Boichat2017-03-161-1/+2
* poppy: center detachable menu textstabilize-M58-9334.41.0.Bstabilize-9334.58.Brelease-R58-9334.BShelley Chen2017-03-021-2/+6
* poppy: define VbExDisplayGetDimension()Shelley Chen2017-03-022-0/+10
* poppy: Disable arrow keys for language switchShelley Chen2017-03-021-2/+0
* poppy: use return key for selectionShelley Chen2017-03-021-9/+2
* poppy: reinstating fw ctrl functionsShelley Chen2017-03-021-0/+43
* vboot_ui_menu: getting rid of explicit function printShelley Chen2017-03-021-50/+39
* poppy: replacing dev warn & rec screens with baseShelley Chen2017-03-021-9/+9
* poppy: defining base screen enum itemShelley Chen2017-03-011-0/+2
* poppy: Highlight menu selectionShelley Chen2017-02-271-21/+10
* poppy: add highlight param to VbExDisplayText()Shelley Chen2017-02-272-3/+10
* futility: rwsig: Add support for images with FMAPNicolas Boichat2017-02-255-56/+253
* cmd_sign/rwsig: Free sign_option.prikey in the main functionNicolas Boichat2017-02-252-2/+2
* cgpt: find: filter out more devices before touching themJeffy Chen2017-02-241-4/+15
* vboot_reference: Add support for 2048-bit exponent 3 keysstabilize-9313.Bfirmware-cr50-release-9308.25.Bfirmware-cr50-mp-release-9308.87.Bfirmware-cr50-mp-r86-9311.70.Bfirmware-cr50-mp-9311.Bfirmware-cr50-guc-factory-9308.26.Bfirmware-cr50-9308.Bfirmware-cr50-9308.24.BNicolas Boichat2017-02-1821-26/+174
* futility: create: Output "wrote XX.vb[pub|pri]k" to stdoutNicolas Boichat2017-02-151-4/+4
* host_key2: Add VB2_SIG_ALG_COUNT to count the number of valid signaturesNicolas Boichat2017-02-152-2/+7
* rollback_index: Add disable-ccd-unlock FWMP flagRandall Spangler2017-02-141-0/+2
* poppy: initializing next_menu_idx to current_menu_idxShelley Chen2017-02-111-1/+1
* tests: Add simple test for rwsig imagesNicolas Boichat2017-02-112-0/+47
* gen_test_keys.sh: Fixup key_index when keys already existNicolas Boichat2017-02-111-0/+1
* signature_digest/SignatureDigest: convert vb2_crypto to hash algorithmNicolas Boichat2017-02-111-6/+11
* Makefile: Add gentestcases targetNicolas Boichat2017-02-112-0/+9
* poppy: Converting all // comments to /* */Shelley Chen2017-01-301-64/+70
* poppy: Moving menu placement higherShelley Chen2017-01-301-1/+1
* poppy: Check NULL menu_array params in vb2_get_current_menu_size()Shelley Chen2017-01-301-1/+2
* poppy: Adding kernel-doc commentsShelley Chen2017-01-301-5/+40
* firmware: Using power button for selectionShelley Chen2017-01-242-1/+11
* firmware: Prevent wraparound when scrolling through menusShelley Chen2017-01-241-5/+10