| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ssltest.c does not need param.h | tb | 2021-10-13 | 1 | -1/+0 |
* | Remove __dead from usage() to reduce the diff needed to build LibreSSL | tb | 2021-10-13 | 1 | -3/+3 |
* | Mark another test as failing with the legacy verifier. | jsing | 2021-09-30 | 2 | -2/+4 |
* | Remove recent changes used to unblock the signal undergoing testing, I solved it | anton | 2021-09-28 | 2 | -30/+2 |
* | Mark "failures" volatile to avoid a problem with sigsetjmp/siglongjmp. | millert | 2021-09-27 | 2 | -4/+4 |
* | These tests pass in a few seconds. Remove REGRESS_SLOW_TARGETS. | bluhm | 2021-09-27 | 1 | -3/+1 |
* | Make t_gettimeofday pass on sparc64. | mbuhl | 2021-09-27 | 1 | -1/+3 |
* | Simplify runAesCmacTest() by using EVP_DigestSign(). | tb | 2021-09-24 | 1 | -16/+3 |
* | Fix appstest.sh for testing with OpenSSL 3.0 | inoguchi | 2021-09-20 | 1 | -2/+5 |
* | At least t_fork and t_vfork tests need coredumps enabled to succeed. | claudio | 2021-09-19 | 1 | -1/+2 |
* | Ensure that the kill signal undergoing testing is not ignored. | anton | 2021-09-09 | 1 | -1/+15 |
* | Rework openssl-ruby-tests to run all passing tests first, then | tb | 2021-09-09 | 1 | -4/+12 |
* | zap trailing whitespace | tb | 2021-09-09 | 2 | -14/+14 |
* | The default Ruby has switched to 3.0 | tb | 2021-09-06 | 1 | -2/+2 |
* | Disable tests that don't work in bluhms regress framework. | mbuhl | 2021-09-04 | 1 | -1/+7 |
* | Implement a -h option that allows specifying a target host that | tb | 2021-09-03 | 1 | -9/+13 |
* | Now that the issue is fixed, enable test-extensions.py | tb | 2021-09-03 | 1 | -6/+2 |
* | Make Bob happy. | bluhm | 2021-09-03 | 1 | -1/+5 |
* | Call the callback on success in new verifier in a compatible way | beck | 2021-09-03 | 1 | -3/+1 |
* | Add -f to usage | tb | 2021-09-02 | 1 | -2/+2 |
* | Enable vfork syscall test. Disable SIGSTOP test as it is masked until | mbuhl | 2021-09-02 | 5 | -6/+45 |
* | Import more NetBSD system call regression tests. | mbuhl | 2021-09-02 | 17 | -50/+2350 |
* | delete %n using test cases, which now intentionally fault | deraadt | 2021-09-02 | 1 | -13/+1 |
* | remove manual fiddling with MALLOC_OPTIONS from libc regress tests | jasper | 2021-09-01 | 5 | -20/+5 |
* | Add a regression test to verify that we call the callback in the same | beck | 2021-09-01 | 3 | -4/+551 |
* | enter uuid/ | jasper | 2021-08-31 | 1 | -1/+2 |
* | add initial tests for uuid_from_string, uuid_to_string, uuid_create_nil | jasper | 2021-08-31 | 2 | -0/+134 |
* | Remove tests that are now covered by regress/lib/libssl/verify | tb | 2021-08-30 | 1 | -65/+2 |
* | hook verify regress test to build | tb | 2021-08-30 | 1 | -1/+2 |
* | Revert accidental commit | tb | 2021-08-30 | 7 | -35/+18 |
* | link verify regress tests to build | tb | 2021-08-30 | 7 | -18/+35 |
* | Reimplement part of the openssl/x509 regress tests in C | tb | 2021-08-30 | 3 | -0/+521 |
* | Admit that we return error 20 in the failure case here. Changing | beck | 2021-08-30 | 1 | -5/+5 |
* | Fix Jan's regress in openssl/x509 to do what it says it does, | beck | 2021-08-30 | 1 | -8/+4 |
* | Pass the -quiet option to openssl s_server to make it ignore EOF. | tb | 2021-08-29 | 1 | -6/+6 |
* | Add back the echo Q thing. | tb | 2021-08-29 | 1 | -5/+5 |
* | Use s_server -naccept 1 and remove echo "Q" | openssl s_client hack. | tb | 2021-08-29 | 1 | -12/+11 |
* | Only remove the directories if there's an obj/ or obj@ | tb | 2021-08-28 | 1 | -2/+4 |
* | Add a pass using the modern vfy with by_dir roots, code by me, script to | beck | 2021-08-28 | 3 | -15/+106 |
* | Add case 2c to the go side. Don't tell jsing I touched go. | beck | 2021-08-28 | 1 | -0/+1 |
* | Add regress test testing having the root cert in the intermediate bundle | beck | 2021-08-27 | 5 | -1/+96 |
* | Import regress tests for SM2. Not yet linked to the build. | tb | 2021-08-18 | 4 | -0/+640 |
* | add new (unsupported) eddsa in certificate verify tests | tb | 2021-08-11 | 1 | -1/+3 |
* | Ensure that the kill signal undergoing testing is not ignored. | anton | 2021-07-29 | 1 | -1/+15 |
* | Add basic regression tests for strchr() and strrchr(). | visa | 2021-07-24 | 3 | -2/+79 |
* | alarm(3) cannot fail, remove error handling. | bluhm | 2021-07-06 | 1 | -3/+2 |
* | Garbage collect do_test_cipherlist(). | jsing | 2021-07-03 | 1 | -45/+0 |
* | Add test that ensures ssl3_ciphers[] is sorted by cipher id. | jsing | 2021-07-03 | 1 | -0/+37 |
* | Rewrite get_put_test() as cipher_find_test(). | jsing | 2021-07-03 | 1 | -54/+25 |
* | fix a bug that resulted in incomplete testing: | schwarze | 2021-07-03 | 1 | -4/+4 |