summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-16upstream: don't treat HostKeyAgent=none as a path either; avoidsdjm@openbsd.org
2019-12-16upstream: do not attempt to find an absolute path for sshd_configdjm@openbsd.org
2019-12-16upstream: allow ssh-keyscan to find security key hostkeysdjm@openbsd.org
2019-12-16upstream: allow security keys to act as host keys as well as userdjm@openbsd.org
2019-12-16Allow clock_nanosleep_time64 in seccomp sandbox.Darren Tucker
2019-12-15Put SK ECDSA bits inside ifdef OPENSSL_HAS_ECC.Darren Tucker
2019-12-14remove a bunch of ENABLE_SK #ifdefsDamien Miller
2019-12-14ssh-sk-client.c needs includes.hDamien Miller
2019-12-14only link ssh-sk-helper against libfido2Damien Miller
2019-12-14adapt Makefile to ssh-sk-client everywhereDamien Miller
2019-12-14fixupDamien Miller
2019-12-14upstream: actually commit the ssh-sk-helper client code; ok markusdjm@openbsd.org
2019-12-14upstream: perform security key enrollment via ssh-sk-helper too.djm@openbsd.org
2019-12-14upstream: allow sshbuf_put_stringb(buf, NULL); ok markus@djm@openbsd.org
2019-12-14upstream: use ssh-sk-helper for all security key signing operationsdjm@openbsd.org
2019-12-14upstream: add a note about the 'extensions' field in the signeddjm@openbsd.org
2019-12-11upstream: some more corrections for documentation problems spotteddjm@openbsd.org
2019-12-11upstream: loading security keys into ssh-agent used the extensiondjm@openbsd.org
2019-12-11upstream: add security key types to list of keys allowed to act asdjm@openbsd.org
2019-12-11upstream: when acting as a CA and using a security key as the CAdjm@openbsd.org
2019-12-11upstream: chop some unnecessary and confusing verbiage from thedjm@openbsd.org
2019-12-11upstream: fix setting of $SSH_ASKPASS_PROMPT - it shouldn't be setdjm@openbsd.org
2019-12-11upstream: bring the __func__djm@openbsd.org
2019-12-11upstream: tweak the Nd lines for a bit of consistency; ok markusjmc@openbsd.org
2019-12-11Check if memmem is declared in system headers.Darren Tucker
2019-12-11Sort depends.Darren Tucker
2019-12-11Sort .depend when rebuilding.Darren Tucker
2019-12-11Update depend to include sk files.Darren Tucker
2019-12-09Describe how to build libcrypto as PIC.Darren Tucker
2019-12-09Recommend running LibreSSL or OpenSSL self-tests.Darren Tucker
2019-12-06Wrap ECC specific bits in ifdef.Darren Tucker
2019-11-29Wrap sha2.h include in ifdef.Darren Tucker
2019-11-29compile sk-dummy.so with no-PIE version of LDFLAGSDamien Miller
2019-11-29includes.h for sk-dummy.c, dummyDamien Miller
2019-11-29(yet) another x-platform fix for sk-dummy.soDamien Miller
2019-11-29needs includes.h for WITH_OPENSSLDamien Miller
2019-11-29another attempt at sk-dummy.so working x-platformDamien Miller
2019-11-29upstream: lots of dependencies go away here with ed25519 no longerdjm@openbsd.org
2019-11-29upstream: perform hashing directly in crypto_hash_sha512() usingdjm@openbsd.org
2019-11-29upstream: improve the text for -A a little; input from naddy andjmc@openbsd.org
2019-11-29upstream: reshuffle the text to read better; input from naddy,jmc@openbsd.org
2019-11-28$< doesn't work as` I thought; explicily list objsDamien Miller
2019-11-28upstream: tweak wordingdjm@openbsd.org
2019-11-28missing .SUFFIXES line makes make sadDamien Miller
2019-11-28(hopefully) fix out of tree builds of sk-dummy.soDamien Miller
2019-11-28upstream: remove stray semicolon after closing brace of function;djm@openbsd.org
2019-11-28upstream: Revert previous commit. The channels code still uses intdtucker@openbsd.org
2019-11-27wire sk-dummy.so into test suiteDamien Miller
2019-11-27upstream: use error()+_exit() instead of fatal() to avoid runningdjm@openbsd.org
2019-11-27upstream: Make channel_id u_int32_t and remove unnecessary checkdtucker@openbsd.org