summaryrefslogtreecommitdiff
path: root/regress/lib/libssl
AgeCommit message (Expand)Author
2023-07-11Keep servertest silent and align with clienttestTheo Buehler
2023-07-11Neuter expected server test failures with SSLv2Theo Buehler
2023-07-11Fix most of the clienttest. With this only test cases 9 and 13 fail.Theo Buehler
2023-07-05Avoid undefined behavior in tlsexttestTheo Buehler
2023-07-04Plug leak in the ssltestTheo Buehler
2023-07-02Disable TLS 1.0 and TLS 1.1 in libsslBob Beck
2023-06-10File new test-bleichenbacher-timing-pregenerate.py under failing testsTheo Buehler
2023-06-04Make ruby-openssl cope with default ruby changeTheo Buehler
2023-05-24Copy the verify param hostflags independently of the host listTheo Buehler
2023-05-24Add a test to verify that an SSL inherits the hostflags from the SSL_CTXTheo Buehler
2023-05-24Provide CRYPTO_INT for statically linking libcrypto for libssl regressTheo Buehler
2023-04-27tlsexttest: check additional logic in tlsext randomizationTheo Buehler
2023-04-23Fix the client test and the tlsext test to work with randomizedTheo Buehler
2023-04-19interop: work around extreme REGRESS_SKIP_SLOW slownessTheo Buehler
2023-04-15ssltest: Drop more policy go from this test.Theo Buehler
2023-04-15ssltest: initial pass of dropping proxy cert gooTheo Buehler
2023-04-14Plug a memleak caused by an extra bump of a refcountTheo Buehler
2023-04-14Make the apitest work better with the portable tets frameworkTheo Buehler
2023-02-02Sync function prototypes and declarations to satisfy clang 15.Anton Lindqvist
2023-02-01Don't run session tests with openssl 3.0 - these tests aren't TLSv1.3 readyTheo Buehler
2023-02-01Hopefully the last one.Theo Buehler
2023-02-01One more openssl 1.0.2 thing missed.Theo Buehler
2023-02-01Switch from eopenssl to eopenssl30. Missed in both previous commitsTheo Buehler
2023-02-01Retire OpenSSL 1.0.2 interopTheo Buehler
2023-01-27Add openssl 3.0 interop testsTheo Buehler
2023-01-06tlsfuzzer: hook up new connection abort tests while skipping the NSTTheo Buehler
2023-01-01Add explicit LL suffixes to large constants to appease some compilers onMiod Vallat
2022-12-17Revise cipher list regress coverage of SSL_set_security_level().Joel Sing
2022-12-05Unbreak rust-openssl-tests on sparc64Theo Buehler
2022-12-04zap weird spaces $EDITOR added in previousTheo Buehler
2022-12-03skip rust-openssl-tests on sparc64Theo Buehler
2022-10-20Provide a harness driving rust-openssl's regress testsTheo Buehler
2022-12-02regres/libssl/unit: simplify MakefileTheo Buehler
2022-12-02Use regress framework rather than handrolling itTheo Buehler
2022-12-01Refrain from printing SUCCESS in some of my testsTheo Buehler
2022-11-26Make internal header file names consistentTheo Buehler
2022-11-05Add regress coverage for TLS exporters.Joel Sing
2022-10-26dtlstest: Ensure the timeouts are at least 10 ms. This makes these testsTheo Buehler
2022-10-21tlsexttest.c: make various static structs constTheo Buehler
2022-10-21quic tlsext tests: use byte vector in place of stringTheo Buehler
2022-10-20Link rust-openssl to regressTheo Buehler
2022-10-20Provide a harness driving rust-openssl's regress testsTheo Buehler
2022-10-02Dynamically link libssl for QUIC regress.Joel Sing
2022-10-02Remove unused headers.Joel Sing
2022-10-02Revise for SSL_CTX_INTERNAL and SSL_INTERNAL removal.Joel Sing
2022-08-27Wire up QUIC regress.Joel Sing
2022-08-27Add regress for QUIC.Joel Sing
2022-08-21Revise regress now that SSL_QUIC_METHOD exists.Joel Sing
2022-08-05fix error messageTheo Buehler
2022-08-05Use the FAIL macro instead of fprintf(stderr, "FAIL: ...\n");Theo Buehler