summaryrefslogtreecommitdiff
path: root/regress/unittests
AgeCommit message (Expand)Author
2020-05-04upstream: sure enough, some of the test data that we though were indjm@openbsd.org
2020-05-04upstream: make mktestdata.sh generate old/new format keys that wedjm@openbsd.org
2020-05-04upstream: portability fix for sed that always emil a newline evendjm@openbsd.org
2020-05-04upstream: remove obsolete RSA1 test keys; spotted by Michael Forneydjm@openbsd.org
2020-04-10upstream: Add utf8.c for asmprintf used by krl.cdtucker@openbsd.org
2020-01-28upstream: unbreak unittests for recent API / source file changesdjm@openbsd.org
2020-01-26upstream: unbreak unittests for recent API / source file changesdjm@openbsd.org
2019-11-25upstream: unbreak tests for recent security key changesdjm@openbsd.org
2019-11-01upstream: more additional source filesdjm@openbsd.org
2019-11-01upstream: additional source files here toodjm@openbsd.org
2019-11-01upstream: additional source files here toodjm@openbsd.org
2019-11-01upstream: adapt to extra sshkey_sign() argument and additionaldjm@openbsd.org
2019-11-01Missing unit test filesDamien Miller
2019-09-08make unittests pass for no-openssl caseDamien Miller
2019-08-02upstream: fix some memleaks in test_helper codedjm@openbsd.org
2019-07-17upstream: adapt to sshbuf_dtob64() changedjm@openbsd.org
2019-07-15upstream: unit tests for sshbuf_cmp() and sshbuf_find(); ok markusdjm@openbsd.org
2019-07-15upstream: unit tests for sshbuf_peek/poke bounds-checked random accessdjm@openbsd.org
2019-06-21upstream: adapt for key shielding API changes (const removal)djm@openbsd.org
2019-06-19upstream: check for convtime() refusing to accept times thatdjm@openbsd.org
2019-06-19upstream: Add unit tests for user@host and URI parsing.dtucker@openbsd.org
2019-01-21upstream: adapt to changes in KEX API and file removalsdjm@openbsd.org
2019-01-21upstream: adapt to bignum1 API removal and bignum2 API changedjm@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
2018-11-23upstream: Remove now-unneeded ifdef SIGINFO around handler since it isdtucker@openbsd.org
2018-11-23Resync with OpenBSD by pulling in an ifdef SIGINFO.Darren Tucker
2018-11-23refactor libcrypto initialisationDamien Miller
2018-11-22upstream: Output info on SIGUSR1 as well asdtucker@openbsd.org
2018-11-22upstream: add some knobs:djm@openbsd.org
2018-11-22Resync Makefile.inc with upstream.Darren Tucker
2018-09-14allow SIGUSR1 as synonym for SIGINFODamien Miller
2018-09-13add compat headerDamien Miller
2018-09-13upstream: missed a bit of openssl-1.0.x API in this unittestdjm@openbsd.org
2018-09-13upstream: use only openssl-1.1.x API here toodjm@openbsd.org
2018-09-13forgot to stage these test files in commit d70d061Damien Miller
2018-09-12upstream: Include certs with multiple RSA signature variants indjm@openbsd.org
2018-09-12upstream: s/sshkey_demote/sshkey_from_private/gdjm@openbsd.org
2018-07-16upstream: memleak in unittest; found by valgrinddjm@openbsd.org
2018-07-13upstream: fix leaks in unit test; with this, all unit tests aredjm@openbsd.org
2018-07-04upstream: deal with API rename: match_filter_list() =>djm@openbsd.org
2018-03-03upstream: unit tests for new authorized_keys options APIdjm@openbsd.org
2018-02-23upstream: some helpers to check verbose/quiet modedjm@openbsd.org
2018-01-03upstream commitdjm@openbsd.org
2018-01-03upstream commitdjm@openbsd.org
2017-05-08upstream commitdjm@openbsd.org
2017-05-01upstream commitdjm@openbsd.org
2017-04-28upstream commitjsg@openbsd.org
2017-03-16Include includes.h for compat bits.Darren Tucker
2017-03-16Wrap stdint.h in #ifdef HAVE_STDINT_HDarren Tucker