1
1
# Changelog
2
2
3
- # Unreleased next version
3
+ ## 0.10.0
4
4
5
5
Breaking
6
6
@@ -17,18 +17,11 @@ Breaking
17
17
are multiple CRLs and is therefore not necessary any more. ([ #112 ] )
18
18
* The minimum required Rust version is now 1.42. ([ #108 ] )
19
19
20
- Bug Fixes
21
-
22
- * Don’t refuse a rpkiNotify SIA in EE certificates in strict validation mode.
23
- This was accidentally introduced by misreading the spec. ([ #105 ] )
24
- * Do not include a parameter to the algorithm identifier of the SHA-256
25
- digest algorithm. ([ #109 ] )
26
-
27
20
New
28
21
29
22
* ` cert::Cert ` can now decode, inspect, and verify BGPSec router
30
23
certificates. ([ #113 ] )
31
- * Module ` rta ` for handling Resource Tagged Assertions. ([ #108 ] )
24
+ * Module ` rta ` for handling Resource Tagged Assertions. ([ #108 ] )
32
25
* ` crypto::DigestAlgorithm::digest_file ` allows calculating the digest
33
26
value of an entire file. ([ #108 ] )
34
27
* ` IpBlock ` can now be displayed via helper types to select IPv4 or IPv6.
43
36
* ` resources::IpBlocks::contains_block ` and ` intersects_block ` ([ #110 )]
44
37
* ` roa::FriendlyRoaIpAddress::prefix ` and ` is_v4 ` ([ #110 )]
45
38
46
- Dependencies
39
+ Bug Fixes
40
+
41
+ * Don’t refuse an rpkiNotify SIA in EE certificates in strict validation mode.
42
+ The spec is somewhat contradictory on whether they are allowed or now,
43
+ so we should allow them. ([ #105 ] )
44
+ * Do not include a parameter to the algorithm identifier of the SHA-256
45
+ digest algorithm. ([ #109 ] )
47
46
48
47
[ #105 ] : https://github.com/NLnetLabs/rpki-rs/pull/105
49
48
[ #108 ] : https://github.com/NLnetLabs/rpki-rs/pull/108
@@ -54,7 +53,7 @@ Dependencies
54
53
[ #113 ] : https://github.com/NLnetLabs/rpki-rs/pull/113
55
54
56
55
57
- # 0.9.2
56
+ ## 0.9.2
58
57
59
58
New
60
59
64
63
[ #106 ] : https://github.com/NLnetLabs/rpki-rs/pull/106
65
64
66
65
67
- # 0.9.1
66
+ ## 0.9.1
68
67
69
68
New
70
69
@@ -87,7 +86,7 @@ Dependencies
87
86
[ #103 ] : https://github.com/NLnetLabs/rpki-rs/pull/102
88
87
89
88
90
- # 0.9.0
89
+ ## 0.9.0
91
90
92
91
Breaking
93
92
@@ -109,7 +108,7 @@ Dependencies
109
108
[ @dadepo ] : https://github.com/dadepo
110
109
111
110
112
- # 0.8.3
111
+ ## 0.8.3
113
112
114
113
Bug Fixes
115
114
@@ -119,7 +118,7 @@ Bug Fixes
119
118
[ (#93) ] : https://github.com/NLnetLabs/rpki-rs/pull/93
120
119
121
120
122
- # 0.8.2
121
+ ## 0.8.2
123
122
124
123
Bug Fixes
125
124
@@ -129,7 +128,7 @@ Bug Fixes
129
128
[ (#91) ] : https://github.com/NLnetLabs/rpki-rs/pull/91
130
129
131
130
132
- # 0.8.1
131
+ ## 0.8.1
133
132
134
133
New
135
134
@@ -144,7 +143,7 @@ Bug Fixes
144
143
[ (#88) ] : https://github.com/NLnetLabs/rpki-rs/pull/88
145
144
146
145
147
- # 0.8.0
146
+ ## 0.8.0
148
147
149
148
Breaking
150
149
@@ -168,7 +167,7 @@ Bug Fixes
168
167
[ (#85) ] : https://github.com/NLnetLabs/rpki-rs/pull/85
169
168
170
169
171
- # 0.7.0
170
+ ## 0.7.0
172
171
173
172
Breaking
174
173
@@ -200,7 +199,7 @@ Other Changes
200
199
[ (#80) ] : https://github.com/NLnetLabs/rpki-rs/pull/80
201
200
202
201
203
- # 0.6.0
202
+ ## 0.6.0
204
203
205
204
Breaking
206
205
@@ -239,7 +238,7 @@ Bug Fixes
239
238
[ (#73) ] : https://github.com/NLnetLabs/rpki-rs/pull/73
240
239
241
240
242
- # 0.5.0
241
+ ## 0.5.0
243
242
244
243
Breaking
245
244
@@ -285,7 +284,7 @@ Dependencies
285
284
[ (#57) ] : https://github.com/NLnetLabs/rpki-rs/pull/57
286
285
287
286
288
- # 0.4.0
287
+ ## 0.4.0
289
288
290
289
Breaking
291
290
0 commit comments