summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add explicit LL suffixes to large constants to appease some compilers onmiod2023-01-011-3/+3
* Revise cipher list regress coverage of SSL_set_security_level().jsing2022-12-171-21/+43
* Unbreak rust-openssl-tests on sparc64tb2022-12-051-8/+4
* zap weird spaces $EDITOR added in previoustb2022-12-041-2/+2
* skip rust-openssl-tests on sparc64tb2022-12-031-3/+17
* regres/libssl/unit: simplify Makefiletb2022-12-021-20/+10
* Use regress framework rather than handrolling ittb2022-12-021-12/+1
* Refrain from printing SUCCESS in some of my teststb2022-12-012-8/+2
* Make internal header file names consistenttb2022-11-2611-22/+22
* Add regress coverage for TLS exporters.jsing2022-11-053-1/+677
* dtlstest: Ensure the timeouts are at least 10 ms. This makes these teststb2022-10-261-1/+7
* tlsexttest.c: make various static structs consttb2022-10-211-19/+19
* quic tlsext tests: use byte vector in place of stringtb2022-10-211-10/+8
* Link rust-openssl to regresstb2022-10-201-1/+2
* Provide a harness driving rust-openssl's regress teststb2022-10-203-0/+62
* Dynamically link libssl for QUIC regress.jsing2022-10-021-2/+2
* Remove unused headers.jsing2022-10-021-5/+1
* Revise for SSL_CTX_INTERNAL and SSL_INTERNAL removal.jsing2022-10-025-68/+66
* Wire up QUIC regress.jsing2022-08-271-1/+2
* Add regress for QUIC.jsing2022-08-272-0/+358
* Revise regress now that SSL_QUIC_METHOD exists.jsing2022-08-211-4/+6
* fix error messagetb2022-08-051-2/+2
* Use the FAIL macro instead of fprintf(stderr, "FAIL: ...\n");tb2022-08-051-10/+10
* Make the bogokey[] global static const.tb2022-08-051-7/+8
* Move CBB_init() to a consistent place.tb2022-08-051-10/+10
* Consistently initialize failure to 1 at the top of the function andtb2022-08-051-76/+62
* Consistently check for CBB_init() failure.tb2022-08-051-45/+89
* Remove most of the indirection introduced in previous and instead fetchtb2022-08-051-400/+339
* Add some glue to fetch the tlsext functions from the tls_extensions[]tb2022-08-041-190/+440
* Extend TLS buffer regress to cover read/write usage.jsing2022-07-221-13/+219
* Make test table based, extend it a littletb2022-07-211-69/+117
* link ssl_set_alpn_protos to regresstb2022-07-201-1/+2
* Add a quick and dirty regress for SSL{_CTX,}_set_alpn_protos()tb2022-07-201-0/+156
* zap trailing spacestb2022-07-191-2/+2
* Regenerate golden numbers due to RC4-MD5 now being disabled by default.tb2022-07-191-61/+58
* Revert accidental committb2022-07-181-2/+2
* Add comments to explain the magic numbers 57 and 58tb2022-07-182-3/+6
* Avoid sending the QUIC transport parameters extension now that wetb2022-07-181-4/+4
* Revise regress for QUIC transport parameters TLS extension.jsing2022-07-171-15/+32
* Use the security level knob in the test script.tb2022-07-071-2/+14
* Only run tests against ciphers supported by the method.tb2022-07-072-4/+28
* Add some minimal regress coverage for the security level.tb2022-07-071-1/+6