Commit 7ba4ab7 1 parent 07686b2 commit 7ba4ab7 Copy full SHA for 7ba4ab7
File tree 1 file changed +4
-18
lines changed
1 file changed +4
-18
lines changed Original file line number Diff line number Diff line change @@ -8,24 +8,10 @@ poor and doing so doesn't address a meaningful threat model.
8
8
[ ![ Crate] ( https://img.shields.io/crates/v/rustls-pemfile.svg )] ( https://crates.io/crates/rustls-pemfile )
9
9
[ ![ Documentation] ( https://docs.rs/rustls-pemfile/badge.svg )] ( https://docs.rs/rustls-pemfile/ )
10
10
11
- # Release history
12
- - 1.0.3 (2023-06-28)
13
- * Add certificate revocation list (CRL) format support.
14
- * Add ` crls ` helper function.
15
- - 1.0.2 (2023-01-10)
16
- * Add ` ec_private_keys() ` helper function.
17
- * Update base64 to the latest version.
18
- - 1.0.1 (2022-08-02)
19
- * Enable parsing PEM files with non-UTF-8 content between items.
20
- - 1.0.0 (2022-04-14)
21
- * Initial stable release. No API changes.
22
- - 0.3.0 (2022-02-05)
23
- * Add SEC1 EC key format support (ie, "EC PRIVATE KEY" sections) thanks to @farcaller .
24
- * Make ` Item ` enum non-exhaustive.
25
- - 0.2.1 (2021-04-17)
26
- * Performance improvements thanks to @zz85 .
27
- - 0.2.0 (2020-12-28)
28
- * Initial release.
11
+ # Changelog
12
+
13
+ The detailed list of changes in each release can be found at
14
+ https://github.com/rustls/pemfile/releases .
29
15
30
16
# License
31
17
rustls-pemfile is distributed under the following three licenses:
You can’t perform that action at this time.
0 commit comments