File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ This crate provides types for representing X.509 certificates, keys and other ty
88used in the rustls ecosystem. It is intended to be used by crates that need to work with such X.509
99types, 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
1313Some of these crates used to define their own trivial wrappers around DER-encoded bytes.
1414However, 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
3232base64-encoded DER, PEM objects are delimited by header and footer lines which indicate the type
3333of 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
You can’t perform that action at this time.
0 commit comments