summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/PROTOCOL.u2f
AgeCommit message (Expand)Author
2020-05-12fix non-ASCII quote that snuck in; spotted by Gabriel KihlmanDamien Miller
2020-05-11clarify role of FIDO tokens in multi-factor authentictation;Damien Miller
2020-04-28when signing a challenge using a FIDO toke, perform the hashing in theDamien Miller
2020-02-21Fix some typos and an incorrect word in docs. Patch from itoama at live.jpDarren Tucker
2020-01-28changes to support FIDO attestationDamien Miller
2020-01-25improve the error message for u2f enrollment errors by makingDamien Miller
2020-01-06Extends the SK API to accept a set of key/value options for allDamien Miller
2019-12-30document SK API changes in PROTOCOL.u2fDamien Miller
2019-12-30basic support for generating FIDO2 resident keysDamien Miller
2019-12-20SSH U2F keys can now be used as host keys. Fix a garden path sentence.Christian Weisgerber
2019-12-11add a note about the 'extensions' field in the signed objectDamien Miller
2019-12-10some more corrections for documentation problems spotted by Ron FrederickDamien Miller
2019-12-10loading security keys into ssh-agent used the extension constraintDamien Miller
2019-12-10chop some unnecessary and confusing verbiage from the security keyDamien Miller
2019-11-28tweak wordingDamien Miller
2019-11-19adjust on-wire signature encoding for ecdsa-sk keys to better matchDamien Miller
2019-11-18document ed25519-sk pubkey, private key and certificate formatsDamien Miller
2019-11-18correct order or ecdsa-sk private key fieldsDamien Miller
2019-11-18correct description of fields in pub/private keys (was missing curveDamien Miller
2019-11-12remove extra layer for ed25519 signature; ok djm@Markus Friedl
2019-11-12update sk-api to version 2 for ed25519 support; ok djmMarkus Friedl
2019-11-01fix miscellaneous text problems; ok djm@Christian Weisgerber
2019-10-31Protocol documentation for U2F/FIDO keys in OpenSSHDamien Miller