summaryrefslogtreecommitdiff
path: root/regress/lib/libssl/unit
AgeCommit message (Expand)Author
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
2017-08-28Use current chacha20-poly1305 cipher suite values.Joel Sing
2017-05-06Bring in an SSL_HANDSHAKE structure and commence the great shovellingBob Beck
2017-05-06Add regress coverage for SSL{,_CTX}_set_{min,max}_proto_version().Joel Sing
2017-03-25Update regress to match changes to tls1_PRF().Joel Sing
2017-03-18Update regress and remove temporary buffer to match changes in tls_PRF().Joel Sing
2017-03-10Add a unit test for tls1_PRF().Joel Sing
2017-01-25Update ssl versions regress to handle min/max configured versions andJoel Sing
2017-01-23Fix regress to handle movement of ssl structures to internalBob Beck
2017-01-22Update the TLS ALPN unit tests to work with internal/opaque data.Joel Sing
2017-01-03Add regress tests for max shared version code.Joel Sing