summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2024-09-09tests: support customizing supported ciphersuiteDaniel McCarney
2024-09-09build: include crypto provider in rustls_version()Daniel McCarney
2024-09-09project: default to aws-lc-rs, offer ring featureDaniel McCarney
2024-09-09cmake: reformat CMakeLists filesDaniel McCarney
2024-09-09cipher: convert platform verifier to providerDaniel McCarney
2024-09-09server: convert server config/builder to providerDaniel McCarney
2024-09-09client: make config builder building fallibleDaniel McCarney
2024-09-09connection: avoid `rustls_supported_ciphersuite` ptrDaniel McCarney
2024-09-09rslice: rustls_str -> strDaniel McCarney
2024-06-19tests: add rustls_version() integration testDaniel McCarney
2024-04-19tests: update Win expected libs, target_link_librariesDaniel McCarney
2024-04-19tests: update expected MacOS linker partsamesgen
2024-04-19tests: support rustls-platform-verifier in clientamesgen
2024-04-19tests: fix clippy::nonminimal_boolDaniel McCarney
2024-04-19tests: fix clippy::expect_fun_callDaniel McCarney
2024-04-11server: fix incompatible types warningDaniel McCarney
2024-04-11client: fix incompatible types warningDaniel McCarney
2024-04-04Fix valgrind warning in server.cJoseph Birr-Pixton
2024-03-21ci: add Synchronization.lib to Cmake target_link_librariesDaniel McCarney
2024-02-07tests: fix maybe-uninitialized warningDaniel McCarney
2024-01-12tests: update Windows expected linker partsDaniel McCarney
2023-12-13tests: fix windows expected linker partsDaniel McCarney
2023-12-13tests: update expected MacOS linker partsDaniel McCarney
2023-12-05cipher: fix name of rustls_root_cert_store_builder_load_roots_from_fileDaniel McCarney
2023-11-20track upstream Rustls 0.22.x alpha changes. (#341)Daniel McCarney
2023-10-06tests: drop dedupe from static_libs testDaniel McCarney
2023-10-06ci: remove client-server.py, cut over to rust testsDaniel McCarney
2023-10-06tests: RIIR client_server testsDaniel McCarney
2023-10-06tests: retry connections in client.cDaniel McCarney
2023-10-06tests: RIIR verify-static-libraries.pyDaniel McCarney
2023-10-04tests: check add pem result in server.cDaniel McCarney
2023-10-04tests: print headers for client/server test typesDaniel McCarney
2023-10-04tests: fix f-string in client-server.pyDaniel McCarney
2023-08-16tests: wait for tcp port for all test types.Daniel McCarney
2023-08-16tests: fix wait_tcp_port format string.Daniel McCarney
2023-07-25tests: add prefix to all perror callsJacob Hoffman-Andrews
2023-07-25tests: move LOG macro to common.hJacob Hoffman-Andrews
2023-07-25tests: add LOG macro to server.cJacob Hoffman-Andrews
2023-07-25tests: improve output from client-server.pyJacob Hoffman-Andrews
2023-07-13tests: add CRL mTLS test.Daniel McCarney
2023-07-13server: support reading CRL PEM for client auth.Daniel McCarney
2023-07-13cipher: client cert verifier w/ CRLs support.Daniel McCarney
2023-07-13cipher: rename verifier types to match upstream.Daniel McCarney
2023-07-11tests: universally apply clang-format.Daniel McCarney
2023-07-11ci: actions-rs/toolchain -> dtolnay/rust-toolchain.Daniel McCarney
2023-07-11tests: avoid unused var initializers.Daniel McCarney
2023-07-10tests: include mTLS tests.Daniel McCarney
2023-07-10tests/server: add optional required client cert auth.Daniel McCarney
2023-07-10tests/client: add client certificate support.Daniel McCarney
2023-07-10tests: common read_file and load_cert_and_key.Daniel McCarney