summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
2021-11-18dhtest: fix this to work with opaque BN. This will need more fixes toTheo Buehler
2021-11-18bntest: Fix all but one test in this file to work with opaque BN.Theo Buehler
2021-11-13Test ASN1_STRING_copy(3).Ingo Schwarze
2021-11-11exponential_test passes on i386.mbuhl
2021-11-03Test adding extensions to certification requests.Ingo Schwarze
2021-11-02Add regress that calls SSL_set_tlsext_host_name() with a NULL host name.Joel Sing
2021-11-01Rework SNI hostname regress to be table driven.Joel Sing
2021-11-01Rework x509attribute regress test in such a way that it doesn't needTheo Buehler
2021-10-31Make this test compile again after the damage done in libcryptoTheo Buehler
2021-10-31Prepare regress for opaque structs in x509*.hTheo Buehler
2021-10-28openssl-ruby tests: rework for x509_alt.c r1.3 and r1.5.Theo Buehler
2021-10-26Free memory on text exit to make asan quieterBob Beck
2021-10-26Revise regress for removal of SSL_SESSION_INTERNAL.Joel Sing
2021-10-25Use EXPECTED_FAIL instead of DISABLED.mbuhl
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2019-11-19Import NetBSD system call regression tests. They were written withAlexander Bluhm
2021-10-23Add a regress test for TLS client/server.Joel Sing
2021-10-23Revise regress test for tls13_buffer rename.Joel Sing
2021-10-23Revise regress for tlsext_tick_lifetime_hint changing type.Joel Sing
2021-10-22oops.mbuhl
2021-10-22add missing FreeBSD libm tests, update the othersmbuhl
2021-10-15Pull in ssl_locl.h so that we can keep reaching into libssl internals.Joel Sing
2021-10-13ssltest.c does not need param.hTheo Buehler
2021-10-13Remove __dead from usage() to reduce the diff needed to build LibreSSLTheo Buehler
2021-09-30Mark another test as failing with the legacy verifier.Joel Sing
2021-09-28Remove recent changes used to unblock the signal undergoing testing, I solved itAnton Lindqvist
2021-09-27Mark "failures" volatile to avoid a problem with sigsetjmp/siglongjmp.Todd C. Miller
2021-09-27These tests pass in a few seconds. Remove REGRESS_SLOW_TARGETS.Alexander Bluhm
2021-09-27Make t_gettimeofday pass on sparc64.mbuhl
2021-09-24Simplify runAesCmacTest() by using EVP_DigestSign().Theo Buehler
2021-09-19At least t_fork and t_vfork tests need coredumps enabled to succeed.Claudio Jeker
2021-09-12annotate root only targets; ok bluhm@Anton Lindqvist
2021-09-12hook up libagentx; ok martijn@Anton Lindqvist
2021-09-09Ensure that the kill signal undergoing testing is not ignored.Anton Lindqvist
2021-09-09Rework openssl-ruby-tests to run all passing tests first, thenTheo Buehler
2021-09-09zap trailing whitespaceTheo Buehler
2021-09-06The default Ruby has switched to 3.0Theo Buehler
2021-09-04Disable tests that don't work in bluhms regress framework.mbuhl
2021-09-03Implement a -h option that allows specifying a target host thatTheo Buehler
2021-09-03Now that the issue is fixed, enable test-extensions.pyTheo Buehler
2021-09-03Make Bob happy.Alexander Bluhm
2021-09-03Call the callback on success in new verifier in a compatible wayBob Beck
2021-09-02Add -f to usageTheo Buehler
2021-09-02Enable vfork syscall test. Disable SIGSTOP test as it is masked untilmbuhl
2021-09-02Import more NetBSD system call regression tests.mbuhl
2021-09-02delete %n using test cases, which now intentionally faultTheo de Raadt
2021-09-01remove manual fiddling with MALLOC_OPTIONS from libc regress testsJasper Lievisse Adriaanse
2021-09-01Add a regression test to verify that we call the callback in the sameBob Beck
2021-08-31enter uuid/Jasper Lievisse Adriaanse
2021-08-31add initial tests for uuid_from_string, uuid_to_string, uuid_create_nilJasper Lievisse Adriaanse