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-11-21
Remove workaround for broken 'openssl rsa -text' output that
Theo Buehler
2019-11-18
LibreSSL change the format for openssl rsa -text output from
Darren Tucker
2019-11-01
more additional source files
Damien Miller
2019-11-01
additional source files here too
Damien Miller
2019-11-01
adapt to extra sshkey_sign() argument and additional dependencies
Damien Miller
2019-11-01
skip security-key key types for tests until we have a dummy
Damien Miller
2019-10-06
Instead of running sed over the whole log to remove CRs, remove them
Darren Tucker
2019-10-04
more sshsig regress tests: check key revocation, the check-novalidate
Damien Miller
2019-09-27
Test for empty result in expected bits. Remove CRs from log as they
Darren Tucker
2019-09-06
Check for RSA support before using it for the user key, otherwise use
Darren Tucker
2019-09-03
regress test for sshsig; feedback and ok markus@
Damien Miller
2019-09-03
only add plain keys to prevent any certs laying around
Damien Miller
2019-08-30
Use ed25519 for most hostkey rotation tests since it's supported even when
Darren Tucker
2019-08-22
Test did not compile due to missing symbols. Add source sshbuf-misc.c
Alexander Bluhm
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
[next]