mirror of
https://github.com/seemueller-io/hyper-custom-cert.git
synced 2025-09-08 22:46:45 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
aa25ffb215 | ||
![]() |
29432f61f2 |
@@ -42,7 +42,7 @@ For connecting to services with custom/private Certificate Authorities:
|
|||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
hyper-custom-cert = { version = "0.1.0", features = ["rustls"] }
|
hyper-custom-cert = { version = "<latest>", features = ["rustls"] }
|
||||||
```
|
```
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "hyper-custom-cert"
|
name = "hyper-custom-cert"
|
||||||
version = "0.3.1"
|
version = "0.3.2"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
description = "A small, ergonomic HTTP client wrapper around hyper with optional support for custom Root CAs and a dev-only insecure mode for self-signed certificates."
|
description = "A small, ergonomic HTTP client wrapper around hyper with optional support for custom Root CAs and a dev-only insecure mode for self-signed certificates."
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
@@ -6,10 +6,6 @@
|
|||||||
//! - A production-grade path to trust a custom Root CA by providing PEM bytes
|
//! - A production-grade path to trust a custom Root CA by providing PEM bytes
|
||||||
//! - Clear security boundaries and feature flags
|
//! - Clear security boundaries and feature flags
|
||||||
//!
|
//!
|
||||||
//! This crate is derived from a reference implementation located under
|
|
||||||
//! `reference-implementation/hyper-custom-cert` in this repository. The reference
|
|
||||||
//! implementation remains unchanged and serves as inspiration and verification.
|
|
||||||
//!
|
|
||||||
//! Note: Networking internals are intentionally abstracted for now; this crate
|
//! Note: Networking internals are intentionally abstracted for now; this crate
|
||||||
//! focuses on a robust and secure configuration API surfaced via a builder.
|
//! focuses on a robust and secure configuration API surfaced via a builder.
|
||||||
//!
|
//!
|
||||||
|
Reference in New Issue
Block a user