summaryrefslogtreecommitdiff
path: root/regress/lib/libssl
AgeCommit message (Expand)Author
2024-03-30Initialize quic_method in tlsexttestTheo Buehler
2024-03-28Fix coverity complaints.Bob Beck
2024-03-27fix leaks in the horrible ssl whackery necessary for this test.Bob Beck
2024-03-27Fix up server processing of key shares.Bob Beck
2024-03-26Fix expected client hello value to allow for supported_groups change.Bob Beck
2024-03-26Disable client handshake test for now for pending changes.Bob Beck
2024-03-25Revise for TLS extension parsing/processing changes.Joel Sing
2024-03-25Revise TLS extension regress for parse/process changes.Joel Sing
2024-03-21Remove now unused certificates (which are also soon to expire).Joel Sing
2024-03-20Use the new certificates/chains in regress.Joel Sing
2024-03-01Remove the ciphers_by_values_test()Theo Buehler
2024-03-01exporter: use the atrocious SSL_CIPHER_find() rather than get_by_id()Theo Buehler
2024-03-01ssltest: drop another use of CRYPTO_mem_leaks()Theo Buehler
2024-02-03Remove GOST and STREEBOG support from libssl.Bob Beck
2024-01-30Add a shutdown sequence regress test.Joel Sing
2024-01-27Enable for TLSv1.3 now that shutdown behaviour matches the legacy stack.Joel Sing
2024-01-19Enable shutdown regress test.Joel Sing
2024-01-19Add regress test coverage for SSL_shutdown().Joel Sing
2023-12-13tlsexttest: \178 isn't a valid octal escape sequenceTheo Buehler
2023-11-19Remove last OPENSSL_NO_ENGINE from libssl regressTheo Buehler
2023-10-30Add support for OpenSSL 3.1 interop testsTheo Buehler
2023-10-18Make libssl interop server/client tests less flaky by ensuring theAnton Lindqvist
2023-09-24openssl-ruby tests: remove fallback to ruby31Theo Buehler
2023-08-15Avoid memcmp() with NULL pointer and 0 lengthTheo Buehler
2023-08-14Prepare tlsfuzzer.py for ports updateTheo Buehler
2023-08-03Link new ccs test to buildTheo Buehler
2023-07-27Prepare the ssltest for the upcoming bumpTheo Buehler
2023-07-19Don't rely on the libssl headers pulling in stdio.h somehowTheo Buehler
2023-07-15Import a version of libcrypto's symbols test for libsslTheo Buehler
2023-07-15fix include directive - this is make, not CTheo Buehler
2023-07-15Import a version of libcrypto's symbols test for libsslTheo Buehler
2023-07-15Link symbols test to buildTheo Buehler
2023-07-15remove accidentally imported files againTheo Buehler
2023-07-15Import a version of libcrypto's symbols test for libsslTheo Buehler
2023-07-12Reenable clienttest and servertestTheo Buehler
2023-07-11Fix last bit of the clienttest, needs ssl_pkt.c r1.66Theo Buehler
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