index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
PROTOCOL.u2f
Age
Commit message (
Expand
)
Author
2020-05-12
fix non-ASCII quote that snuck in; spotted by Gabriel Kihlman
Damien Miller
2020-05-11
clarify role of FIDO tokens in multi-factor authentictation;
Damien Miller
2020-04-28
when signing a challenge using a FIDO toke, perform the hashing in the
Damien Miller
2020-02-21
Fix some typos and an incorrect word in docs. Patch from itoama at live.jp
Darren Tucker
2020-01-28
changes to support FIDO attestation
Damien Miller
2020-01-25
improve the error message for u2f enrollment errors by making
Damien Miller
2020-01-06
Extends the SK API to accept a set of key/value options for all
Damien Miller
2019-12-30
document SK API changes in PROTOCOL.u2f
Damien Miller
2019-12-30
basic support for generating FIDO2 resident keys
Damien Miller
2019-12-20
SSH U2F keys can now be used as host keys. Fix a garden path sentence.
Christian Weisgerber
2019-12-11
add a note about the 'extensions' field in the signed object
Damien Miller
2019-12-10
some more corrections for documentation problems spotted by Ron Frederick
Damien Miller
2019-12-10
loading security keys into ssh-agent used the extension constraint
Damien Miller
2019-12-10
chop some unnecessary and confusing verbiage from the security key
Damien Miller
2019-11-28
tweak wording
Damien Miller
2019-11-19
adjust on-wire signature encoding for ecdsa-sk keys to better match
Damien Miller
2019-11-18
document ed25519-sk pubkey, private key and certificate formats
Damien Miller
2019-11-18
correct order or ecdsa-sk private key fields
Damien Miller
2019-11-18
correct description of fields in pub/private keys (was missing curve
Damien Miller
2019-11-12
remove extra layer for ed25519 signature; ok djm@
Markus Friedl
2019-11-12
update sk-api to version 2 for ed25519 support; ok djm
Markus Friedl
2019-11-01
fix miscellaneous text problems; ok djm@
Christian Weisgerber
2019-10-31
Protocol documentation for U2F/FIDO keys in OpenSSH
Damien Miller