]> git.ipfire.org Git - thirdparty/openssh-portable.git/shortlog
thirdparty/openssh-portable.git
2020-01-03  djm@openbsd.orgupstream: what bozo decided to use 2020 as a future...
2020-01-03  djm@openbsd.orgupstream: implement recent SK API change to support...
2020-01-03  dtucker@openbsd.orgupstream: Update keygen moduli screen test to match...
2020-01-02  djm@openbsd.orgupstream: ability to download FIDO2 resident keys from...
2020-01-02  djm@openbsd.orgupstream: add sshkey_save_public(), to save a public...
2020-01-02  jmc@openbsd.orgupstream: simplify the list for moduli options - no...
2020-01-02  Damien Millerssh-sk-null.cc needs extern "C" {}
2020-01-02  Damien Milleradd dummy ssh-sk API for linking with fuzzers
2019-12-30  Damien Millerrefresh depend
2019-12-30  djm@openbsd.orgupstream: Remove the -x option currently used for
2019-12-30  djm@openbsd.orgupstream: document SK API changes in PROTOCOL.u2f
2019-12-30  djm@openbsd.orgupstream: translate and return error codes; retry on...
2019-12-30  djm@openbsd.orgupstream: improve some error messages; ok markus@
2019-12-30  djm@openbsd.orgupstream: SK API and sk-helper error/PIN passing
2019-12-30  djm@openbsd.orgupstream: implement loading resident keys in ssh-add
2019-12-30  djm@openbsd.orgupstream: implement loading of resident keys in ssh...
2019-12-30  djm@openbsd.orgupstream: resident keys support in SK API
2019-12-30  djm@openbsd.orgupstream: Factor out parsing of struct sk_enroll_response
2019-12-30  djm@openbsd.orgupstream: basic support for generating FIDO2 resident...
2019-12-30  djm@openbsd.orgupstream: remove single-letter flags for moduli options
2019-12-30  djm@openbsd.orgupstream: prepare for use of ssh-keygen -O flag beyond...
2019-12-30  jmc@openbsd.orgupstream: sort -Y internally in the options list, as...
2019-12-30  jmc@openbsd.orgupstream: in the options list, sort -Y and -y;
2019-12-30  naddy@openbsd.orgupstream: Replace the term "security key" with "(FIDO)
2019-12-21  djm@openbsd.orgupstream: unit tests for ForwardAgent=/path; from Eric...
2019-12-21  djm@openbsd.orgupstream: test security key host keys in addition to...
2019-12-21  djm@openbsd.orgupstream: Allow forwarding a different agent socket...
2019-12-21  naddy@openbsd.orgupstream: SSH U2F keys can now be used as host keys...
2019-12-20  dtucker@openbsd.orgupstream: Move always unsupported keywords to be groupe...
2019-12-20  dtucker@openbsd.orgupstream: Remove obsolete opcodes from the configuation...
2019-12-20  dtucker@openbsd.orgupstream: Remove now-obsolete config options from examp...
2019-12-20  naddy@openbsd.orgupstream: Document that security key-hosted keys can...
2019-12-20  dtucker@openbsd.orgupstream: "Forward security" -> "Forward secrecy" since...
2019-12-20  naddy@openbsd.orgupstream: cut obsolete lists of crypto algorithms from...
2019-12-20  tobhe@openbsd.orgupstream: strdup may return NULL if memory allocation...
2019-12-20  djm@openbsd.orgupstream: sort sk-* methods behind their plain key...
2019-12-17  Darren TuckerMac OS X has PAM too.
2019-12-17  Darren TuckerShow portable tarball pattern in example.
2019-12-17  Darren TuckerOpenSSL is now optional.
2019-12-16  djm@openbsd.orgupstream: adapt to ssh-sk-client change
2019-12-16  djm@openbsd.orgupstream: it's no longer possible to disable privilege...
2019-12-16  djm@openbsd.orgupstream: don't treat HostKeyAgent=none as a path eithe...
2019-12-16  djm@openbsd.orgupstream: do not attempt to find an absolute path for...
2019-12-16  djm@openbsd.orgupstream: allow ssh-keyscan to find security key hostkeys
2019-12-16  djm@openbsd.orgupstream: allow security keys to act as host keys as...
2019-12-16  Darren TuckerAllow clock_nanosleep_time64 in seccomp sandbox.
2019-12-15  Darren TuckerPut SK ECDSA bits inside ifdef OPENSSL_HAS_ECC.
2019-12-13  Damien Millerremove a bunch of ENABLE_SK #ifdefs
2019-12-13  Damien Millerssh-sk-client.c needs includes.h
2019-12-13  Damien Milleronly link ssh-sk-helper against libfido2
2019-12-13  Damien Milleradapt Makefile to ssh-sk-client everywhere
2019-12-13  Damien Millerfixup
2019-12-13  djm@openbsd.orgupstream: actually commit the ssh-sk-helper client...
2019-12-13  djm@openbsd.orgupstream: perform security key enrollment via ssh-sk...
2019-12-13  djm@openbsd.orgupstream: allow sshbuf_put_stringb(buf, NULL); ok markus@
2019-12-13  djm@openbsd.orgupstream: use ssh-sk-helper for all security key signin...
2019-12-13  djm@openbsd.orgupstream: add a note about the 'extensions' field in...
2019-12-11  djm@openbsd.orgupstream: some more corrections for documentation probl...
2019-12-11  djm@openbsd.orgupstream: loading security keys into ssh-agent used...
2019-12-11  djm@openbsd.orgupstream: add security key types to list of keys allowe...
2019-12-11  djm@openbsd.orgupstream: when acting as a CA and using a security...
2019-12-11  djm@openbsd.orgupstream: chop some unnecessary and confusing verbiage...
2019-12-11  djm@openbsd.orgupstream: fix setting of $SSH_ASKPASS_PROMPT - it shoul...
2019-12-11  djm@openbsd.orgupstream: bring the __func__
2019-12-11  jmc@openbsd.orgupstream: tweak the Nd lines for a bit of consistency...
2019-12-11  Darren TuckerCheck if memmem is declared in system headers.
2019-12-11  Darren TuckerSort depends.
2019-12-11  Darren TuckerSort .depend when rebuilding.
2019-12-11  Darren TuckerUpdate depend to include sk files.
2019-12-09  Darren TuckerDescribe how to build libcrypto as PIC.
2019-12-09  Darren TuckerRecommend running LibreSSL or OpenSSL self-tests.
2019-12-06  Darren TuckerWrap ECC specific bits in ifdef.
2019-11-29  Darren TuckerWrap sha2.h include in ifdef.
2019-11-29  Damien Millercompile sk-dummy.so with no-PIE version of LDFLAGS
2019-11-29  Damien Millerincludes.h for sk-dummy.c, dummy
2019-11-29  Damien Miller(yet) another x-platform fix for sk-dummy.so
2019-11-29  Damien Millerneeds includes.h for WITH_OPENSSL
2019-11-29  Damien Milleranother attempt at sk-dummy.so working x-platform
2019-11-29  djm@openbsd.orgupstream: lots of dependencies go away here with ed2551...
2019-11-29  djm@openbsd.orgupstream: perform hashing directly in crypto_hash_sha51...
2019-11-29  jmc@openbsd.orgupstream: improve the text for -A a little; input from...
2019-11-29  jmc@openbsd.orgupstream: reshuffle the text to read better; input...
2019-11-28  Damien Miller$< doesn't work as` I thought; explicily list objs
2019-11-28  djm@openbsd.orgupstream: tweak wording
2019-11-28  Damien Millermissing .SUFFIXES line makes make sad
2019-11-27  Damien Miller(hopefully) fix out of tree builds of sk-dummy.so
2019-11-27  djm@openbsd.orgupstream: remove stray semicolon after closing brace...
2019-11-27  dtucker@openbsd.orgupstream: Revert previous commit. The channels code...
2019-11-27  Damien Millerwire sk-dummy.so into test suite
2019-11-27  djm@openbsd.orgupstream: use error()+_exit() instead of fatal() to...
2019-11-27  dtucker@openbsd.orgupstream: Make channel_id u_int32_t and remove unnecess...
2019-11-27  djm@openbsd.orgupstream: test FIDO2/U2F key types; ok markus@
2019-11-26  djm@openbsd.orgupstream: add dummy security key middleware based on...
2019-11-26  jmc@openbsd.orgupstream: tweak previous;
2019-11-26  djm@openbsd.orgupstream: more debugging; behind DEBUG_SK
2019-11-25  Damien Millerunbreak fuzzers for recent security key changes
2019-11-25  djm@openbsd.orgupstream: unbreak tests for recent security key changes
2019-11-25  djm@openbsd.orgupstream: unbreak after security key support landed
2019-11-25  tb@openbsd.orgupstream: Remove workaround for broken 'openssl rsa...
2019-11-25  djm@openbsd.orgupstream: redundant test
next