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