New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 917121 link

Starred by 1 user

Issue metadata

Status: Available
Owner:
Last visit > 30 days ago
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug-Regression



Sign in to add a comment

vbutil_key incorrectly complains about wrong key size

Project Member Reported by vapier@chromium.org, Dec 20

Issue description

steps to reproduce:
  openssl genrsa -F4 -out key.pem 4096
  futility vbutil_key --pack key.vbprivk --key key.pem --algorithm 8

before commit f7559e4b4652134b1e15de3ce31ee50a3de00f69 (futility: Use vboot 2.0 APIs for public keys), this command would work silently.  starting with that commit, it incorrectly prints the warning:
  vb2_read_packed_keyb() - wrong key size 3243 for algorithm 8

algorithm 8 is supposed to be RSA4096 SHA512, so i don't see why it's complaining.
 

Sign in to add a comment