summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* interop: work around extreme REGRESS_SKIP_SLOW slownesstb2023-04-193-8/+31
* ssltest: Drop more policy go from this test.tb2023-04-151-357/+21
* ssltest: initial pass of dropping proxy cert gootb2023-04-151-89/+1
* Plug a memleak caused by an extra bump of a refcounttb2023-04-141-2/+1
* Make the apitest work better with the portable tets frameworktb2023-04-142-13/+12
* Sync function prototypes and declarations to satisfy clang 15.anton2023-02-021-3/+3
* Don't run session tests with openssl 3.0 - these tests aren't TLSv1.3 readytb2023-02-011-2/+2
* Hopefully the last one.tb2023-02-011-4/+4
* One more openssl 1.0.2 thing missed.tb2023-02-011-4/+4
* Switch from eopenssl to eopenssl30. Missed in both previous commitstb2023-02-011-4/+4
* Retire OpenSSL 1.0.2 interoptb2023-02-017-93/+13
* Add openssl 3.0 interop teststb2023-01-275-12/+70
* tlsfuzzer: hook up new connection abort tests while skipping the NSTtb2023-01-061-1/+5