summaryrefslogtreecommitdiff
path: root/regress/lib/libssl/unit
AgeCommit message (Expand)Author
2023-05-24Copy the verify param hostflags independently of the host listTheo Buehler
2023-05-24Add a test to verify that an SSL inherits the hostflags from the SSL_CTXTheo Buehler
2022-12-17Revise cipher list regress coverage of SSL_set_security_level().Joel Sing
2022-12-02regres/libssl/unit: simplify MakefileTheo Buehler
2022-11-26Make internal header file names consistentTheo Buehler
2022-10-02Revise for SSL_CTX_INTERNAL and SSL_INTERNAL removal.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-07Add some minimal regress coverage for the security level.Theo Buehler
2022-06-10More %i vs %d cleanupTheo Buehler
2022-02-08Plug leaks reported by Ilya ShipitsinTheo Buehler
2022-02-06cope with recent S3I removal; ok tb@Anton Lindqvist
2022-02-05Adjust the ssl_get_shared_ciphers to the new names.Theo Buehler
2021-12-29Plug memleaksTheo Buehler
2021-06-27Improve test coverage for SSL_OP_NO_DTLSv1.Joel Sing
2021-05-04Rename shutdown_all() to shutdown_peers() for consistency.Theo Buehler
2021-05-03Modify regress ssl_get_shared_ciphers for portableKinichiro Inoguchi
2021-04-04Fix two copy paste errors in error messagesTheo Buehler
2021-04-04Add tests for DTLSv1_2{,_client,_server}_method()Theo Buehler
2021-03-24Update regress for new_cipher rename.Joel Sing
2021-03-17Update for DTLSv1.2 being enabled.Joel Sing
2021-03-17Update for DTLSv1.2 version handling.Joel Sing
2021-02-25Update regress to match TLS versions change.Joel Sing
2021-02-20Revise regress to match change in SSL{_CTX,}_get_{min,max}_proto_version().Joel Sing
2021-01-21don't set AUTO_RETRY. it's a remnant of an experiment.Theo Buehler
2021-01-12A few minor tweaks to make my OCD happy.Theo Buehler
2021-01-11Print error if SSL_{connect,accept,shutdown}(3) don't run to completion.Theo Buehler
2021-01-11Shut down the TLS connections properly.Theo Buehler
2021-01-11Include headers used instead of relying on ssl.h pulling in the world.Theo Buehler
2021-01-10Merge handshake_loop() into handshake(). There's no benefit in havingTheo Buehler
2021-01-10tweak a commentTheo Buehler
2021-01-10Link shared ciphers test to buildTheo Buehler
2021-01-10Add a regress for SSL_get_shared_ciphers() for the change of returnedTheo Buehler
2021-01-09whitespaceTheo Buehler
2020-12-01Extend the methods test to cover dtls methods as wellTheo Buehler
2020-12-01Enable ssl_methods unit test.Theo Buehler
2020-12-01Add an ssl_methods() unit test that currently only covers theTheo Buehler
2020-08-09Update TLS versions to match TLSv1.3 being enabled for TLS_method().Joel Sing
2020-08-09Fix regress test so that it exits non-zero for failure cases.Joel Sing
2020-07-03adjust alpn extension test to new argument orderTheo Buehler
2019-04-04Use correct define.Joel Sing
2019-01-18Update regress following TLS extension renaming.Joel Sing
2018-11-06Add TLSv1.3 to version regress tests.Joel Sing
2018-06-02Update regress for DES cipher suite removal.Joel Sing
2018-03-15Provide SSL_CTX_get_min_proto_version and SSL_CTX_get_max_proto_versionJeremie Courreges-Anglas
2018-02-08Update regress to use tlsext_serverhello_parse().Joel Sing
2018-01-27Update regress to match removal of ssl_parse_clienthello_tlsext().Joel Sing
2017-10-11Update regress now that ssl_cipher_list_to_bytes() takes a CBB.Joel Sing
2017-10-10Revise regress now that ssl_bytes_to_cipher_list() takes a CBS.Joel Sing