summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-10Update changelog for 0.9.1 (#264)v0.9.1Jacob Hoffman-Andrews
2022-06-09Don't drop the config builder when setting a client verifier (#263)amesgen
2022-06-09SNI hostname getter: set `out_n = 0` if unavailable (#262)amesgen
2022-05-30Fix lifecycle of rustls_root_cert_store (#260)Jacob Hoffman-Andrews
2022-05-18CI: Set clippy to deny warnings (#261)Jacob Hoffman-Andrews
2022-05-13Clarify comment for rustls_certified_key_build (#257)Jacob Hoffman-Andrews
2022-05-12Update CHANGELOG and Cargo.toml for 0.9.0. (#259)v0.9.0Jacob Hoffman-Andrews
2022-05-11Makefile remove dependency on header file (#258)Jacob Hoffman-Andrews
2022-04-19Avoid creating references to out params (#256)Jacob Hoffman-Andrews
2022-04-15Add feature for early testing of feature(read_buf) (#248)David Cook
2022-04-12Add CMake build system (with Windows support) (#253)David Cook
2022-03-15Try running apt-get update before installing (#254)David Cook
2021-12-15build.rs: link to correct version of rustls (#250)Kevin Burke
2021-12-13Add static libs on Windows (#249)Jacob Hoffman-Andrews
2021-12-12cipher: add method to get ciphersuite name (#147)Kevin Burke
2021-12-12Mark RUSTLS_ALL_CIPHER_SUITES as public (#247)David Cook
2021-11-19client: add ciphersuite and version arrays (#242)David Cook
2021-11-17rslice: add Debug impl for rustls_str (#240)Kevin Burke
2021-11-15all: replace "crustls" invocations with "rustls-ffi" (#241)Kevin Burke
2021-11-15Improve handling of errors (#227)Jacob Hoffman-Andrews
2021-11-15Document static lib dependencies (#213)Jacob Hoffman-Andrews
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-15doc: replace session with connection (#233)Jacob Hoffman-Andrews
2021-11-15Cargo.toml: update rustls to version 0.20.1 (#238)Kevin Burke
2021-11-14Use a specific version for cbindgen (#234)Jacob Hoffman-Andrews
2021-11-14Fix headings in CHANGELOG (#223)Jacob Hoffman-Andrews
2021-11-14Improve README situation (#225)Jacob Hoffman-Andrews
2021-11-14Add missing fields to Cargo.toml for publication (#224)Jacob Hoffman-Andrews
2021-11-14Update CHANGELOG and Cargo.toml for 0.8.2 (#222)v0.8.2Jacob Hoffman-Andrews
2021-11-14Add feature to inhibit log capture (#219)Jacob Hoffman-Andrews
2021-11-13Cargo.toml: update version number to match git tag (#221)Kevin Burke
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-10Add tests for server and client connection_new (#208)Jacob Hoffman-Andrews
2021-11-09Fix config builder tests under miri (#207)Jacob Hoffman-Andrews
2021-11-09Plug server mem-leaks (#196)Gisle Vanem
2021-11-09Win32: remove <sys/uio.h> (#201)Gisle Vanem
2021-11-09Re-add Miri to CI. (#199)Jacob Hoffman-Andrews
2021-11-09Fix enabling of ALPN and SNI in config builder (#206)Jacob Hoffman-Andrews
2021-11-09Add ALPN support in test server (#205)Jacob Hoffman-Andrews
2021-11-08Add build status badge. (#186)Jacob Hoffman-Andrews
2021-11-08Fix documented lifetime on connection getters (#194)v0.8.0Jacob Hoffman-Andrews
2021-11-08Check input in rustls_error to avoid UB (#195)Jacob Hoffman-Andrews
2021-11-08all: fix clippy warnings and add CI check (#191)Kevin Burke
2021-11-07Update client to write to stdout (#193)Jacob Hoffman-Andrews
2021-11-07Update changelog for v0.8.0 (#182)Jacob Hoffman-Andrews
2021-11-07Switch from inet_aton to inet_addr (#181)Jacob Hoffman-Andrews
2021-11-07Quiet the "wait for port" code in test. (#183)Jacob Hoffman-Andrews
2021-11-07Pass through ioslice type directly (#188)Jacob Hoffman-Andrews