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