DescriptionAdd U2F request state machines
U2fRequest base class is extended by each type of U2F
request. Common functions of enumeration and device iteration
are defined in the base class. U2fSign performs an entire
sign request on any attached U2F devices, and U2FRegister
performs the registration request on the devices.
BUG=686310
Review-Url: https://codereview.chromium.org/2821263005
Cr-Commit-Position: refs/heads/master@{#466529}
Committed: https://chromium.googlesource.com/chromium/src/+/892eb34117f811aa62c821c9129dc53110266e9a
Patch Set 1 : Add U2fRequest, U2fSign, and U2fRegister classes #
Total comments: 8
Patch Set 2 : Compilation changes #
Total comments: 17
Patch Set 3 : Switch to const vectors and modify tests #
Total comments: 20
Patch Set 4 : Move return code to own header. Fix review comments #
Total comments: 6
Patch Set 5 : Call Start before adding devices #
Depends on Patchset: Messages
Total messages: 45 (34 generated)
|