Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
openssh
/
5e3abff39e01817f6866494416f2ada25c316018
/
regress
fa79240
Wrap ECC specific bits in ifdef.
by Darren Tucker
· 5 years ago
37f5b53
includes.h for sk-dummy.c, dummy
by Damien Miller
· 5 years ago
ef3853b
another attempt at sk-dummy.so working x-platform
by Damien Miller
· 5 years ago
d46ac56
upstream: lots of dependencies go away here with ed25519 no longer
by djm@openbsd.org
· 5 years ago
ad44ca8
upstream: test FIDO2/U2F key types; ok markus@
by djm@openbsd.org
· 5 years ago
c6efa8a
upstream: add dummy security key middleware based on work by
by djm@openbsd.org
· 5 years ago
9281d43
unbreak fuzzers for recent security key changes
by Damien Miller
· 5 years ago
c5f1cc9
upstream: unbreak tests for recent security key changes
by djm@openbsd.org
· 5 years ago
6498826
upstream: unbreak after security key support landed
by djm@openbsd.org
· 5 years ago
e65e25c
upstream: Remove workaround for broken 'openssl rsa -text' output
by tb@openbsd.org
· 5 years ago
64f56f1
upstream: LibreSSL change the format for openssl rsa -text output from
by dtucker@openbsd.org
· 5 years ago
d500b59
Check if IP_TOS is defined before using.
by Darren Tucker
· 5 years ago
db8d13f
upstream: more additional source files
by djm@openbsd.org
· 5 years ago
f89c5df
upstream: additional source files here too
by djm@openbsd.org
· 5 years ago
02275af
upstream: additional source files here too
by djm@openbsd.org
· 5 years ago
dfc8f01
upstream: adapt to extra sshkey_sign() argument and additional
by djm@openbsd.org
· 5 years ago
afa59e2
upstream: skip security-key key types for tests until we have a
by djm@openbsd.org
· 5 years ago
f4fdcd2
Missing unit test files
by Damien Miller
· 5 years ago
1ba130a
add a fuzzer for private key parsing
by Damien Miller
· 5 years ago
b1e79ea
upstream: Instead of running sed over the whole log to remove CRs,
by dtucker@openbsd.org
· 5 years ago
643ab68
upstream: more sshsig regress tests: check key revocation, the
by djm@openbsd.org
· 5 years ago
0a403bf
Add SKIP_LTESTS for skipping specific tests.
by Darren Tucker
· 5 years ago
4d59f7a
upstream: Test for empty result in expected bits. Remove CRs from log
by dtucker@openbsd.org
· 5 years ago
7c817d1
Re-enable dhgex test.
by Darren Tucker
· 5 years ago
f61f29a
make unittests pass for no-openssl case
by Damien Miller
· 5 years ago
1268f0b
upstream: Check for RSA support before using it for the user key,
by dtucker@openbsd.org
· 5 years ago
8b57337
update fuzzing makefile to more recent clang
by Damien Miller
· 5 years ago
ae631ad
fuzzer for sshsig allowed_signers option parsing
by Damien Miller
· 5 years ago
f4846df
Fuzzer harness for sshsig
by Damien Miller
· 5 years ago
b08a6bc
oops; missed including the actual file
by Damien Miller
· 5 years ago
6d6427d
upstream: regress test for sshsig; feedback and ok markus@
by djm@openbsd.org
· 5 years ago
59650f0
upstream: only add plain keys to prevent any certs laying around
by djm@openbsd.org
· 5 years ago
e50f808
upstream: Use ed25519 for most hostkey rotation tests since it's
by dtucker@openbsd.org
· 5 years ago
c4ffb72
upstream: fix some memleaks in test_helper code
by djm@openbsd.org
· 5 years ago
d31e7c9
upstream: Restrict limit-keytype to types supported by build. This
by dtucker@openbsd.org
· 5 years ago
0967a23
Remove override disabling DH-GEX.
by Darren Tucker
· 5 years ago
061407e
upstream: Only use supported key types during KRL test, preferring
by dtucker@openbsd.org
· 5 years ago
47f8ff1
upstream: Switch keys-command test from rsa to ed25519 since it's
by dtucker@openbsd.org
· 5 years ago
1e94afd
upstream: Make certificate tests work with the supported key
by dtucker@openbsd.org
· 5 years ago
26bf693
upstream: Construct list of key types to test based on the types
by dtucker@openbsd.org
· 5 years ago
773c55b
upstream: Only use DSA key type in tests if binaries support it.
by dtucker@openbsd.org
· 5 years ago
159e987
Split test targets further.
by Darren Tucker
· 5 years ago
7cdf9fd
upstream: Skip DH group generation test if binaries don't support
by dtucker@openbsd.org
· 5 years ago
3a3eab8
upstream: Only test conversion of key types supported by the
by dtucker@openbsd.org
· 5 years ago
7e66b7d
upstream: Only add ssh-dss to allowed key types if it's supported
by dtucker@openbsd.org
· 5 years ago
2e6035b
Rename valgrind "errors" to "failures".
by Darren Tucker
· 5 years ago
e82c9bb
Skip running sftp-chroot under Valgrind.
by Darren Tucker
· 5 years ago
41e22c2
upstream: Remove the sleeps and thus races from the forwarding
by dtucker@openbsd.org
· 5 years ago
0423043
upstream: Allow SLEEPTIME to be overridden.
by dtucker@openbsd.org
· 5 years ago
d466b6a
upstream: Move sleep time into a variable so that we can increase
by dtucker@openbsd.org
· 5 years ago
b4a7c9d
upstream: add regression tests for scp for out-of-destination path file
by djm@openbsd.org
· 5 years ago
65333f7
Show when skipping valgrind for a test.
by Darren Tucker
· 5 years ago
fccb7eb
Enable connect-privsep test with valgrind.
by Darren Tucker
· 5 years ago
d742301
Show valgrind results and error counts.
by Darren Tucker
· 5 years ago
a192021
Fail tests if Valgrind enabled and reports errors.
by Darren Tucker
· 5 years ago
d1c491e
Allow low-priv tests to write to pipe dir.
by Darren Tucker
· 5 years ago
8a5bb3e
Put valgrind vgdb files to a specific directory.
by Darren Tucker
· 5 years ago
f8829fe
upstream: adapt to sshbuf_dtob64() change
by djm@openbsd.org
· 5 years ago
1254fcb
upstream: Remove ssh1 files from CLEANFILES since ssh1 no longer
by dtucker@openbsd.org
· 5 years ago
9dc81a5
upstream: Update names of host key files in CLEANFILES to match
by dtucker@openbsd.org
· 5 years ago
477e2a3
upstream: unit tests for sshbuf_cmp() and sshbuf_find(); ok markus
by djm@openbsd.org
· 5 years ago
bc551df
Clear valgrind-out dir to prevent collisions.
by Darren Tucker
· 5 years ago
5db9ba7
Allow agent tests to write to valgrind dir.
by Darren Tucker
· 5 years ago
121e48f
upstream: unit tests for sshbuf_peek/poke bounds-checked random access
by djm@openbsd.org
· 5 years ago
e187b1d
upstream: Add (recently added) rsa_oldfmt to CLEANFILES.
by dtucker@openbsd.org
· 5 years ago
74b541b
upstream: Adapt the PuTTY/Conch tests to new key names.
by dtucker@openbsd.org
· 5 years ago
de08335
upstream: Add a sleep to allow forwards to come up.
by dtucker@openbsd.org
· 5 years ago
4d24928
Remove nc stderr redirection to resync w/OpenBSD.
by Darren Tucker
· 5 years ago
58ceacd
Update README doc to include missing test cases
by Jitendra Sharma
· 5 years ago
1dfadb9
upstream: adapt for key shielding API changes (const removal)
by djm@openbsd.org
· 5 years ago
99bcbbc
upstream: check for convtime() refusing to accept times that
by djm@openbsd.org
· 5 years ago
e5cccb2
upstream: Add unit tests for user@host and URI parsing.
by dtucker@openbsd.org
· 6 years ago
0bb7e38
upstream: Add tests for sshd -T -C with Match.
by dtucker@openbsd.org
· 6 years ago
342d6e5
Adjust softhsm2 path on Fedora Linux for regress
by Jakub Jelen
· 6 years ago
786cd4c
drop old Cygwin considerations
by Corinna Vinschen
· 6 years ago
19a0f05
upstream: The test sshd_config in in $OBJ.
by dtucker@openbsd.org
· 6 years ago
8fe2544
upstream: Remove leftover debugging.
by dtucker@openbsd.org
· 6 years ago
e30d323
upstream: Enable ssh-dss for the agent test. Disable it for the
by dtucker@openbsd.org
· 6 years ago
ffdde46
upstream: Count the number of key types instead of assuming there
by dtucker@openbsd.org
· 6 years ago
2a9b3a2
upstream: Generate all key supported key types and enable for keyscan
by dtucker@openbsd.org
· 6 years ago
49d8c8e
upstream: adapt to changes in KEX APIs and file removals
by djm@openbsd.org
· 6 years ago
35ecc53
upstream: adapt to changes in KEX API and file removals
by djm@openbsd.org
· 6 years ago
7d69aae
upstream: adapt to bignum1 API removal and bignum2 API change
by djm@openbsd.org
· 6 years ago
beab553
upstream: remove hack to use non-system libcrypto
by djm@openbsd.org
· 6 years ago
ba58a52
make agent-pkcs11 search harder for softhsm2.so
by Damien Miller
· 6 years ago
3c0c657
upstream: allow override of ssh-pkcs11-helper binary via
by djm@openbsd.org
· 6 years ago
760ae37
upstream: adapt agent-pkcs11.sh test to softhsm2 and add support
by djm@openbsd.org
· 6 years ago
b2ce8b3
upstream: add "extra:" target to run some extra tests that are not
by djm@openbsd.org
· 6 years ago
9b655dc
last bits of old packet API / active_state global
by Damien Miller
· 6 years ago
6096440
upstream: regress bits for banner processing refactor (this test was
by djm@openbsd.org
· 6 years ago
eb347d0
upstream: ssh_packet_set_state() now frees ssh->kex implicitly, so
by djm@openbsd.org
· 6 years ago
bb542f0
upstream: remove unused and problematic sudo clean. ok espie
by tedu@openbsd.org
· 6 years ago
4da58d5
upstream: Remove now-unneeded ifdef SIGINFO around handler since it is
by dtucker@openbsd.org
· 6 years ago
deb5155
Resync with OpenBSD by pulling in an ifdef SIGINFO.
by Darren Tucker
· 6 years ago
42c5ec4
refactor libcrypto initialisation
by Damien Miller
· 6 years ago
5b60b6c
upstream: Output info on SIGUSR1 as well as
by dtucker@openbsd.org
· 6 years ago
e4ae345
upstream: Append pid to temp files in /var/run and set a cleanup
by dtucker@openbsd.org
· 6 years ago
f72d0f5
upstream: UsePrivilegeSeparation no is deprecated
by dtucker@openbsd.org
· 6 years ago
35d0e5f
upstream: add some knobs:
by djm@openbsd.org
· 6 years ago
c194129
Resync Makefile.inc with upstream.
by Darren Tucker
· 6 years ago
Next »