index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
regress
/
usr.bin
/
ssh
Age
Commit message (
Expand
)
Author
2019-08-02
fix some memleaks in test_helper code
Damien Miller
2019-07-26
Restrict limit-keytype to types supported by build. This means we have
Darren Tucker
2019-07-25
Only use supported key types during KRL test, preferring ed25519 since
Darren Tucker
2019-07-25
Switch keys-command test from rsa to ed25519 since it's supported for
Darren Tucker
2019-07-25
Make certificate tests work with the supported key algorithms. Allows
Darren Tucker
2019-07-23
Construct list of key types to test based on the types supported by the
Darren Tucker
2019-07-23
Only use DSA key type in tests if binaries support it.
Darren Tucker
2019-07-23
Skip DH group generation test if binaries don't support DH-GEX.
Darren Tucker
2019-07-23
Only test conversion of key types supported by the binaries.
Darren Tucker
2019-07-23
Only add ssh-dss to allowed key types if it's supported by the binary.
Darren Tucker
2019-07-20
Remove the sleeps and thus races from the forwarding test. They were
Darren Tucker
2019-07-20
Allow SLEEPTIME to be overridden.
Darren Tucker
2019-07-20
Move sleep time into a variable so that we can increase it for platforms
Darren Tucker
2019-07-19
add regression tests for scp for out-of-destination path file creation
Damien Miller
2019-07-16
adapt to sshbuf_dtob64() change
Damien Miller
2019-07-16
Remove ssh1 files from CLEANFILES since ssh1 no longer supported.
Darren Tucker
2019-07-16
Update names of host key files in CLEANFILES to match recent changes to
Darren Tucker
2019-07-15
unit tests for sshbuf_cmp() and sshbuf_find(); ok markus
Damien Miller
2019-07-14
unit tests for sshbuf_peek/poke bounds-checked random access
Damien Miller
2019-07-05
Add (recently added) rsa_oldfmt to CLEANFILES.
Darren Tucker
2019-07-05
Adapt the PuTTY/Conch tests to new key names.
Darren Tucker
2019-07-05
Add a sleep to allow forwards to come up.
Darren Tucker
2019-06-21
adapt for key shielding API changes (const removal)
Damien Miller
2019-06-14
check for convtime() refusing to accept times that resolve to LONG_MAX
Damien Miller
2019-04-28
Add unit tests for user@host and URI parsing.
Darren Tucker
2019-04-18
Add tests for sshd -T -C with Match.
Darren Tucker
2019-01-28
The test sshd_config in in $OBJ.
Darren Tucker
2019-01-28
Remove leftover debugging.
Darren Tucker
2019-01-28
Enable ssh-dss for the agent test. Disable it for the certificate
Darren Tucker
2019-01-28
Count the number of key types instead of assuming there are only two.
Darren Tucker
2019-01-27
Generate all key supported key types and enable for keyscan test.
Darren Tucker
2019-01-21
adapt to changes in KEX APIs and file removals
Damien Miller
2019-01-21
adapt to changes in KEX API and file removals
Damien Miller
2019-01-21
adapt to bignum1 API removal and bignum2 API change
Damien Miller
2019-01-21
remove hack to use non-system libcrypto
Damien Miller
2019-01-20
allow override of ssh-pkcs11-helper binary via $TEST_SSH_SSHPKCS11HELPER
Damien Miller
2019-01-20
adapt agent-pkcs11.sh test to softhsm2 and add support for ECDSA keys
Damien Miller
2019-01-20
add "extra:" target to run some extra tests that are not enabled by
Damien Miller
2019-01-01
regress bits for banner processing refactor (this test was depending
Damien Miller
2018-12-27
ssh_packet_set_state() now frees ssh->kex implicitly, so don't
Damien Miller
2018-12-15
remove unused and problematic sudo clean. ok espie
Ted Unangst
2018-11-23
Remove now-unneeded ifdef SIGINFO around handler since it is now always
Darren Tucker
2018-11-22
Output info on SIGUSR1 as well as SIGINFO to resync with portable.
Darren Tucker
2018-11-22
Append pid to temp files in /var/run and set a cleanup trap for them.
Darren Tucker
2018-10-31
UsePrivilegeSeparation no is deprecated, test "yes" and "sandbox".
Darren Tucker
2018-10-17
add some knobs:
Damien Miller
2018-09-13
missed a bit of openssl-1.0.x API in this unittest
Damien Miller
2018-09-13
use only openssl-1.1.x API here too
Damien Miller
2018-09-12
Include certs with multiple RSA signature variants in test data
Damien Miller
2018-09-12
test revocation by explicit hash and by fingerprint
Damien Miller
[next]