1. 881aded upstream: a little more verbosity in sign_and_send_pubkey() debug by djm@openbsd.org · 4 years, 6 months ago
  2. b715fdc upstream: one more replacement "(security) key" -> "(FIDO) by naddy@openbsd.org · 4 years, 6 months ago
  3. 84911da upstream: undo merge error and replace the term "security key" by naddy@openbsd.org · 4 years, 6 months ago
  4. e8c06c4 upstream: Document loading of resident keys from a FIDO by naddy@openbsd.org · 4 years, 6 months ago
  5. 0d005d6 upstream: sync ssh-keygen.1 and ssh-keygen's usage() with each by naddy@openbsd.org · 4 years, 6 months ago
  6. b8a4ca2 upstream: revise the fix for reversed arguments on by naddy@openbsd.org · 4 years, 6 months ago
  7. 57b181e upstream: pass the log-on-stderr flag and log level through to by djm@openbsd.org · 4 years, 6 months ago
  8. a8bd5fd Wrap copy_environment_blacklist() in #ifdef by Damien Miller · 4 years, 6 months ago
  9. 10ecc64 depend by Damien Miller · 4 years, 6 months ago
  10. b3f7009 Fix missing prototype warning for copy_environment by Ruben Kerkhof · 4 years, 6 months ago
  11. 0c428c0 configure.ac: fix ldns test by Ruben Kerkhof · 4 years, 6 months ago
  12. 6089abf Make sshpam_password_change_required static. by Ruben Kerkhof · 4 years, 6 months ago
  13. 5a9b9c8 sandbox-darwin.c: fix missing prototypes. by Ruben Kerkhof · 4 years, 6 months ago
  14. 335dc93 Fix a few warnings when on Mac OS X. by Ruben Kerkhof · 4 years, 6 months ago
  15. 0488dc2 Fix building without openssl. by Ruben Kerkhof · 4 years, 6 months ago
  16. e6b7157 Add config.log to .gitignore by Ruben Kerkhof · 4 years, 6 months ago
  17. 515e10d Fix typo in README.md, s/crytpo/crypto/ by Ruben Kerkhof · 4 years, 6 months ago
  18. 1af3354 Wrap stdint.h in ifdef HAVE_STDINT_H. by Darren Tucker · 4 years, 6 months ago
  19. 429170f Wrap stdint.h inside HAVE_STDINT_H. by Darren Tucker · 4 years, 6 months ago
  20. a0989b6 Include compat header for definitions. by Darren Tucker · 4 years, 6 months ago
  21. e0cedca Improve search for 'struct timespec'. by Darren Tucker · 4 years, 6 months ago
  22. acaf9e0 Update depend to remove rmd160.h. by Darren Tucker · 4 years, 6 months ago
  23. 26b2675 Remove configure test & compat code for ripemd160. by Darren Tucker · 4 years, 6 months ago
  24. ed3ad71 upstream: fix reversed arguments on expand_proxy_command(); spotted by djm@openbsd.org · 4 years, 6 months ago
  25. cd53476 upstream: put the fido options in a list, and tidy up the text a by jmc@openbsd.org · 4 years, 7 months ago
  26. 30f704e Deny (non-fatal) ipc in preauth privsep child. by Jeremy Drake · 4 years, 9 months ago
  27. b110cef seccomp: Allow clock_gettime64() in sandbox. by Khem Raj · 4 years, 6 months ago
  28. 3cc60c8 upstream: missing else in check_enroll_options() by djm@openbsd.org · 4 years, 7 months ago
  29. ff5784e upstream: fix error message by djm@openbsd.org · 4 years, 7 months ago
  30. dd2acc8 upstream: adapt sk-dummy to SK API changes by djm@openbsd.org · 4 years, 7 months ago
  31. c312ca0 upstream: Extends the SK API to accept a set of key/value options by djm@openbsd.org · 4 years, 7 months ago
  32. 2ab3357 upstream: fix CanonicalizeHostname, broken by rev 1.507 by beck@openbsd.org · 4 years, 7 months ago
  33. 69e44ba Fix typo: 'you' -> 'your'. by Darren Tucker · 4 years, 7 months ago
  34. 7652a57 Remove auth-skey.c. by Darren Tucker · 4 years, 7 months ago
  35. c593cc5 upstream: the download resident keys option is -K (upper) not -k by jmc@openbsd.org · 4 years, 7 months ago
  36. ff31f15 upstream: what bozo decided to use 2020 as a future date in a regress by djm@openbsd.org · 4 years, 7 months ago
  37. 680eb77 upstream: implement recent SK API change to support resident keys by djm@openbsd.org · 4 years, 7 months ago
  38. 86834fe upstream: Update keygen moduli screen test to match recent command by dtucker@openbsd.org · 4 years, 7 months ago
  39. 9039971 upstream: ability to download FIDO2 resident keys from a token via by djm@openbsd.org · 4 years, 7 months ago
  40. 878ba43 upstream: add sshkey_save_public(), to save a public key; ok by djm@openbsd.org · 4 years, 7 months ago
  41. 3b1382f upstream: simplify the list for moduli options - no need for by jmc@openbsd.org · 4 years, 7 months ago
  42. 0248ec7 ssh-sk-null.cc needs extern "C" {} by Damien Miller · 4 years, 7 months ago
  43. 5ca4b41 add dummy ssh-sk API for linking with fuzzers by Damien Miller · 4 years, 7 months ago
  44. c4b2664 refresh depend by Damien Miller · 4 years, 7 months ago
  45. 3093d12 upstream: Remove the -x option currently used for by djm@openbsd.org · 4 years, 7 months ago
  46. ef65e7d upstream: document SK API changes in PROTOCOL.u2f by djm@openbsd.org · 4 years, 7 months ago
  47. 43ce964 upstream: translate and return error codes; retry on bad PIN by djm@openbsd.org · 4 years, 7 months ago
  48. d433596 upstream: improve some error messages; ok markus@ by djm@openbsd.org · 4 years, 7 months ago
  49. c54cd18 upstream: SK API and sk-helper error/PIN passing by djm@openbsd.org · 4 years, 7 months ago
  50. 79fe22d upstream: implement loading resident keys in ssh-add by djm@openbsd.org · 4 years, 7 months ago
  51. 27753a8 upstream: implement loading of resident keys in ssh-sk-helper by djm@openbsd.org · 4 years, 7 months ago
  52. 14cea36 upstream: resident keys support in SK API by djm@openbsd.org · 4 years, 7 months ago
  53. 2fe05fc upstream: Factor out parsing of struct sk_enroll_response by djm@openbsd.org · 4 years, 7 months ago
  54. 4532bd0 upstream: basic support for generating FIDO2 resident keys by djm@openbsd.org · 4 years, 7 months ago
  55. 3e60d18 upstream: remove single-letter flags for moduli options by djm@openbsd.org · 4 years, 7 months ago
  56. 1e645fe upstream: prepare for use of ssh-keygen -O flag beyond certs by djm@openbsd.org · 4 years, 7 months ago
  57. 20ccd85 upstream: sort -Y internally in the options list, as is already by jmc@openbsd.org · 4 years, 7 months ago
  58. 5b6c954 upstream: in the options list, sort -Y and -y; by jmc@openbsd.org · 4 years, 7 months ago
  59. 141df48 upstream: Replace the term "security key" with "(FIDO) by naddy@openbsd.org · 4 years, 7 months ago
  60. fbd9729 upstream: unit tests for ForwardAgent=/path; from Eric Chiang by djm@openbsd.org · 4 years, 7 months ago
  61. e5b7cf8 upstream: test security key host keys in addition to user keys by djm@openbsd.org · 4 years, 7 months ago
  62. 40be78f upstream: Allow forwarding a different agent socket to the path by djm@openbsd.org · 4 years, 7 months ago
  63. 416f153 upstream: SSH U2F keys can now be used as host keys. Fix a garden by naddy@openbsd.org · 4 years, 7 months ago
  64. 68010ac upstream: Move always unsupported keywords to be grouped with the other by dtucker@openbsd.org · 4 years, 7 months ago
  65. 8784b02 upstream: Remove obsolete opcodes from the configuation enum. by dtucker@openbsd.org · 4 years, 7 months ago
  66. 345be60 upstream: Remove now-obsolete config options from example in by dtucker@openbsd.org · 4 years, 7 months ago
  67. ae024b2 upstream: Document that security key-hosted keys can act as host by naddy@openbsd.org · 4 years, 7 months ago
  68. bc2dc09 upstream: "Forward security" -> "Forward secrecy" since that's the by dtucker@openbsd.org · 4 years, 7 months ago
  69. e905f72 upstream: cut obsolete lists of crypto algorithms from outline of by naddy@openbsd.org · 4 years, 7 months ago
  70. f65cf11 upstream: strdup may return NULL if memory allocation fails. Use by tobhe@openbsd.org · 4 years, 7 months ago
  71. 57634bf upstream: sort sk-* methods behind their plain key methods cousins by djm@openbsd.org · 4 years, 7 months ago
  72. b8df8fe Mac OS X has PAM too. by Darren Tucker · 4 years, 7 months ago
  73. bf8de8b Show portable tarball pattern in example. by Darren Tucker · 4 years, 7 months ago
  74. a19ef61 OpenSSL is now optional. by Darren Tucker · 4 years, 7 months ago
  75. 1a7217a upstream: adapt to ssh-sk-client change by djm@openbsd.org · 4 years, 7 months ago
  76. a7fc1df upstream: it's no longer possible to disable privilege separation by djm@openbsd.org · 4 years, 7 months ago
  77. 3145d38 upstream: don't treat HostKeyAgent=none as a path either; avoids by djm@openbsd.org · 4 years, 7 months ago
  78. 747e251 upstream: do not attempt to find an absolute path for sshd_config by djm@openbsd.org · 4 years, 7 months ago
  79. 9b6e30b upstream: allow ssh-keyscan to find security key hostkeys by djm@openbsd.org · 4 years, 7 months ago
  80. 56584cc upstream: allow security keys to act as host keys as well as user by djm@openbsd.org · 4 years, 7 months ago
  81. 5af6fd5 Allow clock_nanosleep_time64 in seccomp sandbox. by Darren Tucker · 4 years, 7 months ago
  82. fff8ff6 Put SK ECDSA bits inside ifdef OPENSSL_HAS_ECC. by Darren Tucker · 4 years, 7 months ago
  83. 9244990 remove a bunch of ENABLE_SK #ifdefs by Damien Miller · 4 years, 7 months ago
  84. a33ab16 ssh-sk-client.c needs includes.h by Damien Miller · 4 years, 7 months ago
  85. 633778d only link ssh-sk-helper against libfido2 by Damien Miller · 4 years, 7 months ago
  86. 7b47b40 adapt Makefile to ssh-sk-client everywhere by Damien Miller · 4 years, 7 months ago
  87. f45f3a8 fixup by Damien Miller · 4 years, 7 months ago
  88. d214347 upstream: actually commit the ssh-sk-helper client code; ok markus by djm@openbsd.org · 4 years, 7 months ago
  89. 611073f upstream: perform security key enrollment via ssh-sk-helper too. by djm@openbsd.org · 4 years, 7 months ago
  90. 612b1dd upstream: allow sshbuf_put_stringb(buf, NULL); ok markus@ by djm@openbsd.org · 4 years, 7 months ago
  91. b52ec0b upstream: use ssh-sk-helper for all security key signing operations by djm@openbsd.org · 4 years, 7 months ago
  92. c33d468 upstream: add a note about the 'extensions' field in the signed by djm@openbsd.org · 4 years, 7 months ago
  93. a62f4e1 upstream: some more corrections for documentation problems spotted by djm@openbsd.org · 4 years, 7 months ago
  94. 22d4beb upstream: loading security keys into ssh-agent used the extension by djm@openbsd.org · 4 years, 7 months ago
  95. 75f7f22 upstream: add security key types to list of keys allowed to act as by djm@openbsd.org · 4 years, 7 months ago
  96. 516605f upstream: when acting as a CA and using a security key as the CA by djm@openbsd.org · 4 years, 7 months ago
  97. c4036fe upstream: chop some unnecessary and confusing verbiage from the by djm@openbsd.org · 4 years, 7 months ago
  98. 59175a3 upstream: fix setting of $SSH_ASKPASS_PROMPT - it shouldn't be set by djm@openbsd.org · 4 years, 8 months ago
  99. 36eaa35 upstream: bring the __func__ by djm@openbsd.org · 4 years, 8 months ago
  100. 483cc72 upstream: tweak the Nd lines for a bit of consistency; ok markus by jmc@openbsd.org · 4 years, 8 months ago