Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-09 | Fix missing return in asn1_compare_bytes() | Joel Sing | |
2021-12-09 | Add initial tests for coverage of ASN.1 complex/constructed types. | Joel Sing | |
2021-12-09 | Add initial tests for coverage of ASN.1 basic/primitive types. | Joel Sing | |
2021-12-08 | Remove unnecessary select(2) exceptfds kludges. | Visa Hankala | |
2021-12-07 | Add test case for authentication with locally stored peer certificates. | Tobias Heider | |
2021-12-07 | be more specific which NETSCAPE stuff to ignore, and why | Ingo Schwarze | |
2021-12-07 | Some improvements allowing to handle asn1.h and x509v3.h: | Ingo Schwarze | |
* handle multiple qualifiers on the function return type * handle function pointer type declarations * handle unions inside structs * handle forward struct declarations * handle "typedef const" * handle ASN1_F_, ASN1_R_, and X509V3_R_ error constants * handle "#if defined" in the same way as "#ifdef" * skip whitespace between "#" and "define" * skip whitespace before C comments * ignore TYPEDEF_D2I2D_OF | |||
2021-12-06 | Test poll/select with various I/O conditions; not hooked up yet. | Visa Hankala | |
2021-12-05 | Add test case for policy matching on responder with multiple policies that | Tobias Heider | |
only differ by srcid. | |||
2021-12-05 | Allow libradius tests to compile with opaque HMAC_CTX. | Theo Buehler | |
2021-12-05 | Add initial regress for CT. | Joel Sing | |
This provides test coverage for SCT encoding/decoding. | |||
2021-12-04 | gross trailing whitespace | Theo Buehler | |
2021-12-04 | Free cert, key and ocsp_staple on exit of do_keypair_test(). | Theo Buehler | |
Reported by Ilya Shipitsine, discussed with jsing | |||
2021-12-04 | Convert main into single exit to appease asan. | Theo Buehler | |
2021-12-04 | Explicitly free EVP_MD_CTX to appease asan. Reported by Ilya Shipitsin. | Theo Buehler | |
2021-12-04 | Add regress for ECPKParameters ASN.1 encoding/decoding. | Joel Sing | |
2021-12-03 | Dump more data in the hopes of figuring out why this test occasionally | Anton Lindqvist | |
fails. | |||
2021-12-02 | Tell testers which packages to install right away (and why) | Klemens Nanni | |
Other regress tests do it differently; just fix/thouch those that did not mention any package name at all. This helps grepping logs for SKIPPED to find instructions for the next run. | |||
2021-12-02 | Log that kern.allowdt=1 is needed and where | Klemens Nanni | |
This helps grepping logs for SKIPPED to find instructions for the next run. | |||
2021-12-02 | Tell testers which packages to install right away | Klemens Nanni | |
OK bluhm | |||
2021-12-01 | Make `sun' global variable. It used by threads and could be corrupted | Vitaliy Makkoveev | |
when main() thread exited. | |||
2021-12-01 | Add some RRDP specific regress tests. | Claudio Jeker | |
OK benno@ | |||
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 | |
years interval as operational infinity. | |||
2021-11-29 | Create socket within current directory instead of /tmp. Also remove it | Vitaliy Makkoveev | |
with "make clean". | |||
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 | |
instead, like we did elsewhere. ok bluhm@ | |||
2021-11-29 | Add and enable 'unconacc' test which provides multithreaded connect(2) | Vitaliy Makkoveev | |
and accept(2) calls on single unix(4) socket. ok bluhm@ | |||
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 | |
Disable poll/select timeout so that the wchan wait would work as intended. The timeout is not essential to the test flow. In addition, the top-level alarm timer prevents the tests from getting stuck should something go wrong. | |||
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 | |
ok mpi@ | |||
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 | |
undocumented. It is an opaque struct used only internally, as a sub-object of the public X509_VERIFY_PARAM type. All related API functions take X509_VERIFY_PARAM arguments, so X509_VERIFY_PARAM_ID is of no interest to the user. | |||
2021-11-19 | Make function prototype parsing a bit stricter, | Ingo Schwarze | |
reducing the risk of accidental misparsing: Require whitespace after the function return type (before the asterisk indicating that the function returns a pointer, if any) and do not accept whitespace between the function name and the opening parenthesis of the parameter list. These changes are not a problem because we want that style for KNF reasons anyway. | |||
2021-11-19 | Add and enable the new 'undgram_conclose' test which tries to kill the | Vitaliy Makkoveev | |
datagram socket connected to the dying socket while it cleaning it's list of connected sockets. Incorrect handling of this case could produce kernel crash. ok bluhm@ | |||
2021-11-19 | Add and enable new 'unsendrecvthr' test which performs multithreaded | Vitaliy Makkoveev | |
writes on unix(4) sockets. The receiver should be sure no data corruption or loss. ok bluhm@ |