summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sk-usbhid.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* make names in function prototypes match those in definitiondjm2021-02-181-2/+2
* use the new variant log macros instead of prepending __func__ anddjm2020-10-181-3/+3
* want time.h here toodjm2020-10-031-1/+2
* when writing an attestation blob for a FIDO key, record all the datadjm2020-09-091-1/+12
* Add RCS IDs to the few files that are missing them;djm2020-08-311-0/+1
* skip a bit more FIDO token selection logic when only a single tokendjm2020-08-271-1/+8
* preserve verify-required for resident FIDO keysdjm2020-08-271-2/+4
* major rework of FIDO token selection logicdjm2020-08-271-252/+326
* support for user-verified FIDO keysdjm2020-08-271-12/+26
* we are still aiming for pre-C99 ...deraadt2020-05-131-2/+2
* Enable credProtect extension when generating a resident key.djm2020-05-131-0/+57
* always call fido_init(); previous behaviour only called fido_init() whendjm2020-05-131-6/+11
* when signing a challenge using a FIDO toke, perform the hashing in thedjm2020-04-281-3/+32
* changes to support FIDO attestationdjm2020-01-281-0/+1
* improve the error message for u2f enrollment errors by makingdjm2020-01-251-72/+27
* missing else in check_enroll_options()djm2020-01-061-1/+1
* fix error messagedjm2020-01-061-2/+1
* Extends the SK API to accept a set of key/value options for alldjm2020-01-061-42/+152
* translate and return error codes; retry on bad PINdjm2019-12-301-17/+32
* SK API and sk-helper error/PIN passingdjm2019-12-301-5/+5
* resident keys support in SK APIdjm2019-12-301-6/+232
* basic support for generating FIDO2 resident keysdjm2019-12-301-2/+8
* add the missing WITH_OPENSSL ifdefs after the ED25519-SK addition; ok djm@naddy2019-11-181-0/+12
* fix typos in sk_enrollmarkus2019-11-151-5/+5
* remove most uses of BN_CTXdjm2019-11-151-8/+7
* rewrite c99-ismderaadt2019-11-151-2/+2
* U2F tokens may return FIDO_ERR_USER_PRESENCE_REQUIRED when probed todjm2019-11-151-0/+4
* correct function name in debug messagedjm2019-11-151-1/+1
* directly support U2F/FIDO2 security keys in OpenSSH by linkingdjm2019-11-141-0/+692