CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/08 21:08:02
Modified files:
usr.bin/ssh : PROTOCOL.u2f sk-api.h sk-usbhid.c ssh-keygen.1
ssh-keygen.c ssh-sk.c
Log message:
when writing an attestation blob for a FIDO key, record all the data
needed to verify the attestation. Previously we were missing the
"authenticator data" that is included in the signature.
spotted by Ian Haken
feedback Pedro Martelletto and Ian Haken; ok markus@
