1. d500b59 Check if IP_TOS is defined before using. by Darren Tucker · 4 years, 10 months ago
  2. db8d13f upstream: more additional source files by djm@openbsd.org · 4 years, 10 months ago
  3. f89c5df upstream: additional source files here too by djm@openbsd.org · 4 years, 10 months ago
  4. 02275af upstream: additional source files here too by djm@openbsd.org · 4 years, 10 months ago
  5. dfc8f01 upstream: adapt to extra sshkey_sign() argument and additional by djm@openbsd.org · 4 years, 10 months ago
  6. afa59e2 upstream: skip security-key key types for tests until we have a by djm@openbsd.org · 4 years, 10 months ago
  7. f4fdcd2 Missing unit test files by Damien Miller · 4 years, 10 months ago
  8. 1ba130a add a fuzzer for private key parsing by Damien Miller · 5 years ago
  9. b1e79ea upstream: Instead of running sed over the whole log to remove CRs, by dtucker@openbsd.org · 5 years ago
  10. 643ab68 upstream: more sshsig regress tests: check key revocation, the by djm@openbsd.org · 5 years ago
  11. 0a403bf Add SKIP_LTESTS for skipping specific tests. by Darren Tucker · 5 years ago
  12. 4d59f7a upstream: Test for empty result in expected bits. Remove CRs from log by dtucker@openbsd.org · 5 years ago
  13. 7c817d1 Re-enable dhgex test. by Darren Tucker · 5 years ago
  14. f61f29a make unittests pass for no-openssl case by Damien Miller · 5 years ago
  15. 1268f0b upstream: Check for RSA support before using it for the user key, by dtucker@openbsd.org · 5 years ago
  16. 8b57337 update fuzzing makefile to more recent clang by Damien Miller · 5 years ago
  17. ae631ad fuzzer for sshsig allowed_signers option parsing by Damien Miller · 5 years ago
  18. f4846df Fuzzer harness for sshsig by Damien Miller · 5 years ago
  19. b08a6bc oops; missed including the actual file by Damien Miller · 5 years ago
  20. 6d6427d upstream: regress test for sshsig; feedback and ok markus@ by djm@openbsd.org · 5 years ago
  21. 59650f0 upstream: only add plain keys to prevent any certs laying around by djm@openbsd.org · 5 years ago
  22. e50f808 upstream: Use ed25519 for most hostkey rotation tests since it's by dtucker@openbsd.org · 5 years ago
  23. c4ffb72 upstream: fix some memleaks in test_helper code by djm@openbsd.org · 5 years ago
  24. d31e7c9 upstream: Restrict limit-keytype to types supported by build. This by dtucker@openbsd.org · 5 years ago
  25. 0967a23 Remove override disabling DH-GEX. by Darren Tucker · 5 years ago
  26. 061407e upstream: Only use supported key types during KRL test, preferring by dtucker@openbsd.org · 5 years ago
  27. 47f8ff1 upstream: Switch keys-command test from rsa to ed25519 since it's by dtucker@openbsd.org · 5 years ago
  28. 1e94afd upstream: Make certificate tests work with the supported key by dtucker@openbsd.org · 5 years ago
  29. 26bf693 upstream: Construct list of key types to test based on the types by dtucker@openbsd.org · 5 years ago
  30. 773c55b upstream: Only use DSA key type in tests if binaries support it. by dtucker@openbsd.org · 5 years ago
  31. 159e987 Split test targets further. by Darren Tucker · 5 years ago
  32. 7cdf9fd upstream: Skip DH group generation test if binaries don't support by dtucker@openbsd.org · 5 years ago
  33. 3a3eab8 upstream: Only test conversion of key types supported by the by dtucker@openbsd.org · 5 years ago
  34. 7e66b7d upstream: Only add ssh-dss to allowed key types if it's supported by dtucker@openbsd.org · 5 years ago
  35. 2e6035b Rename valgrind "errors" to "failures". by Darren Tucker · 5 years ago
  36. e82c9bb Skip running sftp-chroot under Valgrind. by Darren Tucker · 5 years ago
  37. 41e22c2 upstream: Remove the sleeps and thus races from the forwarding by dtucker@openbsd.org · 5 years ago
  38. 0423043 upstream: Allow SLEEPTIME to be overridden. by dtucker@openbsd.org · 5 years ago
  39. d466b6a upstream: Move sleep time into a variable so that we can increase by dtucker@openbsd.org · 5 years ago
  40. b4a7c9d upstream: add regression tests for scp for out-of-destination path file by djm@openbsd.org · 5 years ago
  41. 65333f7 Show when skipping valgrind for a test. by Darren Tucker · 5 years ago
  42. fccb7eb Enable connect-privsep test with valgrind. by Darren Tucker · 5 years ago
  43. d742301 Show valgrind results and error counts. by Darren Tucker · 5 years ago
  44. a192021 Fail tests if Valgrind enabled and reports errors. by Darren Tucker · 5 years ago
  45. d1c491e Allow low-priv tests to write to pipe dir. by Darren Tucker · 5 years ago
  46. 8a5bb3e Put valgrind vgdb files to a specific directory. by Darren Tucker · 5 years ago
  47. f8829fe upstream: adapt to sshbuf_dtob64() change by djm@openbsd.org · 5 years ago
  48. 1254fcb upstream: Remove ssh1 files from CLEANFILES since ssh1 no longer by dtucker@openbsd.org · 5 years ago
  49. 9dc81a5 upstream: Update names of host key files in CLEANFILES to match by dtucker@openbsd.org · 5 years ago
  50. 477e2a3 upstream: unit tests for sshbuf_cmp() and sshbuf_find(); ok markus by djm@openbsd.org · 5 years ago
  51. bc551df Clear valgrind-out dir to prevent collisions. by Darren Tucker · 5 years ago
  52. 5db9ba7 Allow agent tests to write to valgrind dir. by Darren Tucker · 5 years ago
  53. 121e48f upstream: unit tests for sshbuf_peek/poke bounds-checked random access by djm@openbsd.org · 5 years ago
  54. e187b1d upstream: Add (recently added) rsa_oldfmt to CLEANFILES. by dtucker@openbsd.org · 5 years ago
  55. 74b541b upstream: Adapt the PuTTY/Conch tests to new key names. by dtucker@openbsd.org · 5 years ago
  56. de08335 upstream: Add a sleep to allow forwards to come up. by dtucker@openbsd.org · 5 years ago
  57. 4d24928 Remove nc stderr redirection to resync w/OpenBSD. by Darren Tucker · 5 years ago
  58. 58ceacd Update README doc to include missing test cases by Jitendra Sharma · 5 years ago
  59. 1dfadb9 upstream: adapt for key shielding API changes (const removal) by djm@openbsd.org · 5 years ago
  60. 99bcbbc upstream: check for convtime() refusing to accept times that by djm@openbsd.org · 5 years ago
  61. e5cccb2 upstream: Add unit tests for user@host and URI parsing. by dtucker@openbsd.org · 5 years ago
  62. 0bb7e38 upstream: Add tests for sshd -T -C with Match. by dtucker@openbsd.org · 5 years ago
  63. 342d6e5 Adjust softhsm2 path on Fedora Linux for regress by Jakub Jelen · 5 years ago
  64. 786cd4c drop old Cygwin considerations by Corinna Vinschen · 5 years ago
  65. 19a0f05 upstream: The test sshd_config in in $OBJ. by dtucker@openbsd.org · 6 years ago
  66. 8fe2544 upstream: Remove leftover debugging. by dtucker@openbsd.org · 6 years ago
  67. e30d323 upstream: Enable ssh-dss for the agent test. Disable it for the by dtucker@openbsd.org · 6 years ago
  68. ffdde46 upstream: Count the number of key types instead of assuming there by dtucker@openbsd.org · 6 years ago
  69. 2a9b3a2 upstream: Generate all key supported key types and enable for keyscan by dtucker@openbsd.org · 6 years ago
  70. 49d8c8e upstream: adapt to changes in KEX APIs and file removals by djm@openbsd.org · 6 years ago
  71. 35ecc53 upstream: adapt to changes in KEX API and file removals by djm@openbsd.org · 6 years ago
  72. 7d69aae upstream: adapt to bignum1 API removal and bignum2 API change by djm@openbsd.org · 6 years ago
  73. beab553 upstream: remove hack to use non-system libcrypto by djm@openbsd.org · 6 years ago
  74. ba58a52 make agent-pkcs11 search harder for softhsm2.so by Damien Miller · 6 years ago
  75. 3c0c657 upstream: allow override of ssh-pkcs11-helper binary via by djm@openbsd.org · 6 years ago
  76. 760ae37 upstream: adapt agent-pkcs11.sh test to softhsm2 and add support by djm@openbsd.org · 6 years ago
  77. b2ce8b3 upstream: add "extra:" target to run some extra tests that are not by djm@openbsd.org · 6 years ago
  78. 9b655dc last bits of old packet API / active_state global by Damien Miller · 6 years ago
  79. 6096440 upstream: regress bits for banner processing refactor (this test was by djm@openbsd.org · 6 years ago
  80. eb347d0 upstream: ssh_packet_set_state() now frees ssh->kex implicitly, so by djm@openbsd.org · 6 years ago
  81. bb542f0 upstream: remove unused and problematic sudo clean. ok espie by tedu@openbsd.org · 6 years ago
  82. 4da58d5 upstream: Remove now-unneeded ifdef SIGINFO around handler since it is by dtucker@openbsd.org · 6 years ago
  83. deb5155 Resync with OpenBSD by pulling in an ifdef SIGINFO. by Darren Tucker · 6 years ago
  84. 42c5ec4 refactor libcrypto initialisation by Damien Miller · 6 years ago
  85. 5b60b6c upstream: Output info on SIGUSR1 as well as by dtucker@openbsd.org · 6 years ago
  86. e4ae345 upstream: Append pid to temp files in /var/run and set a cleanup by dtucker@openbsd.org · 6 years ago
  87. f72d0f5 upstream: UsePrivilegeSeparation no is deprecated by dtucker@openbsd.org · 6 years ago
  88. 35d0e5f upstream: add some knobs: by djm@openbsd.org · 6 years ago
  89. c194129 Resync Makefile.inc with upstream. by Darren Tucker · 6 years ago
  90. 4488ae1 really add source for authopt_fuzz this time by Damien Miller · 6 years ago
  91. 9201784 remove accidentally checked-in authopt_fuzz binary by Damien Miller · 6 years ago
  92. 6bc5a24 fuzzer harness for authorized_keys option parsing by Damien Miller · 6 years ago
  93. 0aa1f23 allow SIGUSR1 as synonym for SIGINFO by Damien Miller · 6 years ago
  94. d64e785 add compat header by Damien Miller · 6 years ago
  95. a3fd807 upstream: missed a bit of openssl-1.0.x API in this unittest by djm@openbsd.org · 6 years ago
  96. 86e0a9f upstream: use only openssl-1.1.x API here too by djm@openbsd.org · 6 years ago
  97. 8611295 forgot to stage these test files in commit d70d061 by Damien Miller · 6 years ago
  98. d70d061 upstream: Include certs with multiple RSA signature variants in by djm@openbsd.org · 6 years ago
  99. f803b26 upstream: test revocation by explicit hash and by fingerprint by djm@openbsd.org · 6 years ago
  100. 2de78bc upstream: s/sshkey_demote/sshkey_from_private/g by djm@openbsd.org · 6 years ago