index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
sk-usbhid.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
make names in function prototypes match those in definition
djm
2021-02-18
1
-2
/
+2
*
use the new variant log macros instead of prepending __func__ and
djm
2020-10-18
1
-3
/
+3
*
want time.h here too
djm
2020-10-03
1
-1
/
+2
*
when writing an attestation blob for a FIDO key, record all the data
djm
2020-09-09
1
-1
/
+12
*
Add RCS IDs to the few files that are missing them;
djm
2020-08-31
1
-0
/
+1
*
skip a bit more FIDO token selection logic when only a single token
djm
2020-08-27
1
-1
/
+8
*
preserve verify-required for resident FIDO keys
djm
2020-08-27
1
-2
/
+4
*
major rework of FIDO token selection logic
djm
2020-08-27
1
-252
/
+326
*
support for user-verified FIDO keys
djm
2020-08-27
1
-12
/
+26
*
we are still aiming for pre-C99 ...
deraadt
2020-05-13
1
-2
/
+2
*
Enable credProtect extension when generating a resident key.
djm
2020-05-13
1
-0
/
+57
*
always call fido_init(); previous behaviour only called fido_init() when
djm
2020-05-13
1
-6
/
+11
*
when signing a challenge using a FIDO toke, perform the hashing in the
djm
2020-04-28
1
-3
/
+32
*
changes to support FIDO attestation
djm
2020-01-28
1
-0
/
+1
*
improve the error message for u2f enrollment errors by making
djm
2020-01-25
1
-72
/
+27
*
missing else in check_enroll_options()
djm
2020-01-06
1
-1
/
+1
*
fix error message
djm
2020-01-06
1
-2
/
+1
*
Extends the SK API to accept a set of key/value options for all
djm
2020-01-06
1
-42
/
+152
*
translate and return error codes; retry on bad PIN
djm
2019-12-30
1
-17
/
+32
*
SK API and sk-helper error/PIN passing
djm
2019-12-30
1
-5
/
+5
*
resident keys support in SK API
djm
2019-12-30
1
-6
/
+232
*
basic support for generating FIDO2 resident keys
djm
2019-12-30
1
-2
/
+8
*
add the missing WITH_OPENSSL ifdefs after the ED25519-SK addition; ok djm@
naddy
2019-11-18
1
-0
/
+12
*
fix typos in sk_enroll
markus
2019-11-15
1
-5
/
+5
*
remove most uses of BN_CTX
djm
2019-11-15
1
-8
/
+7
*
rewrite c99-ism
deraadt
2019-11-15
1
-2
/
+2
*
U2F tokens may return FIDO_ERR_USER_PRESENCE_REQUIRED when probed to
djm
2019-11-15
1
-0
/
+4
*
correct function name in debug message
djm
2019-11-15
1
-1
/
+1
*
directly support U2F/FIDO2 security keys in OpenSSH by linking
djm
2019-11-14
1
-0
/
+692