summaryrefslogtreecommitdiff
path: root/regress/unittests/kex/test_kex.c
AgeCommit message (Expand)Author
2019-09-08make unittests pass for no-openssl caseDamien Miller
2019-01-21upstream: adapt to changes in KEX API and file removalsdjm@openbsd.org
2019-01-20last bits of old packet API / active_state globalDamien Miller
2018-12-27upstream: ssh_packet_set_state() now frees ssh->kex implicitly, sodjm@openbsd.org
2015-07-15upstream commitmarkus@openbsd.org
2015-02-25Restrict ECDSA and ECDH tests.Darren Tucker
2015-02-24include includes.h to avoid build failure on AIXDamien Miller
2015-02-24Wrap stdint.h includes in HAVE_STDINT_H.Darren Tucker
2015-01-27these need active_state defined to link on OSXDamien Miller
2015-01-20fix kex testDamien Miller
2015-01-20upstream commitmarkus@openbsd.org