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-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
2018-09-12
s/sshkey_demote/sshkey_from_private/g
Damien Miller
2018-08-10
The script that cooks up PuTTY format host keys does not understand
Darren Tucker
2018-07-16
memleak in unittest; found by valgrind
Damien Miller
2018-07-13
make this use ssh_proxy rather than starting/stopping a daemon for
Damien Miller
2018-07-13
fix leaks in unit test; with this, all unit tests are leak free
Damien Miller
2018-07-04
deal with API rename: match_filter_list() => match_filter_blacklist()
Damien Miller
2018-07-04
exercise new expansion behaviour of PubkeyAcceptedKeyTypes and, by
Damien Miller
2018-07-03
add a comment that could have saved me 45 minutes of wild goose chasing
Damien Miller
2018-07-03
some magic for RSA-SHA2 checks
Damien Miller
2018-07-02
One ampersand is enough to backgroud an process. OpenBSD doesn't seem
Darren Tucker
2018-06-19
test PermitListen with bare port numbers
Damien Miller
2018-06-07
test the correct configuration option name
Damien Miller
2018-06-07
permitlisten/PermitListen unit test from Markus
Damien Miller
2018-06-06
regress test for PermitOpen
Damien Miller
[next]