summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2023-07-10tests/client: replace bzero with memset.Daniel McCarney
2023-07-10tests/client: silence easily swappable params lint.Daniel McCarney
2023-07-10tests: avoid impl-defined narrowing conversions.Daniel McCarney
2023-07-10tests/common: remove unreachable return.Daniel McCarney
2023-07-10tests/server: rm unreachable fprintf.Daniel McCarney
2023-07-10tests/server: remove empty statement.Daniel McCarney
2023-07-10tests/server: simplify handle_conn branching.Daniel McCarney
2023-07-10tests: remove unused includesDaniel McCarney
2023-07-10tests/common: remove unused write_all function.Daniel McCarney
2023-06-30tests: ignore consecutive duplicates in lib check.Daniel McCarney
2023-06-30makefiles: fix Windows unresolved symbol link errs.Daniel McCarney
2023-05-30tests/server.c: fix segfault when printing usageJoseph Birr-Pixton
2023-05-01Consolidate test certificatesJacob Hoffman-Andrews
2023-03-29Update verify-static-libraries.pyv0.10.0Jacob Hoffman-Andrews
2023-03-29tests: dns_name -> server_name. (#305)Daniel McCarney
2023-03-29tests: fixup static lib assertion (#307)Daniel McCarney
2023-03-03Remove references to old "crustls" name (#289)Jacob Hoffman-Andrews
2023-02-13tests: replace sprintf with snprintf (#285)Jacob Hoffman-Andrews
2022-12-28Update list of libraries on Windows and macOS (#281)Jacob Hoffman-Andrews
2022-12-10tests: fix -Wformat (#275)Sam James
2022-06-27Update shared libraries for Windows (take 2) (#270)Jacob Hoffman-Andrews
2022-06-27Update shared libraries for Windows (#267)Jacob Hoffman-Andrews
2022-04-12Add CMake build system (with Windows support) (#253)David Cook
2021-11-15all: replace "crustls" invocations with "rustls-ffi" (#241)Kevin Burke
2021-11-15tests: add script to verify static libraries (#237)Kevin Burke
2021-11-15Add valgrind to C tests (#216)Jacob Hoffman-Andrews
2021-11-11Fix Makefile.Windows (#211)v0.8.1Jacob Hoffman-Andrews
2021-11-10Include pthread.h only for non-WIN32 build (#210)Jacob Hoffman-Andrews
2021-11-09Plug server mem-leaks (#196)Gisle Vanem
2021-11-09Win32: remove <sys/uio.h> (#201)Gisle Vanem
2021-11-09Add ALPN support in test server (#205)Jacob Hoffman-Andrews
2021-11-07Update client to write to stdout (#193)Jacob Hoffman-Andrews
2021-11-07Switch from inet_aton to inet_addr (#181)Jacob Hoffman-Andrews
2021-11-06Use length specifier for User-Agent string (#187)Jacob Hoffman-Andrews
2021-11-04lib.rs: correct rustls_version docs (#171)Kevin Burke
2021-11-02Switch to setter-based config builder (#154)Jacob Hoffman-Andrews
2021-10-29Fix client.c and server.c. (#153)Jacob Hoffman-Andrews
2021-10-18Rename library to rustls-ffi (#116)Jacob Hoffman-Andrews
2021-10-15Upgrade rustls to 0.20.0 (#88)Dirkjan Ochtman