summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2019-11-25redundant testDamien Miller
2019-11-25document the "no-touch-required" certificate extension;Damien Miller
2019-11-25Print a key touch reminder when generating a security key. Most keysDamien Miller
2019-11-25allow "ssh-keygen -x no-touch-required" when generating a security keyDamien Miller
2019-11-25add a "no-touch-required" option for authorized_keys and a similarDamien Miller
2019-11-25Add a sshd_config PubkeyAuthOptions directiveDamien Miller
2019-11-25Add new structure for signature optionsDamien Miller
2019-11-25memleak in error pathDamien Miller
2019-11-24Only substitute patterns starting with ^ once.Nicholas Marriott
2019-11-22Wait for FD to be readable or writeable during a nonblocking connect,Darren Tucker
2019-11-20Do not check the client readonly flag when there is no client, GitHub issue 1...Nicholas Marriott
2019-11-19adjust on-wire signature encoding for ecdsa-sk keys to better matchDamien Miller
2019-11-19a little more information from the monitor when signatureDamien Miller
2019-11-19revert previous: naddy pointed out what's meant to happen. rethink needed...Jason McIntyre
2019-11-19-c and -s do not make sense with -k; reshuffle -k into the main synopsis/usage;Jason McIntyre
2019-11-19More return value check in openssl(1) cmsKinichiro Inoguchi
2019-11-19Add manual descriptions for openssl(1) req -addextKinichiro Inoguchi
2019-11-18document '$' environment variable expansion for SecurityKeyProvider; ok djm@Christian Weisgerber
2019-11-18more missing mentions of ed25519-sk; ok djm@Christian Weisgerber
2019-11-18additional missing stdarg.h includes when built without WITH_OPENSSL; ok djm@Christian Weisgerber
2019-11-18add the missing WITH_OPENSSL ifdefs after the ED25519-SK addition; ok djm@Christian Weisgerber
2019-11-18Remove typedef and check sk_push return value in openssl(1) cmsKinichiro Inoguchi
2019-11-18Add -keyopt opiton to openssl(1) cms subcommandKinichiro Inoguchi
2019-11-18Add -f for full size to join-pane (like split-window), from Theo Buehler.Nicholas Marriott
2019-11-18Keep modifiers on backspace when translating it.Nicholas Marriott
2019-11-18fix a bug that prevented serialisation of ed25519-sk keysDamien Miller
2019-11-18Fix incorrect error message when key certification failsDamien Miller
2019-11-18fix bug that prevented certification of ed25519-sk keysDamien Miller
2019-11-18allow *-sk key types to be turned into certificatesDamien Miller
2019-11-18mention ed25519-sk key/cert types here too; prompted by jmc@Damien Miller
2019-11-18mention ed25519-sk in places where it is accepted; prompted by jmc@Damien Miller
2019-11-18various knf and whitespace; ok jcaTheo de Raadt
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-18missing break in getopt switch; spotted by Sebastian KinneDamien Miller
2019-11-17fail to usage if extra argv are presentTheo de Raadt
2019-11-16tweak debug messageDamien Miller
2019-11-16a little debug() in the security key interfaceDamien Miller
2019-11-16always use ssh-sk-helper, even for the internal USB HID support.Damien Miller
2019-11-15fix typos in sk_enrollMarkus Friedl
2019-11-15Do not add path if it is NULL, duh.Nicholas Marriott
2019-11-15Handle OSC 7 (a VTE extension) and put the result in a new format (pane_path).Nicholas Marriott
2019-11-15double word;Jason McIntyre
2019-11-15remove most uses of BN_CTXDamien Miller
2019-11-15unshield security key privkey before attempting signature inDamien Miller
2019-11-15rewrite c99-ismTheo de Raadt
2019-11-15only clang understands those new -W optionsTheo de Raadt
2019-11-15don't consult dlopen whitelist for internal security key provider;Damien Miller
2019-11-15U2F tokens may return FIDO_ERR_USER_PRESENCE_REQUIRED when probed toDamien Miller