@@ -4,6 +4,44 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## 0.2.2 (unreleased)
8
+
9
+ ### Added
10
+ - Certificate builder ([ #764 ] )
11
+ - Support for ` RandomizedSigner ` in builder ([ #1007 ] )
12
+ - Provide parsing profiles ([ #987 ] )
13
+ - Support for ` Time::INFINITY ` ([ #1024 ] )
14
+ - Conversion from ` std::net::IpAddr ` ([ #1035 ] )
15
+ - ` CertReq ` builder ([ #1034 ] )
16
+
17
+ ### Changed
18
+ - use ` ErrorKind::Value ` for overlength serial ([ #988 ] )
19
+ - Bump ` hex-literal ` to v0.4.1 ([ #999 ] )
20
+ - Builder updates ([ #1001 ] )
21
+ - better debug info when ` zlint ` isn't installed ([ #1018 ] )
22
+ - make SKI optional in leaf certificate ([ #1028 ] )
23
+ - bump rsa from 0.9.0-pre.2 to 0.9.0 ([ #1033 ] )
24
+
25
+ ### Fixed
26
+ - fix ` KeyUsage ` bit tests ([ #993 ] )
27
+ - extraneous PhantomData in ` TbsCertificate ` ([ #1019 ] )
28
+
29
+ [ #764 ] : https://github.com/RustCrypto/formats/pull/764
30
+ [ #987 ] : https://github.com/RustCrypto/formats/pull/987
31
+ [ #988 ] : https://github.com/RustCrypto/formats/pull/988
32
+ [ #993 ] : https://github.com/RustCrypto/formats/pull/993
33
+ [ #999 ] : https://github.com/RustCrypto/formats/pull/999
34
+ [ #1001 ] : https://github.com/RustCrypto/formats/pull/1001
35
+ [ #1007 ] : https://github.com/RustCrypto/formats/pull/1007
36
+ [ #1017 ] : https://github.com/RustCrypto/formats/pull/1017
37
+ [ #1018 ] : https://github.com/RustCrypto/formats/pull/1018
38
+ [ #1024 ] : https://github.com/RustCrypto/formats/pull/1024
39
+ [ #1028 ] : https://github.com/RustCrypto/formats/pull/1028
40
+ [ #1033 ] : https://github.com/RustCrypto/formats/pull/1033
41
+ [ #1034 ] : https://github.com/RustCrypto/formats/pull/1034
42
+ [ #1035 ] : https://github.com/RustCrypto/formats/pull/1035
43
+
44
+
7
45
## 0.2.1 (2023-03-26)
8
46
### Added
9
47
- ` FromStr ` impls for ` RdnSequence ` (` Name ` ), ` RelativeDistinguishedName ` , and
0 commit comments