Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-21 | upstream: adapt to changes in KEX API and file removals | djm@openbsd.org | |
OpenBSD-Regress-ID: 92cad022d3b0d11e08f3e0055d6a14b8f994c0d7 | |||
2019-01-20 | last bits of old packet API / active_state global | Damien Miller | |
2018-12-27 | upstream: ssh_packet_set_state() now frees ssh->kex implicitly, so | djm@openbsd.org | |
don't do explicit kex_free() beforehand OpenBSD-Regress-ID: f2f73bad47f62a2040ccba0a72cadcb12eda49cf | |||
2015-07-15 | upstream commit | markus@openbsd.org | |
Adapt tests, now that DSA if off by default; use PubkeyAcceptedKeyTypes and PubkeyAcceptedKeyTypes to test DSA. Upstream-Regress-ID: 0ff2a3ff5ac1ce5f92321d27aa07b98656efcc5c | |||
2015-02-25 | Restrict ECDSA and ECDH tests. | Darren Tucker | |
ifdef out some more ECDSA and ECDH tests when built against an OpenSSL that does not have eliptic curve functionality. | |||
2015-02-24 | include includes.h to avoid build failure on AIX | Damien Miller | |
2015-02-24 | Wrap stdint.h includes in HAVE_STDINT_H. | Darren Tucker | |
2015-01-27 | these need active_state defined to link on OSX | Damien Miller | |
temporary measure until active_state goes away entirely | |||
2015-01-20 | fix kex test | Damien Miller | |
2015-01-20 | upstream commit | markus@openbsd.org | |
add kex unit tests |