summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2021-11-27Adjust wait channel name and re-enable test.Visa Hankala
2021-11-27Fix timeouts in poll/select regress testsVisa Hankala
2021-11-27whitespac eDamien Miller
2021-11-27regression test for match-principals. Mostly by Fabian StelzerDamien Miller
2021-11-26make the bn/mont test compile with opaque DH.Theo Buehler
2021-11-25LibreSSL error message has changed again, make test more tolerant.Alexander Bluhm
2021-11-25Rework this test to compile with opaque RSATheo Buehler
2021-11-25Resolve last issue with opaque BIGNUM in this test.Theo Buehler
2021-11-24Disable poll_close test for now as it expects kqueue backend.Visa Hankala
2021-11-23temporarily disable test unless this is fixedMarc Espie
2021-11-23A weird little test which can expose buggy return value conditions in poll()Theo de Raadt
2021-11-22Add regress test for futexes in shared anonymous memory.Mark Kettenis
2021-11-21Prepare ssltest for opaque DHTheo Buehler
2021-11-21wycheproof: modify RSA tests to work with opaque RSA structTheo Buehler
2021-11-21wycheproof.go: modify some DSA and ECDSA code to work with opaque structsTheo Buehler
2021-11-21Add tests for concurrent closing of a poll/select monitored fd.Visa Hankala
2021-11-20Switch to BIO_up_ref() instead of adjusting references manually.Theo Buehler
2021-11-20Use BIO_up_ref() instead of adjusting refcounts manuallyTheo Buehler
2021-11-19Mark the X509_VERIFY_PARAM_ID variable type as intentionallyIngo Schwarze
2021-11-19Make function prototype parsing a bit stricter,Ingo Schwarze
2021-11-19Add and enable the new 'undgram_conclose' test which tries to kill theVitaliy Makkoveev
2021-11-19Add and enable new 'unsendrecvthr' test which performs multithreadedVitaliy Makkoveev
2021-11-19Very quick and dirty script to help me check that the symbolsIngo Schwarze
2021-11-18sha512test: replace EVP_MD_CTX_{cleanup,init} pair with EVP_MD_CTX_resetTheo Buehler
2021-11-18gost: missed one cleanupTheo Buehler
2021-11-18sha256test: EVP_MD_CTX_cleanup -> EVP_MD_CTX_resetTheo Buehler
2021-11-18gost2814789t: EVP_MD_CTX_cleanup -> EVP_MD_CTX_resetTheo Buehler
2021-11-18evptest: no need to call EVP_MD_CTX_cleanup() before EVP_MD_CTX_free()Theo Buehler
2021-11-18Use HMAC_CTX_reset() instead of HMAC_CTX_cleanup() + HMAC_CTX_init()Theo Buehler
2021-11-18Fix ssltest to work with opaque EVP_PKEY.Theo Buehler
2021-11-18sha*test: convert these tests to work with opaque EVP_MD_CTX.Theo Buehler
2021-11-18zap trailing whitespaceTheo Buehler
2021-11-18hmactest: convert to opaque HMAC_CTX.Theo Buehler
2021-11-18gost2814789t: convert to opaque EVP_{MD,CIPHER}_CTX.Theo Buehler
2021-11-18exptest: convert to opaque BN; minor KNF tweaks.Theo Buehler
2021-11-18evptest: fix compilation with opaque EVP_{CIPHER,MD}_CTX. Uses aTheo Buehler
2021-11-18ecdsatest: make this test compile with opaque EVP_MD_CTX.Theo Buehler
2021-11-18dsatest: make this work with opaque BN. Some more fixes will be neededTheo Buehler
2021-11-18dhtest: fix this to work with opaque BN. This will need more fixes toTheo Buehler
2021-11-18bntest: Fix all but one test in this file to work with opaque BN.Theo Buehler
2021-11-18Remove X11 blt and bltone regress tests. They fail with the currentAlexander Bluhm
2021-11-18regression test for ssh-keygen -Y find-principals fix;Damien Miller
2021-11-17add more checks for badly specified pkgspecsMarc Espie
2021-11-16add a few more checks for incorrect specsMarc Espie
2021-11-13Test ASN1_STRING_copy(3).Ingo Schwarze
2021-11-13Un-hook the X11 tests. The new X server doesn't install libfb anymore.Matthieu Herrb
2021-11-13hook up unfdpassfail and ungcAnton Lindqvist
2021-11-12honor objdirAnton Lindqvist
2021-11-11Add test case for INVALID_KE in IKE_SA_INIT fallback.Tobias Heider
2021-11-11exponential_test passes on i386.mbuhl