trezor / trezor-firmware

:lock: Trezor Firmware Monorepo
https://trezor.io
Other
1.33k stars 649 forks source link

Rename webauthn, u2f, etc. to "fido" #703

Open matejcik opened 4 years ago

matejcik commented 4 years ago

The functionality that was originally U2F and grew to include WebAuthN and FIDO2 is named ... inconsistently.

A good name for the whole complex is fido. This name should be used in protobuf messages, app/module names, etc.

This will be implemented in trezorlib/trezorctl. An open question is, should we rename it everywhere else too? Is it worth the hassle?

prusnak commented 4 years ago

Places where a rename can/should take place:

matejcik commented 4 years ago
  • [ ] protobuf message names {GetNext,Next,Set}U2FCounter -> {GetNext,Next,Set}FIDOCounter (messages-management.proto)
  • [ ] protobuf messages names WebAuthn* -> FIDO* (messages-webauthn.proto)

*FIDOCounter should be all moved to messages-fido.proto too