summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
2021-08-30hook verify regress test to buildTheo Buehler
2021-08-30Revert accidental commitTheo Buehler
2021-08-30link verify regress tests to buildTheo Buehler
2021-08-30Reimplement part of the openssl/x509 regress tests in CTheo Buehler
2021-08-29libagentx regress relied on snmp(1) defaulting to -v2c -cpublic. Make thisMartijn van Duren
2021-08-28Only remove the directories if there's an obj/ or obj@Theo Buehler
2021-08-28Add a pass using the modern vfy with by_dir roots, code by me, script toBob Beck
2021-08-28Add case 2c to the go side. Don't tell jsing I touched go.Bob Beck
2021-08-27Add regress test testing having the root cert in the intermediate bundleBob Beck
2021-08-18Import regress tests for SM2. Not yet linked to the build.Theo Buehler
2021-08-11add new (unsupported) eddsa in certificate verify testsTheo Buehler
2021-07-29Ensure that the kill signal undergoing testing is not ignored.anton
2019-11-19Import NetBSD system call regression tests. They were written withAlexander Bluhm
2021-07-24Add basic regression tests for strchr() and strrchr().Visa Hankala
2021-07-06alarm(3) cannot fail, remove error handling.Alexander Bluhm
2021-07-03Garbage collect do_test_cipherlist().Joel Sing
2021-07-03Add test that ensures ssl3_ciphers[] is sorted by cipher id.Joel Sing
2021-07-03Rewrite get_put_test() as cipher_find_test().Joel Sing
2021-07-03fix a bug that resulted in incomplete testing:Ingo Schwarze
2021-06-30Disable some code that reaches into libssl internals.Joel Sing
2021-06-30Disable some tests that probably no longer make sense.Joel Sing
2021-06-30Pull in ssl_locl.h to allow for move of struct ssl_session_st.Joel Sing
2021-06-27Add test coverage for TLSv1.3 client hellos.Joel Sing
2021-06-27Add test coverage for DTLSv1.2 client hellos.Joel Sing
2021-06-27Improve test coverage for SSL_OP_NO_DTLSv1.Joel Sing
2021-06-27Teach hexdump() how to identify differing bytes.Joel Sing
2021-06-27More appropriately set cipher_list_len when AES acceleration is available.Joel Sing
2021-06-27Tweak some data types and sprinkle some const.Joel Sing
2021-06-23Adjust test. You're not supposed to change errno in a signal handler andMark Kettenis
2021-06-20Add a test case for fmt_scaled.c r1.20Theo Buehler
2021-06-19zap trailing whitespaceTheo Buehler
2021-06-19Add DTLS test cases that use non-zero initial epochs.Joel Sing
2021-06-19Add more complex DTLS tests for delay/reordering.Joel Sing
2021-06-19Expand comment that details why two DTLS tests currently fail.Joel Sing
2021-06-19Provide the ability to delay/reorder DTLS packets.Joel Sing
2021-06-18Remove SSL_CTX_set_read_ahead() calls - it is now the default for DTLS.Joel Sing
2021-06-17Like ARM, RISC-V does not implement floating point exceptions.Mark Kettenis
2021-06-10Move libexecinfo regress tests under regress/gnu/libJeremie Courreges-Anglas
2021-06-09Enable libexecinfo regress.mortimer
2021-06-09Add regress test for libexecinfo.mortimer
2019-11-19Import NetBSD system call regression tests. They were written withAlexander Bluhm
2021-06-02The getnext_indexoid tests now passMartijn van Duren
2021-05-31Since our unix receive queue got longer, the test run-t_sendrecvAlexander Bluhm
2019-11-19Import NetBSD system call regression tests. They were written withAlexander Bluhm
2021-05-29The cephes test vectors for tanh(3) in our libm fail on mostAlexander Bluhm
2021-05-27Check that libexpat uses arc4random_buf as entropy source.Alexander Bluhm
2017-06-30Build and run libexpat regress tests from src/lib/libexpat/tests.Alexander Bluhm
2021-05-10It's no longer necessary to link ecdhtest statically.Theo Buehler
2021-05-04Rename shutdown_all() to shutdown_peers() for consistency.Theo Buehler
2021-05-03Use limits.h instead of sys/limits.h in dtlstest.c for portableKinichiro Inoguchi