1. 2efcf81 Fix -Wunused when compiling PKCS#11 without ECDSA by Damien Miller · 5 years ago
  2. 3c0c657 upstream: allow override of ssh-pkcs11-helper binary via by djm@openbsd.org · 5 years ago
  3. 760ae37 upstream: adapt agent-pkcs11.sh test to softhsm2 and add support by djm@openbsd.org · 5 years ago
  4. b2ce8b3 upstream: add "extra:" target to run some extra tests that are not by djm@openbsd.org · 5 years ago
  5. 6329764 upstream: use ECDSA_SIG_set0() instead of poking signature values into by djm@openbsd.org · 5 years ago
  6. 5de6ac2 remove HAVE_DLOPEN that snuck in by Damien Miller · 5 years ago
  7. e2cb445 conditionalise ECDSA PKCS#11 support by Damien Miller · 5 years ago
  8. fcb1b09 upstream: we use singleton pkcs#11 RSA_METHOD and EC_KEY_METHOD by djm@openbsd.org · 5 years ago
  9. 6529409 upstream: KNF previous; from markus@ by djm@openbsd.org · 5 years ago
  10. 58622a8 upstream: use OpenSSL's RSA reference counting hooks to by djm@openbsd.org · 5 years ago
  11. f118542 upstream: make the PKCS#11 RSA code more like the new PKCS#11 by djm@openbsd.org · 5 years ago
  12. 445cfce upstream: fix leak of ECDSA pkcs11_key objects by djm@openbsd.org · 5 years ago
  13. 8a24675 upstream: use EVP_PKEY_get0_EC_KEY() instead of direct access of by djm@openbsd.org · 5 years ago
  14. 24757c1 upstream: cleanup PKCS#11 ECDSA pubkey loading: the returned by djm@openbsd.org · 5 years ago
  15. 749aef3 upstream: cleanup unnecessary code in ECDSA pkcs#11 signature by djm@openbsd.org · 5 years ago
  16. 0c50992 upstream: cleanup pkcs#11 client code: use sshkey_new in instead by djm@openbsd.org · 5 years ago
  17. 854bd86 upstream: allow override of the pkcs#11 helper binary via by djm@openbsd.org · 5 years ago
  18. 93f0210 upstream: add support for ECDSA keys in PKCS#11 tokens by djm@openbsd.org · 5 years ago
  19. aa22c20 upstream: add option to test whether keys in an agent are usable, by djm@openbsd.org · 5 years ago
  20. a36b0b1 upstream: Fix BN_is_prime_* calls in SSH, the API returns -1 on by tb@openbsd.org · 5 years ago
  21. ec4776b upstream: DH-GEX min value is now specified in RFC8270. ok djm@ by dtucker@openbsd.org · 6 years ago
  22. c90a792 Check for cc before gcc. by Darren Tucker · 5 years ago
  23. 9b655dc last bits of old packet API / active_state global by Damien Miller · 5 years ago
  24. 3f0786b remove PAM dependencies on old packet API by Damien Miller · 6 years ago
  25. 08f66d9 remove vestiges of old packet API from loginrec.c by Damien Miller · 6 years ago
  26. c327813 depend by Damien Miller · 6 years ago
  27. 135e302 upstream: fix error in refactor: use ssh_packet_disconnect() instead of by djm@openbsd.org · 6 years ago
  28. 245c6a0 upstream: remove last traces of old packet API! by djm@openbsd.org · 6 years ago
  29. 04c091f upstream: remove last references to active_state by djm@openbsd.org · 6 years ago
  30. ec00f91 upstream: convert monitor.c to new packet API by djm@openbsd.org · 6 years ago
  31. 6350e03 upstream: convert sshd.c to new packet API by djm@openbsd.org · 6 years ago
  32. a5e2ad8 upstream: convert session.c to new packet API by djm@openbsd.org · 6 years ago
  33. 3a00a92 upstream: convert auth.c to new packet API by djm@openbsd.org · 6 years ago
  34. 7ec5cb4 upstream: convert serverloop.c to new packet API by djm@openbsd.org · 6 years ago
  35. 64c9598 upstream: convert the remainder of sshconnect2.c to new packet by djm@openbsd.org · 6 years ago
  36. bc5e116 upstream: convert the remainder of clientloop.c to new packet API by djm@openbsd.org · 6 years ago
  37. 5ebce13 upstream: convert auth2.c to new packet API by Damien Miller · 6 years ago
  38. 172a592 upstream: convert servconf.c to new packet API by djm@openbsd.org · 6 years ago
  39. 8cc7a67 upstream: convert channels.c to new packet API by djm@openbsd.org · 6 years ago
  40. 0623203 upstream: convert sshconnect.c to new packet API by djm@openbsd.org · 6 years ago
  41. 25b2ed6 upstream: convert ssh.c to new packet API by djm@openbsd.org · 6 years ago
  42. e3128b3 upstream: convert mux.c to new packet API by djm@openbsd.org · 6 years ago
  43. ed1df72 upstream: convert sshconnect2.c to new packet API by djm@openbsd.org · 6 years ago
  44. 23f22a4 upstream: convert clientloop.c to new packet API by djm@openbsd.org · 6 years ago
  45. ad60b11 upstream: allow sshpkt_fatal() to take a varargs format; we'll by djm@openbsd.org · 6 years ago
  46. 0fa174e upstream: begin landing remaining refactoring of packet parsing by djm@openbsd.org · 6 years ago
  47. 4ae7f80 upstream: Print an \r in front of the password prompt so parts of by tb@openbsd.org · 6 years ago
  48. a6258e5 Add minimal fchownat and fchmodat implementations. by Darren Tucker · 6 years ago
  49. 091093d Add a minimal implementation of utimensat(). by Darren Tucker · 6 years ago
  50. 6096440 upstream: regress bits for banner processing refactor (this test was by djm@openbsd.org · 6 years ago
  51. f47d72d upstream: tun_fwd_ifnames variable should b by djm@openbsd.org · 6 years ago
  52. 943d096 upstream: include time.h for time(3)/nanosleep(2); from Ian by djm@openbsd.org · 6 years ago
  53. dbb4dec upstream: many of the global variables in this file can be made static; by djm@openbsd.org · 6 years ago
  54. 60d8c84 upstream: Add "-h" flag to sftp chown/chgrp/chmod commands to by djm@openbsd.org · 6 years ago
  55. dbbc7e0 upstream: add support for a "lsetstat@openssh.com" extension. This by djm@openbsd.org · 6 years ago
  56. 4a52694 upstream: eliminate function-static attempt counters for by djm@openbsd.org · 6 years ago
  57. 8a81834 upstream: fix memory leak of ciphercontext when rekeying; bz#2942 by djm@openbsd.org · 6 years ago
  58. 5bed70a upstream: static on global vars, const on handler tables that contain by djm@openbsd.org · 6 years ago
  59. 007a88b upstream: Request RSA-SHA2 signatures for by djm@openbsd.org · 6 years ago
  60. eb347d0 upstream: ssh_packet_set_state() now frees ssh->kex implicitly, so by djm@openbsd.org · 6 years ago
  61. bb542f0 upstream: remove unused and problematic sudo clean. ok espie by tedu@openbsd.org · 6 years ago
  62. 0a843d9 upstream: move client/server SSH-* banners to buffers under by djm@openbsd.org · 6 years ago
  63. 434b587 upstream: Fix calculation of initial bandwidth limits. Account for by dtucker@openbsd.org · 6 years ago
  64. a6a0788 upstream: only consider the ext-info-c extension during the initial by djm@openbsd.org · 6 years ago
  65. 63bba57 upstream: fix option letter pasto in previous by djm@openbsd.org · 6 years ago
  66. 737e4ed upstream: mention that the ssh-keygen -F (find host in by djm@openbsd.org · 6 years ago
  67. 8a22ffa expose $SSH_CONNECTION in the PAM environment by Damien Miller · 6 years ago
  68. a784fa8 Don't pass loginmsg by address now that it's an sshbuf* by Kevin Adler · 6 years ago
  69. 285310b upstream: no need to allocate channels_pre/channels_post in by djm@openbsd.org · 6 years ago
  70. 87d6cf1 upstream: don't attempt to connect to empty SSH_AUTH_SOCK; bz#293 by djm@openbsd.org · 6 years ago
  71. 91b1919 upstream: don't truncate user or host name in "user@host's by djm@openbsd.org · 6 years ago
  72. dd0cf63 upstream: tweak previous; by jmc@openbsd.org · 6 years ago
  73. 8a85f54 Include stdio.h for FILE if needed. by Darren Tucker · 6 years ago
  74. 16fb23f Reverse order of OpenSSL init functions. by Darren Tucker · 6 years ago
  75. 98f878d Improve OpenSSL_add_all_algorithms check. by Darren Tucker · 6 years ago
  76. 9e34e0c upstream: add a ssh_config "Match final" predicate by djm@openbsd.org · 6 years ago
  77. 4da58d5 upstream: Remove now-unneeded ifdef SIGINFO around handler since it is by dtucker@openbsd.org · 6 years ago
  78. c721d58 Move RANDOM_SEED_SIZE outside ifdef. by Darren Tucker · 6 years ago
  79. deb5155 Resync with OpenBSD by pulling in an ifdef SIGINFO. by Darren Tucker · 6 years ago
  80. 28c7b2c fix configure test for OpenSSL version by Damien Miller · 6 years ago
  81. 42c5ec4 refactor libcrypto initialisation by Damien Miller · 6 years ago
  82. 5b60b6c upstream: Output info on SIGUSR1 as well as by dtucker@openbsd.org · 6 years ago
  83. e4ae345 upstream: Append pid to temp files in /var/run and set a cleanup by dtucker@openbsd.org · 6 years ago
  84. f72d0f5 upstream: UsePrivilegeSeparation no is deprecated by dtucker@openbsd.org · 6 years ago
  85. 35d0e5f upstream: add some knobs: by djm@openbsd.org · 6 years ago
  86. c194129 Resync Makefile.inc with upstream. by Darren Tucker · 6 years ago
  87. 928f123 upstream: silence (to log level debug2) failure messages when by djm@openbsd.org · 6 years ago
  88. 7fca94e upstream: Fix inverted logic for redirecting ProxyCommand stderr to by dtucker@openbsd.org · 6 years ago
  89. ccef7c4 upstream: redirect stderr of ProxyCommands to /dev/null when ssh is by djm@openbsd.org · 6 years ago
  90. 15182fd upstream: make grandparent-parent-child sshbuf chains robust to by djm@openbsd.org · 6 years ago
  91. 2a35862 upstream: use path_absolute() for pathname checks; from Manoj Ampalam by djm@openbsd.org · 6 years ago
  92. d0d1dfa Test for OPENSSL_init_crypto before using. by Darren Tucker · 6 years ago
  93. 6010c03 upstream: disallow empty incoming filename or ones that refer to the by djm@openbsd.org · 6 years ago
  94. aaed635 upstream: fix bug in client that was keeping a redundant ssh-agent by djm@openbsd.org · 6 years ago
  95. e76135e upstream: fix bug in HostbasedAcceptedKeyTypes and by djm@openbsd.org · 6 years ago
  96. 5c1a635 upstream: support a prefix of '@' to suppress echo of sftp batch by djm@openbsd.org · 6 years ago
  97. 90ef45f upstream: fix markup error (missing blank before delimiter); from by schwarze@openbsd.org · 6 years ago
  98. 960e7c6 upstream: typo in error message; caught by Debian lintian, via by djm@openbsd.org · 6 years ago
  99. 81f1620 upstream: correct local variable name; from yawang AT microsoft.com by djm@openbsd.org · 6 years ago
  100. 1293740 upstream: Import new moduli. by dtucker@openbsd.org · 6 years ago