summaryrefslogtreecommitdiff
path: root/regress/lib/libssl
AgeCommit message (Expand)Author
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
2022-08-05Make the bogokey[] global static const.Theo Buehler
2022-08-05Move CBB_init() to a consistent place.Theo Buehler
2022-08-05Consistently initialize failure to 1 at the top of the function andTheo Buehler
2022-08-05Consistently check for CBB_init() failure.Theo Buehler
2022-08-05Remove most of the indirection introduced in previous and instead fetchTheo Buehler
2022-08-04Add some glue to fetch the tlsext functions from the tls_extensions[]Theo Buehler
2022-07-22Extend TLS buffer regress to cover read/write usage.Joel Sing
2022-07-21Make test table based, extend it a littleTheo Buehler
2022-07-20link ssl_set_alpn_protos to regressTheo Buehler
2022-07-20Add a quick and dirty regress for SSL{_CTX,}_set_alpn_protos()Theo Buehler
2022-07-19zap trailing spacesTheo Buehler
2022-07-19Regenerate golden numbers due to RC4-MD5 now being disabled by default.Theo Buehler
2022-07-18Revert accidental commitTheo Buehler
2022-07-18Add comments to explain the magic numbers 57 and 58Theo Buehler