Skip to content

Commit b533369

Browse files
committed
Declare rustls-pemfile to be unmaintained
1 parent 90c47c2 commit b533369

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+
```
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/1.12.0/rustls_pki_types/pem/trait.PemObject.html

0 commit comments

Comments
 (0)