Skip to content

Commit 5786284

Browse files
committed
README: downplay rustls-pemfile
1 parent 62fdfaa commit 5786284

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This crate provides types for representing X.509 certificates, keys and other ty
88
used in the rustls ecosystem. It is intended to be used by crates that need to work with such X.509
99
types, such as [rustls](https://crates.io/crates/rustls),
1010
[rustls-webpki](https://crates.io/crates/rustls-webpki),
11-
[rustls-pemfile](https://crates.io/crates/rustls-pemfile), and others.
11+
and others.
1212

1313
Some of these crates used to define their own trivial wrappers around DER-encoded bytes.
1414
However, in order to avoid inconvenient dependency edges, these were all disconnected. By
@@ -32,7 +32,7 @@ many tools and protocols use a ASCII-based encoding of DER, called PEM. In addit
3232
base64-encoded DER, PEM objects are delimited by header and footer lines which indicate the type
3333
of object contained in the PEM blob.
3434

35-
The [rustls-pemfile](https://docs.rs/rustls-pemfile) crate can be used to parse PEM files.
35+
This crate's types can be created from both DER and PEM encodings.
3636

3737
## Creating new certificates and keys
3838

0 commit comments

Comments
 (0)