summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* symbols test: drop headers that don't define any symbolstb2024-05-081-4/+1
* Instead of unhooking libssl/client regress tests, flag them as expectedanton2024-04-222-4/+6
* SSL_version_str is no moretb2024-04-171-5/+1
* Initialize quic_method in tlsexttesttb2024-03-301-3/+3
* Fix coverity complaints.beck2024-03-281-4/+6
* fix leaks in the horrible ssl whackery necessary for this test.beck2024-03-271-4/+5
* Fix up server processing of key shares.beck2024-03-271-5/+96
* Fix expected client hello value to allow for supported_groups change.beck2024-03-261-4/+4
* Disable client handshake test for now for pending changes.beck2024-03-261-2/+3
* Revise for TLS extension parsing/processing changes.jsing2024-03-251-108/+42
* Revise TLS extension regress for parse/process changes.jsing2024-03-251-43/+108
* Remove now unused certificates (which are also soon to expire).jsing2024-03-213-147/+0
* Use the new certificates/chains in regress.jsing2024-03-206-22/+23
* Remove the ciphers_by_values_test()tb2024-03-011-56/+0
* exporter: use the atrocious SSL_CIPHER_find() rather than get_by_id()tb2024-03-011-2/+5
* ssltest: drop another use of CRYPTO_mem_leaks()tb2024-03-011-2/+1
* Remove GOST and STREEBOG support from libssl.beck2024-02-034-189/+115
* Add a shutdown sequence regress test.jsing2024-01-301-3/+133
* Enable for TLSv1.3 now that shutdown behaviour matches the legacy stack.jsing2024-01-271-3/+1
* Enable shutdown regress test.jsing2024-01-191-1/+2
* Add regress test coverage for SSL_shutdown().jsing2024-01-192-0/+546
* tlsexttest: \178 isn't a valid octal escape sequencetb2023-12-131-2/+2
* Remove last OPENSSL_NO_ENGINE from libssl regresstb2023-11-191-7/+1
* Add support for OpenSSL 3.1 interop teststb2023-10-308-11/+74
* Make libssl interop server/client tests less flaky by ensuring theanton2023-10-181-1/+3
* openssl-ruby tests: remove fallback to ruby31tb2023-09-241-5/+1
* Avoid memcmp() with NULL pointer and 0 lengthtb2023-08-151-3/+3
* Prepare tlsfuzzer.py for ports updatetb2023-08-141-3/+13
* Link new ccs test to buildtb2023-08-031-1/+7
* Prepare the ssltest for the upcoming bumptb2023-07-271-1/+8
* Don't rely on the libssl headers pulling in stdio.h somehowtb2023-07-191-1/+3
* fix include directive - this is make, not Ctb2023-07-151-2/+2
* Link symbols test to buildtb2023-07-151-1/+2
* remove accidentally imported files againtb2023-07-153-2713/+0
* Import a version of libcrypto's symbols test for libssltb2023-07-155-0/+2798
* Reenable clienttest and servertesttb2023-07-121-3/+3
* Fix last bit of the clienttest, needs ssl_pkt.c r1.66tb2023-07-111-2/+2
* Keep servertest silent and align with clienttesttb2023-07-111-2/+3
* Neuter expected server test failures with SSLv2tb2023-07-111-1/+6
* Fix most of the clienttest. With this only test cases 9 and 13 fail.tb2023-07-111-23/+39
* Avoid undefined behavior in tlsexttesttb2023-07-051-11/+18
* Plug leak in the ssltesttb2023-07-041-1/+2
* Disable TLS 1.0 and TLS 1.1 in libsslbeck2023-07-027-149/+102
* File new test-bleichenbacher-timing-pregenerate.py under failing teststb2023-06-101-1/+3
* Make ruby-openssl cope with default ruby changetb2023-06-041-2/+2
* Copy the verify param hostflags independently of the host listtb2023-05-241-3/+1
* Add a test to verify that an SSL inherits the hostflags from the SSL_CTXtb2023-05-242-1/+105
* Provide CRYPTO_INT for statically linking libcrypto for libssl regresstb2023-05-241-0/+2
* tlsexttest: check additional logic in tlsext randomizationtb2023-04-271-1/+103
* Fix the client test and the tlsext test to work with randomizedtb2023-04-233-4/+21