summaryrefslogtreecommitdiff
path: root/regress/lib/libssl
AgeCommit message (Expand)Author
2022-06-29Add support for sending QUIC transport parametersBob Beck
2022-06-29Use relative paths so beck can run regress in his git tree and haveTheo Buehler
2022-06-10More %i vs %d cleanupTheo Buehler
2022-06-07Fix format strings: change %i, %li, %lli to %d, %ld, %lld and switch toTheo Buehler
2022-06-06Minor tweaks to psk modes regressTheo Buehler
2022-06-05move the calls to psk kex modes tests down to match order in ssl_tlsext.cTheo Buehler
2022-06-05Add regress coverage for PSK kex modes tlsext handlers.Theo Buehler
2022-05-14Add the two length tests. Can't currently run them because we need anTheo Buehler
2022-05-10If Ruby 3.1 isn't available, try to fall back to Ruby 3.0 so thatTheo Buehler
2022-05-08Default Ruby is now 3.1Theo Buehler
2022-04-21Add missing self. From antonTheo Buehler
2022-03-08Some more c99 initializers for consistency and readabilityTheo Buehler
2022-02-08Plug leaks reported by Ilya ShipitsinTheo Buehler
2022-02-08Plug a number of leaks reported by Ilya ShipitsinTheo Buehler
2022-02-06cope with recent S3I removal; ok tb@Anton Lindqvist
2022-02-05Add a workaround due to OpenSSL's limitation of SSL_CTX_set_cipher_listTheo Buehler
2022-02-05Mechanically adjust from AEAD- to TLS_ to adjust to the new cipher names.Theo Buehler
2022-02-05Adjust the ssl_get_shared_ciphers to the new names.Theo Buehler
2022-02-05Revise for S3I removal.Joel Sing
2022-01-11Revise for peer_cert.Joel Sing
2022-01-11Revise for changes to tls_key_share_peer_public()Joel Sing
2022-01-07Let dtlstest peek into bio_local.hTheo Buehler
2022-01-06Revise for change to tls_key_share_peer_public()Joel Sing
2022-01-06Test CBB_add_u64()Joel Sing
2022-01-06With openssl-ruby-tests 20220105, test_post_connection_check_wildcard_sanTheo Buehler
2022-01-05Revise for tls13_key_share rename.Joel Sing
2022-01-05Provide regress for SSL public APIs.Joel Sing
2021-12-29Plug memleaksTheo Buehler
2021-12-29One more leak of the same kindTheo Buehler
2021-12-29Plug memleakTheo Buehler
2021-12-27Provide a set of RSA and ECDSA test certificates/keys.Joel Sing
2021-12-27Provide a script to generate test certificates/keys.Joel Sing
2021-12-15Add coverage for CBS additions.Joel Sing
2021-12-02Tell testers which packages to install right away (and why)Klemens Nanni
2021-11-21Prepare ssltest for opaque DHTheo Buehler
2021-11-20Switch to BIO_up_ref() instead of adjusting references manually.Theo Buehler
2021-11-20Use BIO_up_ref() instead of adjusting refcounts manuallyTheo Buehler
2021-11-18Fix ssltest to work with opaque EVP_PKEY.Theo Buehler
2021-11-02Add regress that calls SSL_set_tlsext_host_name() with a NULL host name.Joel Sing
2021-11-01Rework SNI hostname regress to be table driven.Joel Sing
2021-10-31Make this test compile again after the damage done in libcryptoTheo Buehler
2021-10-28openssl-ruby tests: rework for x509_alt.c r1.3 and r1.5.Theo Buehler
2021-10-26Free memory on text exit to make asan quieterBob Beck
2021-10-26Revise regress for removal of SSL_SESSION_INTERNAL.Joel Sing
2021-10-23Add a regress test for TLS client/server.Joel Sing
2021-10-23Revise regress test for tls13_buffer rename.Joel Sing
2021-10-23Revise regress for tlsext_tick_lifetime_hint changing type.Joel Sing
2021-10-15Pull in ssl_locl.h so that we can keep reaching into libssl internals.Joel Sing
2021-10-13ssltest.c does not need param.hTheo Buehler
2021-10-13Remove __dead from usage() to reduce the diff needed to build LibreSSLTheo Buehler