summaryrefslogtreecommitdiff
path: root/src/regress (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Rework x509attribute regress test in such a way that it doesn't needtb2021-11-011-11/+7
* Make this test compile again after the damage done in libcryptotb2021-10-311-19/+20
* Prepare regress for opaque structs in x509*.htb2021-10-314-25/+18
* openssl-ruby tests: rework for x509_alt.c r1.3 and r1.5.tb2021-10-281-6/+9
* Free memory on text exit to make asan quieterbeck2021-10-261-53/+83
* Revise regress for removal of SSL_SESSION_INTERNAL.jsing2021-10-261-27/+27
* Drop two uses of the terrible asn1 kludge spotted by antontb2021-10-251-3/+3
* For open/openat, if the flags parameter does not contain O_CREAT, thederaadt2021-10-242-4/+4
* Add a regress test for TLS client/server.jsing2021-10-233-1/+496
* Revise regress test for tls13_buffer rename.jsing2021-10-231-14/+16
* Revise regress for tlsext_tick_lifetime_hint changing type.jsing2021-10-231-2/+2
* Pull in ssl_locl.h so that we can keep reaching into libssl internals.jsing2021-10-152-1/+4
* ssltest.c does not need param.htb2021-10-131-1/+0
* Remove __dead from usage() to reduce the diff needed to build LibreSSLtb2021-10-131-3/+3
* Mark another test as failing with the legacy verifier.jsing2021-09-302-2/+4
* Remove recent changes used to unblock the signal undergoing testing, I solved itanton2021-09-282-30/+2
* Mark "failures" volatile to avoid a problem with sigsetjmp/siglongjmp.millert2021-09-272-4/+4
* These tests pass in a few seconds. Remove REGRESS_SLOW_TARGETS.bluhm2021-09-271-3/+1
* Make t_gettimeofday pass on sparc64.mbuhl2021-09-271-1/+3
* Simplify runAesCmacTest() by using EVP_DigestSign().tb2021-09-241-16/+3
* Fix appstest.sh for testing with OpenSSL 3.0inoguchi2021-09-201-2/+5
* 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-092-14/+14
* 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
* Remove tests that are now covered by regress/lib/libssl/verifytb2021-08-301-65/+2
* 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
* Admit that we return error 20 in the failure case here. Changingbeck2021-08-301-5/+5
* Fix Jan's regress in openssl/x509 to do what it says it does,beck2021-08-301-8/+4
* Pass the -quiet option to openssl s_server to make it ignore EOF.tb2021-08-291-6/+6
* Add back the echo Q thing.tb2021-08-291-5/+5
* Use s_server -naccept 1 and remove echo "Q" | openssl s_client hack.tb2021-08-291-12/+11
* Only remove the directories if there's an obj/ or obj@tb2021-08-281-2/+4