summaryrefslogtreecommitdiff
path: root/examples/Cargo.toml
AgeCommit message (Expand)Author
2024-10-01examples: use pki-types pem decoderJoe Birr-Pixton
2024-09-24examples: convert tlsclient-mioJoe Birr-Pixton
2024-09-20examples: convert tlsserver-mio from docopt to clapDirkjan Ochtman
2024-06-16deps: use hickory-resolver alpha releaseDaniel McCarney
2024-06-16Revert "deps: use patched trust-dns 0.22"Daniel McCarney
2024-06-12deps: use patched trust-dns 0.22Daniel McCarney
2024-06-12ech: initial client side support (minus GREASE)Daniel McCarney
2024-04-09deps: rcgen 0.12 -> 0.13Daniel McCarney
2024-01-23Add note about env_logger 0.11 upgradeDirkjan Ochtman
2023-12-19add async exampleJorge Aparicio
2023-12-18build(deps): bump the crates-io group with 1 updatedependabot[bot]
2023-12-01Update dependenciesJoseph Birr-Pixton
2023-11-23Migrate to pki-types ServerNameDirkjan Ochtman
2023-11-23Upgrade to latest rustls-pemfileDirkjan Ochtman
2023-11-17Abolish quic crate featureJoseph Birr-Pixton
2023-10-10Remove unused dev-dependencies in examples crateDirkjan Ochtman
2023-10-04Drop rust-version metadata for internal cratesDirkjan Ochtman
2023-10-02build(deps): bump rcgen from 0.11.2 to 0.11.3dependabot[bot]
2023-10-02build(deps): bump regex from 1.9.5 to 1.9.6dependabot[bot]
2023-09-27Cargo: remove rcgen git patchDaniel McCarney
2023-09-19proj: remove dangerous_configuration featureDaniel McCarney
2023-09-07Take latest webpki, pki-types, pemfile, webpki-rootsJoseph Birr-Pixton
2023-09-05Switch to using pki-types crateDirkjan Ochtman
2023-08-16examples: add server_acceptor example.Daniel McCarney
2023-08-04examples: remove unused sct dependencyJoseph Birr-Pixton
2023-07-27build(deps): update webpki-roots requirement from 0.24 to 0.25dependabot[bot]
2023-07-07build(deps): update webpki-roots requirement from 0.23 to 0.24dependabot[bot]
2023-07-05tests: integration test for revoked client certs.Daniel McCarney
2023-06-12Upgrade env_logger to 0.10Dirkjan Ochtman
2023-06-12Bump MSRV to 1.60Joseph Birr-Pixton
2023-04-03build(deps): update webpki-roots requirement from 0.22 to 0.23dependabot[bot]
2023-03-28examples: make logging mandatory.Daniel McCarney
2023-02-10Lints: use Self and fix missing semicolonsYuri Astrakhan
2023-01-16Update license to use SPDX-compatible operatorsDirkjan Ochtman
2023-01-16examples: remove authors from Cargo metadata (per RFC 3052)Dirkjan Ochtman
2023-01-16examples: set rust-version to help guide clippyDirkjan Ochtman
2023-01-13Upgrade to 2021 editionDirkjan Ochtman
2022-09-05Use standard binary paths for example programs.Josh Aas
2022-09-05Rename rustls-mio to examples.Josh Aas
2019-03-08Split up mio-using examples/testsJoseph Birr-Pixton
2019-03-08Migrate examples into a subcrateErick Tryzelaar