summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Some more c99 initializers for consistency and readabilitytb2022-03-081-23/+62
* Plug leaks reported by Ilya Shipitsintb2022-02-081-1/+5
* Plug a number of leaks reported by Ilya Shipitsintb2022-02-081-2/+9
* cope with recent S3I removal; ok tb@anton2022-02-061-2/+2
* Add a workaround due to OpenSSL's limitation of SSL_CTX_set_cipher_listtb2022-02-051-1/+5
* Mechanically adjust from AEAD- to TLS_ to adjust to the new cipher names.tb2022-02-051-10/+5
* Adjust the ssl_get_shared_ciphers to the new names.tb2022-02-051-23/+23
* Revise for S3I removal.jsing2022-02-051-81/+81
* Revise for peer_cert.jsing2022-01-111-6/+6
* Revise for changes to tls_key_share_peer_public()jsing2022-01-111-2/+4
* Let dtlstest peek into bio_local.htb2022-01-072-2/+4
* Revise for change to tls_key_share_peer_public()jsing2022-01-061-3/+2
* Test CBB_add_u64()jsing2022-01-061-2/+6
* With openssl-ruby-tests 20220105, test_post_connection_check_wildcard_santb2022-01-061-2/+2
* Revise for tls13_key_share rename.jsing2022-01-051-11/+11
* Provide regress for SSL public APIs.jsing2022-01-053-1/+387
* Plug memleakstb2021-12-291-3/+11
* One more leak of the same kindtb2021-12-291-2/+2
* Plug memleaktb2021-12-291-3/+3
* Provide a set of RSA and ECDSA test certificates/keys.jsing2021-12-2730-0/+919
* Provide a script to generate test certificates/keys.jsing2021-12-271-0/+263
* Add coverage for CBS additions.jsing2021-12-151-2/+50
* Tell testers which packages to install right away (and why)kn2021-12-023-3/+7
* Prepare ssltest for opaque DHtb2021-11-211-18/+39
* Switch to BIO_up_ref() instead of adjusting references manually.tb2021-11-202-16/+6
* Use BIO_up_ref() instead of adjusting refcounts manuallytb2021-11-201-9/+3
* Fix ssltest to work with opaque EVP_PKEY.tb2021-11-181-22/+33
* Add regress that calls SSL_set_tlsext_host_name() with a NULL host name.jsing2021-11-021-1/+15
* Rework SNI hostname regress to be table driven.jsing2021-11-011-62/+147
* Make this test compile again after the damage done in libcryptotb2021-10-311-19/+20
* openssl-ruby tests: rework for x509_alt.c r1.3 and r1.5.tb2021-10-281-6/+9
* Free memory on text exit to make asan quieterbeck2021-10-261-53/+83
* Revise regress for removal of SSL_SESSION_INTERNAL.jsing2021-10-261-27/+27
* Add a regress test for TLS client/server.jsing2021-10-233-1/+496
* Revise regress test for tls13_buffer rename.jsing2021-10-231-14/+16
* Revise regress for tlsext_tick_lifetime_hint changing type.jsing2021-10-231-2/+2
* Pull in ssl_locl.h so that we can keep reaching into libssl internals.jsing2021-10-152-1/+4
* ssltest.c does not need param.htb2021-10-131-1/+0
* Remove __dead from usage() to reduce the diff needed to build LibreSSLtb2021-10-131-3/+3
* Rework openssl-ruby-tests to run all passing tests first, thentb2021-09-091-4/+12
* zap trailing whitespacetb2021-09-091-7/+7
* The default Ruby has switched to 3.0tb2021-09-061-2/+2
* Implement a -h option that allows specifying a target host thattb2021-09-031-9/+13
* Now that the issue is fixed, enable test-extensions.pytb2021-09-031-6/+2
* Make Bob happy.bluhm2021-09-031-1/+5
* Add -f to usagetb2021-09-021-2/+2
* hook verify regress test to buildtb2021-08-301-1/+2
* Revert accidental committb2021-08-307-35/+18
* link verify regress tests to buildtb2021-08-307-18/+35
* Reimplement part of the openssl/x509 regress tests in Ctb2021-08-303-0/+521