@@ -4,6 +4,55 @@ 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
+ - missing extension implementations ([ #1050 ] )
17
+ - notes about ` UTCTime ` range being 1970-2049 ([ #1052 ] )
18
+
19
+ ### Changed
20
+ - use ` ErrorKind::Value ` for overlength serial ([ #988 ] )
21
+ - Bump ` hex-literal ` to v0.4.1 ([ #999 ] )
22
+ - Builder updates ([ #1001 ] )
23
+ - better debug info when ` zlint ` isn't installed ([ #1018 ] )
24
+ - make SKI optional in leaf certificate ([ #1028 ] )
25
+ - bump rsa from 0.9.0-pre.2 to 0.9.0 ([ #1033 ] )
26
+ - bump rsa from 0.9.1 to 0.9.2 ([ #1056 ] )
27
+
28
+ ### Fixed
29
+ - fix ` KeyUsage ` bit tests ([ #993 ] )
30
+ - extraneous PhantomData in ` TbsCertificate ` ([ #1017 ] )
31
+ - CI flakiness ([ #1042 ] )
32
+ - usage of ecdsa signer ([ #1043 ] )
33
+
34
+ [ #764 ] : https://github.com/RustCrypto/formats/pull/764
35
+ [ #987 ] : https://github.com/RustCrypto/formats/pull/987
36
+ [ #988 ] : https://github.com/RustCrypto/formats/pull/988
37
+ [ #993 ] : https://github.com/RustCrypto/formats/pull/993
38
+ [ #999 ] : https://github.com/RustCrypto/formats/pull/999
39
+ [ #1001 ] : https://github.com/RustCrypto/formats/pull/1001
40
+ [ #1007 ] : https://github.com/RustCrypto/formats/pull/1007
41
+ [ #1017 ] : https://github.com/RustCrypto/formats/pull/1017
42
+ [ #1018 ] : https://github.com/RustCrypto/formats/pull/1018
43
+ [ #1024 ] : https://github.com/RustCrypto/formats/pull/1024
44
+ [ #1028 ] : https://github.com/RustCrypto/formats/pull/1028
45
+ [ #1033 ] : https://github.com/RustCrypto/formats/pull/1033
46
+ [ #1034 ] : https://github.com/RustCrypto/formats/pull/1034
47
+ [ #1035 ] : https://github.com/RustCrypto/formats/pull/1035
48
+ [ #1042 ] : https://github.com/RustCrypto/formats/pull/1042
49
+ [ #1043 ] : https://github.com/RustCrypto/formats/pull/1043
50
+ [ #1050 ] : https://github.com/RustCrypto/formats/pull/1050
51
+ [ #1052 ] : https://github.com/RustCrypto/formats/pull/1052
52
+ [ #1056 ] : https://github.com/RustCrypto/formats/pull/1056
53
+
54
+
55
+
7
56
## 0.2.1 (2023-03-26)
8
57
### Added
9
58
- ` FromStr ` impls for ` RdnSequence ` (` Name ` ), ` RelativeDistinguishedName ` , and
0 commit comments