summaryrefslogtreecommitdiff
path: root/build.rs
AgeCommit message (Expand)Author
2024-09-10cargo: rustls 0.23.12 -> 0.23.13Daniel McCarney
2024-09-09Cargo: update rustls 0.23.4 -> 0.23.12Daniel McCarney
2024-09-09build: include crypto provider in rustls_version()Daniel McCarney
2024-06-19build: justify hardcoded build.rs RUSTLS_CRATE_VERSIONDaniel McCarney
2024-03-29Cargo: rustls 0.23.1 -> 0.23.4Daniel McCarney
2024-03-28update rustls 0.22 -> 0.23Daniel McCarney
2023-12-02deps: update to rustls 0.22, update breaking changesDaniel McCarney
2023-11-29deps: track rustls alpha.6, pki-types 0.2.3 (#368)Daniel McCarney
2023-11-20track upstream Rustls 0.22.x alpha changes. (#341)Daniel McCarney
2023-11-16deps: update to Rustls 0.21.9Daniel McCarney
2023-07-13deps: update rustls ecosystem dependencies.Daniel McCarney
2023-03-29deps: upgrade to rustls 0.21.0 release.Daniel McCarney
2023-02-17Prepare 0.9.2 release (#288)v0.9.2Jacob Hoffman-Andrews
2022-12-28Fix nightly clippy lints (#282)Jacob Hoffman-Andrews
2022-12-10Update rustls from 0.20.4 to 0.20.7 (#279)Jacob Hoffman-Andrews
2022-04-15Add feature for early testing of feature(read_buf) (#248)David Cook
2021-12-15build.rs: link to correct version of rustls (#250)Kevin Burke
2021-11-15Cargo.toml: update rustls to version 0.20.1 (#238)Kevin Burke
2021-11-08all: fix clippy warnings and add CI check (#191)Kevin Burke
2021-11-04lib.rs: correct rustls_version docs (#171)Kevin Burke
2021-11-01lib: expose rustls_version as a rustls_str (#149)Kevin Burke
2021-10-18Rename library to rustls-ffi (#116)Jacob Hoffman-Andrews
2021-04-22Allow crustls to be used as an rlib dependency (#41)Stephen M. Coakley