summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-14Remove configure test & compat code for ripemd160.Darren Tucker
2020-01-09upstream: fix reversed arguments on expand_proxy_command(); spotteddjm@openbsd.org
2020-01-09upstream: put the fido options in a list, and tidy up the text ajmc@openbsd.org
2020-01-08Deny (non-fatal) ipc in preauth privsep child.Jeremy Drake
2020-01-08seccomp: Allow clock_gettime64() in sandbox.Khem Raj
2020-01-06upstream: missing else in check_enroll_options()djm@openbsd.org
2020-01-06upstream: fix error messagedjm@openbsd.org
2020-01-06upstream: adapt sk-dummy to SK API changesdjm@openbsd.org
2020-01-06upstream: Extends the SK API to accept a set of key/value optionsdjm@openbsd.org
2020-01-06upstream: fix CanonicalizeHostname, broken by rev 1.507beck@openbsd.org
2020-01-06Fix typo: 'you' -> 'your'.Darren Tucker
2020-01-06Remove auth-skey.c.Darren Tucker
2020-01-04upstream: the download resident keys option is -K (upper) not -kjmc@openbsd.org
2020-01-04upstream: what bozo decided to use 2020 as a future date in a regressdjm@openbsd.org
2020-01-03upstream: implement recent SK API change to support resident keysdjm@openbsd.org
2020-01-03upstream: Update keygen moduli screen test to match recent commanddtucker@openbsd.org
2020-01-03upstream: ability to download FIDO2 resident keys from a token viadjm@openbsd.org
2020-01-03upstream: add sshkey_save_public(), to save a public key; okdjm@openbsd.org
2020-01-03upstream: simplify the list for moduli options - no need forjmc@openbsd.org
2020-01-02ssh-sk-null.cc needs extern "C" {}Damien Miller
2020-01-02add dummy ssh-sk API for linking with fuzzersDamien Miller
2019-12-30refresh dependDamien Miller
2019-12-30upstream: Remove the -x option currently used fordjm@openbsd.org
2019-12-30upstream: document SK API changes in PROTOCOL.u2fdjm@openbsd.org
2019-12-30upstream: translate and return error codes; retry on bad PINdjm@openbsd.org
2019-12-30upstream: improve some error messages; ok markus@djm@openbsd.org
2019-12-30upstream: SK API and sk-helper error/PIN passingdjm@openbsd.org
2019-12-30upstream: implement loading resident keys in ssh-adddjm@openbsd.org
2019-12-30upstream: implement loading of resident keys in ssh-sk-helperdjm@openbsd.org
2019-12-30upstream: resident keys support in SK APIdjm@openbsd.org
2019-12-30upstream: Factor out parsing of struct sk_enroll_responsedjm@openbsd.org
2019-12-30upstream: basic support for generating FIDO2 resident keysdjm@openbsd.org
2019-12-30upstream: remove single-letter flags for moduli optionsdjm@openbsd.org
2019-12-30upstream: prepare for use of ssh-keygen -O flag beyond certsdjm@openbsd.org
2019-12-30upstream: sort -Y internally in the options list, as is alreadyjmc@openbsd.org
2019-12-30upstream: in the options list, sort -Y and -y;jmc@openbsd.org
2019-12-30upstream: Replace the term "security key" with "(FIDO)naddy@openbsd.org
2019-12-21upstream: unit tests for ForwardAgent=/path; from Eric Chiangdjm@openbsd.org
2019-12-21upstream: test security key host keys in addition to user keysdjm@openbsd.org
2019-12-21upstream: Allow forwarding a different agent socket to the pathdjm@openbsd.org
2019-12-21upstream: SSH U2F keys can now be used as host keys. Fix a gardennaddy@openbsd.org
2019-12-20upstream: Move always unsupported keywords to be grouped with the otherdtucker@openbsd.org
2019-12-20upstream: Remove obsolete opcodes from the configuation enum.dtucker@openbsd.org
2019-12-20upstream: Remove now-obsolete config options from example indtucker@openbsd.org
2019-12-20upstream: Document that security key-hosted keys can act as hostnaddy@openbsd.org
2019-12-20upstream: "Forward security" -> "Forward secrecy" since that's thedtucker@openbsd.org
2019-12-20upstream: cut obsolete lists of crypto algorithms from outline ofnaddy@openbsd.org
2019-12-20upstream: strdup may return NULL if memory allocation fails. Usetobhe@openbsd.org
2019-12-20upstream: sort sk-* methods behind their plain key methods cousinsdjm@openbsd.org
2019-12-18Mac OS X has PAM too.Darren Tucker