summaryrefslogtreecommitdiff
path: root/regress/unittests
AgeCommit message (Expand)Author
2020-08-27upstream: adapt to API changesdjm@openbsd.org
2020-07-20Skip ECDSA-SK webauthn test when built w/out ECCDarren Tucker
2020-07-15upstream: Fix previous by calling the correct function.dtucker@openbsd.org
2020-07-15upstream: Update test to match recent change in match.cdtucker@openbsd.org
2020-07-04Wrap stdint.h in ifdef HAVE_STDINT_H.Darren Tucker
2020-06-22missing files for webauthn/sshsig unit testDamien Miller
2020-06-22upstream: add support for verification of webauthn sshsig signature,djm@openbsd.org
2020-06-19Add includes.h to new test.Darren Tucker
2020-06-19Skip OpenSSL specific tests w/out OpenSSL.Darren Tucker
2020-06-19Hook sshsig tests up to Portable Makefiles.Darren Tucker
2020-06-19upstream: run sshsig unit testsdjm@openbsd.org
2020-06-19upstream: basic unit test for sshsig.[ch], including FIDO keysdjm@openbsd.org
2020-06-19upstream: basic unit test for FIDO kep parsingdjm@openbsd.org
2020-05-29upstream: Add regression and unit tests for ${ENV} styledtucker@openbsd.org
2020-05-29upstream: Unit test for convtime. ok djm@dtucker@openbsd.org
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