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
/
sk-usbhid.c
Age
Commit message (
Expand
)
Author
2023-03-28
Remove compatibility code for OpenSSL versions prior to 1.1.* since
Darren Tucker
2022-09-14
sk_enroll: never drop SSH_SK_USER_VERIFICATION_REQD flag from response
Damien Miller
2022-09-02
sk-usbhid: fix key_lookup() on tokens with built-in UV
Damien Miller
2022-08-19
remove incorrect check that can break enrolling a resident key
Damien Miller
2022-08-17
add an extra flag to sk_probe() to indicate whether we're
Damien Miller
2022-07-20
sk-usbhid: preserve error code returned by key_lookup()
Damien Miller
2022-07-20
when enrolling a resident key on a security token, check if a
Damien Miller
2022-04-29
Don't leak SK device. Patch from Pedro Martelletto via github PR#316.
Darren Tucker
2022-02-07
use libfido2 1.8.0+ fido_assert_set_clientdata() instead of manually
Damien Miller
2021-12-07
better error message for FIDO keys when we can't match them to a token
Damien Miller
2021-12-02
improve the testing of credentials against inserted FIDO keys a little
Damien Miller
2021-12-02
move check_sk_options() up so we can use it earlier
Damien Miller
2021-11-03
Many downstreams expect ssh to compile as non-C99...
Theo de Raadt
2021-11-02
Better handle FIDO keys on tokens that provide user verification (UV)
Damien Miller
2021-10-28
When downloading resident keys from a FIDO token, pass back the
Damien Miller
2021-10-01
unbreak FIDO sk-ed25519 key enrollment for OPENSSL=no builds;
Damien Miller
2021-05-31
Hash challenge supplied by client during FIDO key enrollment prior to
Damien Miller
2021-02-18
make names in function prototypes match those in definition
Damien Miller
2020-10-18
use the new variant log macros instead of prepending __func__ and
Damien Miller
2020-10-03
want time.h here too
Damien Miller
2020-09-09
when writing an attestation blob for a FIDO key, record all the data
Damien Miller
2020-08-31
Add RCS IDs to the few files that are missing them;
Damien Miller
2020-08-27
skip a bit more FIDO token selection logic when only a single token
Damien Miller
2020-08-27
preserve verify-required for resident FIDO keys
Damien Miller
2020-08-27
major rework of FIDO token selection logic
Damien Miller
2020-08-27
support for user-verified FIDO keys
Damien Miller
2020-05-13
we are still aiming for pre-C99 ...
Theo de Raadt
2020-05-13
Enable credProtect extension when generating a resident key.
Damien Miller
2020-05-13
always call fido_init(); previous behaviour only called fido_init() when
Damien Miller
2020-04-28
when signing a challenge using a FIDO toke, perform the hashing in the
Damien Miller
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
missing else in check_enroll_options()
Damien Miller
2020-01-06
fix error message
Damien Miller
2020-01-06
Extends the SK API to accept a set of key/value options for all
Damien Miller
2019-12-30
translate and return error codes; retry on bad PIN
Damien Miller
2019-12-30
SK API and sk-helper error/PIN passing
Damien Miller
2019-12-30
resident keys support in SK API
Damien Miller
2019-12-30
basic support for generating FIDO2 resident keys
Damien Miller
2019-11-18
add the missing WITH_OPENSSL ifdefs after the ED25519-SK addition; ok djm@
Christian Weisgerber
2019-11-15
fix typos in sk_enroll
Markus Friedl
2019-11-15
remove most uses of BN_CTX
Damien Miller
2019-11-15
rewrite c99-ism
Theo de Raadt
2019-11-15
U2F tokens may return FIDO_ERR_USER_PRESENCE_REQUIRED when probed to
Damien Miller
2019-11-15
correct function name in debug message
Damien Miller
2019-11-14
directly support U2F/FIDO2 security keys in OpenSSH by linking
Damien Miller