File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ ``` toml
2+ [advisory ]
3+ id = " RUSTSEC-0000-0000"
4+ package = " rustls-pemfile"
5+ date = " 2025-11-28"
6+ url = " https://github.com/rustls/pemfile/issues/61"
7+ informational = " unmaintained"
8+
9+ [versions ]
10+ patched = []
11+ ```
12+
13+ # rustls-pemfile is unmaintained
14+
15+ The rustls-pemfile crate is no longer maintained. The repository has been archived since August
16+ 2025, and users are encouraged to depend directly on the underlying PEM parsing code included
17+ in rustls-pki-types since 1.9.0. The latest version of rustls-pemfile is in fact a thin wrapper
18+ around the same code used in rustls-pki-types, so migrating should be straightforward.
19+
20+ The new API is represented by the [ ` PemObject ` ] [ PemObject ] trait, which provides methods for
21+ reading a single or multiple PEM objects from a file or byte slice.
22+
23+ [ PemObject ] : https://docs.rs/rustls-pki-types/latest/rustls_pki_types/pem/trait.PemObject.html
You can’t perform that action at this time.
0 commit comments