Age | Commit message (Expand) | Author |
2021-12-01 | Make `sun' global variable. It used by threads and could be corrupted | Vitaliy Makkoveev |
2021-12-01 | Add some RRDP specific regress tests. | Claudio Jeker |
2021-11-30 | Add regress for {d2i,i2d}_{,DSA_,EC_,RSA_}PUBKEY{,_bio}(). | Joel Sing |
2021-11-29 | Use nanosleep(3) instead of select(2) for test run time delay. Use ~10 | Vitaliy Makkoveev |
2021-11-29 | Create socket within current directory instead of /tmp. Also remove it | Vitaliy Makkoveev |
2021-11-29 | Register-time event should make poll/select non-blocking. | Visa Hankala |
2021-11-29 | Avoid including sys/param.h. Make a local copy of MINIMUM() in test_helper.h | Tobias Heider |
2021-11-29 | Add and enable 'unconacc' test which provides multithreaded connect(2) | Vitaliy Makkoveev |
2021-11-27 | Adjust wait channel name and re-enable test. | Visa Hankala |
2021-11-27 | Fix timeouts in poll/select regress tests | Visa Hankala |
2021-11-27 | whitespac e | Damien Miller |
2021-11-27 | regression test for match-principals. Mostly by Fabian Stelzer | Damien Miller |
2021-11-26 | make the bn/mont test compile with opaque DH. | Theo Buehler |
2021-11-25 | LibreSSL error message has changed again, make test more tolerant. | Alexander Bluhm |
2021-11-25 | Rework this test to compile with opaque RSA | Theo Buehler |
2021-11-25 | Resolve last issue with opaque BIGNUM in this test. | Theo Buehler |
2021-11-24 | Disable poll_close test for now as it expects kqueue backend. | Visa Hankala |
2021-11-23 | temporarily disable test unless this is fixed | Marc Espie |
2021-11-23 | A weird little test which can expose buggy return value conditions in poll() | Theo de Raadt |
2021-11-22 | Add regress test for futexes in shared anonymous memory. | Mark Kettenis |
2021-11-21 | Prepare ssltest for opaque DH | Theo Buehler |
2021-11-21 | wycheproof: modify RSA tests to work with opaque RSA struct | Theo Buehler |
2021-11-21 | wycheproof.go: modify some DSA and ECDSA code to work with opaque structs | Theo Buehler |
2021-11-21 | Add tests for concurrent closing of a poll/select monitored fd. | Visa Hankala |
2021-11-20 | Switch to BIO_up_ref() instead of adjusting references manually. | Theo Buehler |
2021-11-20 | Use BIO_up_ref() instead of adjusting refcounts manually | Theo Buehler |
2021-11-19 | Mark the X509_VERIFY_PARAM_ID variable type as intentionally | Ingo Schwarze |
2021-11-19 | Make function prototype parsing a bit stricter, | Ingo Schwarze |
2021-11-19 | Add and enable the new 'undgram_conclose' test which tries to kill the | Vitaliy Makkoveev |
2021-11-19 | Add and enable new 'unsendrecvthr' test which performs multithreaded | Vitaliy Makkoveev |
2021-11-19 | Very quick and dirty script to help me check that the symbols | Ingo Schwarze |
2021-11-18 | sha512test: replace EVP_MD_CTX_{cleanup,init} pair with EVP_MD_CTX_reset | Theo Buehler |
2021-11-18 | gost: missed one cleanup | Theo Buehler |
2021-11-18 | sha256test: EVP_MD_CTX_cleanup -> EVP_MD_CTX_reset | Theo Buehler |
2021-11-18 | gost2814789t: EVP_MD_CTX_cleanup -> EVP_MD_CTX_reset | Theo Buehler |
2021-11-18 | evptest: no need to call EVP_MD_CTX_cleanup() before EVP_MD_CTX_free() | Theo Buehler |
2021-11-18 | Use HMAC_CTX_reset() instead of HMAC_CTX_cleanup() + HMAC_CTX_init() | Theo Buehler |
2021-11-18 | Fix ssltest to work with opaque EVP_PKEY. | Theo Buehler |
2021-11-18 | sha*test: convert these tests to work with opaque EVP_MD_CTX. | Theo Buehler |
2021-11-18 | zap trailing whitespace | Theo Buehler |
2021-11-18 | hmactest: convert to opaque HMAC_CTX. | Theo Buehler |
2021-11-18 | gost2814789t: convert to opaque EVP_{MD,CIPHER}_CTX. | Theo Buehler |
2021-11-18 | exptest: convert to opaque BN; minor KNF tweaks. | Theo Buehler |
2021-11-18 | evptest: fix compilation with opaque EVP_{CIPHER,MD}_CTX. Uses a | Theo Buehler |
2021-11-18 | ecdsatest: make this test compile with opaque EVP_MD_CTX. | Theo Buehler |
2021-11-18 | dsatest: make this work with opaque BN. Some more fixes will be needed | Theo Buehler |
2021-11-18 | dhtest: fix this to work with opaque BN. This will need more fixes to | Theo Buehler |
2021-11-18 | bntest: Fix all but one test in this file to work with opaque BN. | Theo Buehler |
2021-11-18 | Remove X11 blt and bltone regress tests. They fail with the current | Alexander Bluhm |
2021-11-18 | regression test for ssh-keygen -Y find-principals fix; | Damien Miller |