This repository was archived by the owner on Aug 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " rustls-pemfile"
3- version = " 0.3 .0"
3+ version = " 1.0 .0"
44authors = [" Joseph Birr-Pixton <jpixton@gmail.com>" ]
55edition = " 2018"
66license = " Apache-2.0/ISC/MIT"
Original file line number Diff line number Diff line change 11# rustls-pemfile
2- This is a very basic parser for PEM-encodings commonly used for storing keys and certificates at rest.
2+ This is a basic parser for PEM-encodings commonly used for storing keys and certificates at rest.
33
44It doesn't support reading encrypted keys: the cryptography standardised for this is typically very
55poor and doing so doesn't address a meaningful threat model.
@@ -9,6 +9,8 @@ poor and doing so doesn't address a meaningful threat model.
99[ ![ Documentation] ( https://docs.rs/rustls-pemfile/badge.svg )] ( https://docs.rs/rustls-pemfile/ )
1010
1111# Release history
12+ - 1.0.0 (2022-04-14)
13+ * Initial stable release. No API changes.
1214- 0.3.0 (2022-02-05)
1315 * Add SEC1 EC key format support (ie, "EC PRIVATE KEY" sections) thanks to @farcaller .
1416 * Make ` Item ` enum non-exhaustive.
You can’t perform that action at this time.
0 commit comments