diff --git a/cmpv2/README.md b/cmpv2/README.md index 84a97c196..1b27b93e5 100644 --- a/cmpv2/README.md +++ b/cmpv2/README.md @@ -11,13 +11,6 @@ Pure Rust implementation of the Certificate Management Protocol (CMP) as describ [Documentation][docs-link] -## Status - -tl;dr: not ready to use. - -This is a work-in-progress implementation which is at an early stage of -development. - ## Minimum Supported Rust Version This crate requires **Rust 1.65** at a minimum. diff --git a/crmf/README.md b/crmf/README.md index 68c0a84fe..e229ab1f0 100644 --- a/crmf/README.md +++ b/crmf/README.md @@ -11,13 +11,6 @@ Pure Rust implementation of the Certificate Request Message Format (CRMF) as des [Documentation][docs-link] -## Status - -tl;dr: not ready to use. - -This is a work-in-progress implementation which is at an early stage of -development. - ## Minimum Supported Rust Version This crate requires **Rust 1.65** at a minimum. diff --git a/x509-ocsp/README.md b/x509-ocsp/README.md index ee934232e..35f62d297 100644 --- a/x509-ocsp/README.md +++ b/x509-ocsp/README.md @@ -12,13 +12,6 @@ Online Certificate Status Protocol - OCSP formats as described in [RFC 6960]. [Documentation][docs-link] -## Status - -tl;dr: not ready to use. - -This is a work-in-progress implementation which is at an early stage of -development. - ## Minimum Supported Rust Version This crate requires **Rust 1.65** at a minimum.