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
Age
Commit message (
Expand
)
Author
2019-12-16
strdup may return NULL if memory allocation fails. Use the safer xstrdup
tobhe
2019-12-16
sort sk-* methods behind their plain key methods cousins for now
Damien Miller
2019-12-15
don't treat HostKeyAgent=none as a path either; avoids spurious
Damien Miller
2019-12-15
do not attempt to find an absolute path for sshd_config
Damien Miller
2019-12-15
allow ssh-keyscan to find security key hostkeys
Damien Miller
2019-12-15
allow security keys to act as host keys as well as user keys.
Damien Miller
2019-12-13
actually commit the ssh-sk-helper client code; ok markus
Damien Miller
2019-12-13
perform security key enrollment via ssh-sk-helper too. This means
Damien Miller
2019-12-13
allow sshbuf_put_stringb(buf, NULL); ok markus@
Damien Miller
2019-12-13
use ssh-sk-helper for all security key signing operations
Damien Miller
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
add security key types to list of keys allowed to act as CAs;
Damien Miller
2019-12-10
when acting as a CA and using a security key as the CA key, remind the
Damien Miller
2019-12-10
chop some unnecessary and confusing verbiage from the security key
Damien Miller
2019-12-06
fix setting of $SSH_ASKPASS_PROMPT - it shouldn't be set when asking
Damien Miller
2019-12-06
bring the __func__
Damien Miller
2019-11-30
tweak the Nd lines for a bit of consistency;
Jason McIntyre
2019-11-29
perform hashing directly in crypto_hash_sha512() using libcrypto or
Damien Miller
2019-11-28
improve the text for -A a little;
Jason McIntyre
2019-11-28
reshuffle the text to read better;
Jason McIntyre
2019-11-28
tweak wording
Damien Miller
2019-11-27
remove stray semicolon after closing brace of function;
Damien Miller
2019-11-27
Revert previous commit. The channels code still uses int in many places
Darren Tucker
2019-11-27
use error()+_exit() instead of fatal() to avoid running cleanup
Damien Miller
2019-11-27
Make channel_id u_int32_t and remove unnecessary check and cast that were
Darren Tucker
2019-11-26
tweak previous;
Jason McIntyre
2019-11-26
more debugging; behind DEBUG_SK
Damien Miller
2019-11-25
redundant test
Damien Miller
2019-11-25
document the "no-touch-required" certificate extension;
Damien Miller
2019-11-25
Print a key touch reminder when generating a security key. Most keys
Damien Miller
2019-11-25
allow "ssh-keygen -x no-touch-required" when generating a security key
Damien Miller
2019-11-25
add a "no-touch-required" option for authorized_keys and a similar
Damien Miller
2019-11-25
Add a sshd_config PubkeyAuthOptions directive
Damien Miller
2019-11-25
Add new structure for signature options
Damien Miller
2019-11-25
memleak in error path
Damien Miller
2019-11-22
Wait for FD to be readable or writeable during a nonblocking connect,
Darren Tucker
2019-11-19
adjust on-wire signature encoding for ecdsa-sk keys to better match
Damien Miller
2019-11-19
a little more information from the monitor when signature
Damien Miller
2019-11-19
revert 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-18
document '$' environment variable expansion for SecurityKeyProvider; ok djm@
Christian Weisgerber
2019-11-18
more missing mentions of ed25519-sk; ok djm@
Christian Weisgerber
2019-11-18
additional missing stdarg.h includes when built without WITH_OPENSSL; ok djm@
Christian Weisgerber
2019-11-18
add the missing WITH_OPENSSL ifdefs after the ED25519-SK addition; ok djm@
Christian Weisgerber
2019-11-18
fix a bug that prevented serialisation of ed25519-sk keys
Damien Miller
2019-11-18
Fix incorrect error message when key certification fails
Damien Miller
2019-11-18
fix bug that prevented certification of ed25519-sk keys
Damien Miller
2019-11-18
allow *-sk key types to be turned into certificates
Damien Miller
[next]