summaryrefslogtreecommitdiff
path: root/src/regress/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* At least t_fork and t_vfork tests need coredumps enabled to succeed.claudio2021-09-191-1/+2
* Ensure that the kill signal undergoing testing is not ignored.anton2021-09-091-1/+15
* Rework openssl-ruby-tests to run all passing tests first, thentb2021-09-091-4/+12
* zap trailing whitespacetb2021-09-091-7/+7
* The default Ruby has switched to 3.0tb2021-09-061-2/+2
* Disable tests that don't work in bluhms regress framework.mbuhl2021-09-041-1/+7
* Implement a -h option that allows specifying a target host thattb2021-09-031-9/+13
* Now that the issue is fixed, enable test-extensions.pytb2021-09-031-6/+2
* Make Bob happy.bluhm2021-09-031-1/+5
* Call the callback on success in new verifier in a compatible waybeck2021-09-031-3/+1
* Add -f to usagetb2021-09-021-2/+2
* Enable vfork syscall test. Disable SIGSTOP test as it is masked untilmbuhl2021-09-025-6/+45
* Import more NetBSD system call regression tests.mbuhl2021-09-0217-50/+2350
* delete %n using test cases, which now intentionally faultderaadt2021-09-021-13/+1
* remove manual fiddling with MALLOC_OPTIONS from libc regress testsjasper2021-09-015-20/+5
* Add a regression test to verify that we call the callback in the samebeck2021-09-013-4/+551
* enter uuid/jasper2021-08-311-1/+2
* add initial tests for uuid_from_string, uuid_to_string, uuid_create_niljasper2021-08-312-0/+134
* hook verify regress test to buildtb2021-08-301-1/+2
* Revert accidental committb2021-08-307-35/+18
* link verify regress tests to buildtb2021-08-307-18/+35
* Reimplement part of the openssl/x509 regress tests in Ctb2021-08-303-0/+521
* Only remove the directories if there's an obj/ or obj@tb2021-08-281-2/+4
* Add a pass using the modern vfy with by_dir roots, code by me, script tobeck2021-08-283-15/+106
* Add case 2c to the go side. Don't tell jsing I touched go.beck2021-08-281-0/+1
* Add regress test testing having the root cert in the intermediate bundlebeck2021-08-275-1/+96
* Import regress tests for SM2. Not yet linked to the build.tb2021-08-184-0/+640
* add new (unsupported) eddsa in certificate verify teststb2021-08-111-1/+3
* Ensure that the kill signal undergoing testing is not ignored.anton2021-07-291-1/+15
* Add basic regression tests for strchr() and strrchr().visa2021-07-243-2/+79
* alarm(3) cannot fail, remove error handling.bluhm2021-07-061-3/+2
* Garbage collect do_test_cipherlist().jsing2021-07-031-45/+0
* Add test that ensures ssl3_ciphers[] is sorted by cipher id.jsing2021-07-031-0/+37
* Rewrite get_put_test() as cipher_find_test().jsing2021-07-031-54/+25
* fix a bug that resulted in incomplete testing:schwarze2021-07-031-4/+4
* Disable some code that reaches into libssl internals.jsing2021-06-301-0/+7
* Disable some tests that probably no longer make sense.jsing2021-06-301-0/+5
* Pull in ssl_locl.h to allow for move of struct ssl_session_st.jsing2021-06-302-2/+5
* Add test coverage for TLSv1.3 client hellos.jsing2021-06-271-13/+166
* Add test coverage for DTLSv1.2 client hellos.jsing2021-06-271-7/+102
* Improve test coverage for SSL_OP_NO_DTLSv1.jsing2021-06-271-1/+9
* Teach hexdump() how to identify differing bytes.jsing2021-06-271-9/+13
* More appropriately set cipher_list_len when AES acceleration is available.jsing2021-06-271-5/+6
* Tweak some data types and sprinkle some const.jsing2021-06-271-15/+15
* zap trailing whitespacetb2021-06-191-4/+7
* Add DTLS test cases that use non-zero initial epochs.jsing2021-06-192-5/+44
* Add more complex DTLS tests for delay/reordering.jsing2021-06-191-17/+160
* Expand comment that details why two DTLS tests currently fail.jsing2021-06-191-2/+5
* Provide the ability to delay/reorder DTLS packets.jsing2021-06-191-14/+147
* Remove SSL_CTX_set_read_ahead() calls - it is now the default for DTLS.jsing2021-06-181-3/+1