1. 6bff952 upstream: directly support U2F/FIDO2 security keys in OpenSSH by by djm@openbsd.org · 4 years, 10 months ago
  2. e44bb61 upstream: security keys typically need to be tapped/touched in by djm@openbsd.org · 4 years, 10 months ago
  3. 782093e Remove leftover if statement from sync. by Darren Tucker · 4 years, 10 months ago
  4. 2c55744 upstream: enable ed25519 support; ok djm by markus@openbsd.org · 4 years, 10 months ago
  5. aa1c9e3 upstream: duplicate 'x' character in getopt(3) optstring by djm@openbsd.org · 4 years, 10 months ago
  6. aa4c640 upstream: Fill in missing man page bits for U2F security key support: by naddy@openbsd.org · 4 years, 10 months ago
  7. 764d51e autoconf pieces for U2F support by Damien Miller · 4 years, 10 months ago
  8. b923a90 upstream: fix -Wshadow warning by djm@openbsd.org · 4 years, 10 months ago
  9. 9a14c64 upstream: Refactor signing - use sshkey_sign for everything, by djm@openbsd.org · 4 years, 10 months ago
  10. 23f38c2 upstream: ssh-keygen support for generating U2F/FIDO keys by djm@openbsd.org · 4 years, 10 months ago
  11. 6500c3b upstream: free buf before return; reported by krishnaiah bommu by djm@openbsd.org · 4 years, 11 months ago
  12. cfc1897 wrap stdint.h include in HAVE_STDINT_H by Damien Miller · 5 years ago
  13. 6918974 upstream: use a more common options order in SYNOPSIS and sync by jmc@openbsd.org · 5 years ago
  14. feff96b upstream: thinko in previous; spotted by Mantas by djm@openbsd.org · 5 years ago
  15. dc6f81e upstream: ban empty namespace strings for s by djm@openbsd.org · 5 years ago
  16. 6c91d42 upstream: group and sort single letter options; ok deraadt by jmc@openbsd.org · 5 years ago
  17. 3e53ef2 upstream: identity_file[] should be PATH_MAX, not the arbitrary by deraadt@openbsd.org · 5 years ago
  18. 8aa2aa3 upstream: Allow testing signature syntax and validity without verifying by djm@openbsd.org · 5 years ago
  19. c8bdd2d upstream: key conversion should fail for !openssl builds, not fall by djm@openbsd.org · 5 years ago
  20. 670104b upstream: fixes for !WITH_OPENSSL compilation; ok dtucker@ by djm@openbsd.org · 5 years ago
  21. be02d7c upstream: lots of things were relying on libcrypto headers to by djm@openbsd.org · 5 years ago
  22. 0f44e59 upstream: repair typo and editing mishap by naddy@openbsd.org · 5 years ago
  23. d637c4a upstream: sshsig tweaks and improvements from and suggested by by djm@openbsd.org · 5 years ago
  24. 2a9c9f7 upstream: sshsig: lightweight signature and verification ability by djm@openbsd.org · 5 years ago
  25. 85443f1 upstream: factor out confirm_overwrite(); ok markus@ by djm@openbsd.org · 5 years ago
  26. 9a396e3 upstream: constify an argument by djm@openbsd.org · 5 years ago
  27. 0713322 upstream: print comment when printing pubkey from private by djm@openbsd.org · 5 years ago
  28. 7afc45c upstream: Allow the maximimum uint32 value for the argument passed to by dtucker@openbsd.org · 5 years ago
  29. c31e4f5 upstream: Many key types are supported now, so take care to check by naddy@openbsd.org · 5 years ago
  30. bca0582 upstream: Accept the verbose flag when searching for host keys in known by djm@openbsd.org · 5 years ago
  31. 16dd8b2 upstream: remove mostly vestigal uuencode.[ch]; moving the only unique by djm@openbsd.org · 5 years ago
  32. eb0d8e7 upstream: support PKCS8 as an optional format for storage of by djm@openbsd.org · 5 years ago
  33. cec9ee5 upstream: revert header removal that snuck into previous by djm@openbsd.org · 5 years ago
  34. 569b650 upstream: add a local implementation of BSD realpath() for by djm@openbsd.org · 5 years ago
  35. 4d28fa7 upstream: When system calls indicate an error they return -1, not by deraadt@openbsd.org · 5 years ago
  36. 4f7a56d upstream: Add protection for private keys at rest in RAM against by djm@openbsd.org · 5 years ago
  37. 0323d9b upstream: Replace calls to ssh_malloc_init() by a static init of by otto@openbsd.org · 5 years ago
  38. 410b231 upstream: Make the standard output messages of both methods of by lum@openbsd.org · 5 years ago
  39. 26e0cef upstream: Expand comment to document rationale for default key by dtucker@openbsd.org · 5 years ago
  40. f47269e upstream: Increase the default RSA key size to 3072 bits. Based on by dtucker@openbsd.org · 5 years ago
  41. a8c807f upstream: ssh-keygen -D pkcs11.so needs to initialize pkcs11 by benno@openbsd.org · 6 years ago
  42. be06394 upstream: allow auto-incrementing certificate serial number for certs by djm@openbsd.org · 6 years ago
  43. 851f803 upstream: move a bunch of global flag variables to main(); make the by djm@openbsd.org · 6 years ago
  44. f99ef8d upstream: add -m to usage(); reminded by jmc@ by djm@openbsd.org · 6 years ago
  45. 42c5ec4 refactor libcrypto initialisation by Damien Miller · 6 years ago
  46. 9b47b08 Fix error message w/out nistp521. by Manoj Ampalam · 6 years ago
  47. a4fc253 upstream: when printing certificate contents "ssh-keygen -Lf by djm@openbsd.org · 6 years ago
  48. 6da046f upstream: garbage-collect moribund ssh_new_private() API. by djm@openbsd.org · 6 years ago
  49. 482d23b upstream: hold our collective noses and use the openssl-1.1.x API in by djm@openbsd.org · 6 years ago
  50. 9405c62 upstream: allow key revocation by SHA256 hash and allow ssh-keygen by djm@openbsd.org · 6 years ago
  51. ed7bd5d upstream: Use new private key format by default. This format is by djm@openbsd.org · 6 years ago
  52. 4d3b2f3 missing headers by Damien Miller · 6 years ago
  53. 49f47e6 upstream: replace cast with call to sshbuf_mutable_ptr(); ok djm@ by markus@openbsd.org · 6 years ago
  54. 7f90635 upstream: switch config file parsing to getline(3) as this avoids by markus@openbsd.org · 6 years ago
  55. 01b048c upstream: whitespace by djm@openbsd.org · 6 years ago
  56. 3e088aa upstream: return correct exit code when searching for and hashing by djm@openbsd.org · 6 years ago
  57. bf0fbf2 upstream: add valid-before="[time]" authorized_keys option. A by djm@openbsd.org · 6 years ago
  58. 1b11ea7 upstream: Add experimental support for PQC XMSS keys (Extended by markus@openbsd.org · 7 years ago
  59. ca61324 upstream commit by djm@openbsd.org · 7 years ago
  60. b56ac06 upstream commit by djm@openbsd.org · 7 years ago
  61. 94ec2b6 upstream commit by jsing@openbsd.org · 7 years ago
  62. 04c7e28 upstream commit by djm@openbsd.org · 7 years ago
  63. d52131a upstream commit by djm@openbsd.org@openbsd.org · 7 years ago
  64. 853edbe upstream commit by djm@openbsd.org · 7 years ago
  65. 83fa3a0 upstream commit by djm@openbsd.org · 7 years ago
  66. a98339e upstream commit by djm@openbsd.org · 7 years ago
  67. 7da5df1 upstream commit by markus@openbsd.org · 7 years ago
  68. bd636f4 upstream commit by djm@openbsd.org · 7 years ago
  69. 873d3e7 upstream commit by djm@openbsd.org · 7 years ago
  70. 56912de upstream commit by djm@openbsd.org · 7 years ago
  71. 249516e upstream commit by djm@openbsd.org · 7 years ago
  72. db25972 upstream commit by djm@openbsd.org · 7 years ago
  73. 1850115 upstream commit by dtucker@openbsd.org · 7 years ago
  74. d072370 upstream commit by dtucker@openbsd.org · 7 years ago
  75. 12d3767 upstream commit by djm@openbsd.org · 8 years ago
  76. 3baa4cd upstream commit by dtucker@openbsd.org · 8 years ago
  77. a287c5a upstream commit by djm@openbsd.org · 8 years ago
  78. e40269b upstream commit by millert@openbsd.org · 8 years ago
  79. 7050896 Resync ssh-keygen -W error message with upstream. by Darren Tucker · 8 years ago
  80. 43cceff Move ssh-keygen -W handling code to match upstream by Darren Tucker · 8 years ago
  81. af48d54 Move ssh-keygen -T handling code to match upstream. by Darren Tucker · 8 years ago
  82. d8c3cfb Move -M handling code to match upstream. by Darren Tucker · 8 years ago
  83. 7b63cf6 upstream commit by dtucker@openbsd.org · 8 years ago
  84. 11e5e64 upstream commit by dtucker@openbsd.org · 8 years ago
  85. 0bb2980 Restore ssh-keygen's -J and -j option handling. by Darren Tucker · 8 years ago
  86. 57464e3 upstream commit by djm@openbsd.org · 8 years ago
  87. 1a31d02 upstream commit by djm@openbsd.org · 8 years ago
  88. ffb1e7e upstream commit by dtucker@openbsd.org · 9 years ago
  89. cce6a36 upstream commit by djm@openbsd.org · 9 years ago
  90. 89540b6 upstream commit by mmcc@openbsd.org · 9 years ago
  91. 76c9fbb upstream commit by markus@openbsd.org · 9 years ago
  92. 6da413c upstream commit by deraadt@openbsd.org · 9 years ago
  93. 4d90625 upstream commit by halex@openbsd.org · 9 years ago
  94. 964ab3e upstream commit by djm@openbsd.org · 9 years ago
  95. 499cf36 upstream commit by djm@openbsd.org · 9 years ago
  96. bcb7bc7 upstream commit by djm@openbsd.org · 9 years ago
  97. c56a255 upstream commit by djm@openbsd.org · 9 years ago
  98. 94bc0b7 upstream commit by djm@openbsd.org · 9 years ago
  99. c837643 upstream commit by djm@openbsd.org · 9 years ago
  100. 933935c upstream commit by djm@openbsd.org · 9 years ago