summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2021-12-08Remove unnecessary select(2) exceptfds kludges.Visa Hankala
2021-12-07Add test case for authentication with locally stored peer certificates.Tobias Heider
2021-12-07be more specific which NETSCAPE stuff to ignore, and whyIngo Schwarze
2021-12-07Some improvements allowing to handle asn1.h and x509v3.h:Ingo Schwarze
2021-12-06Test poll/select with various I/O conditions; not hooked up yet.Visa Hankala
2021-12-05Add test case for policy matching on responder with multiple policies thatTobias Heider
2021-12-05Allow libradius tests to compile with opaque HMAC_CTX.Theo Buehler
2021-12-05Add initial regress for CT.Joel Sing
2021-12-04gross trailing whitespaceTheo Buehler
2021-12-04Free cert, key and ocsp_staple on exit of do_keypair_test().Theo Buehler
2021-12-04Convert main into single exit to appease asan.Theo Buehler
2021-12-04Explicitly free EVP_MD_CTX to appease asan. Reported by Ilya Shipitsin.Theo Buehler
2021-12-04Add regress for ECPKParameters ASN.1 encoding/decoding.Joel Sing
2021-12-03Dump more data in the hopes of figuring out why this test occasionallyAnton Lindqvist
2021-12-02Tell testers which packages to install right away (and why)Klemens Nanni
2021-12-02Log that kern.allowdt=1 is needed and whereKlemens Nanni
2021-12-02Tell testers which packages to install right awayKlemens Nanni
2021-12-01Make `sun' global variable. It used by threads and could be corruptedVitaliy Makkoveev
2021-12-01Add some RRDP specific regress tests.Claudio Jeker
2021-11-30Add regress for {d2i,i2d}_{,DSA_,EC_,RSA_}PUBKEY{,_bio}().Joel Sing
2021-11-29Use nanosleep(3) instead of select(2) for test run time delay. Use ~10Vitaliy Makkoveev
2021-11-29Create socket within current directory instead of /tmp. Also remove itVitaliy Makkoveev
2021-11-29Register-time event should make poll/select non-blocking.Visa Hankala
2021-11-29Avoid including sys/param.h. Make a local copy of MINIMUM() in test_helper.hTobias Heider
2021-11-29Add and enable 'unconacc' test which provides multithreaded connect(2)Vitaliy Makkoveev
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