File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-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+ affected = [" >= 0.1.0" ]
11+ patched = []
12+ ```
13+
14+ # rustls-pemfile is unmaintained
15+
16+ The rustls-pemfile crate is no longer maintained. The repository has been archived since August
17+ 2025, and users are encouraged to depend directly on the underlying PEM parsing code included
18+ in rustls-pki-types since 1.9.0. The latest version of rustls-pemfile is in fact a thin wrapper
19+ around the same code used in rustls-pki-types, so migrating should be straightforward.
20+
21+ The new API is represented by the [ ` PemObject ` ] [ PemObject ] trait, which provides methods for
22+ reading a single or multiple PEM objects from a file or byte slice.
23+
24+ [ PemObject ] : https://docs.rs/rustls-pki-types/1.12.0/rustls_pki_types/pem/trait.PemObject.html
You can’t perform that action at this time.
0 commit comments