Releases: NLnetLabs/rpki-rs
Releases · NLnetLabs/rpki-rs
0.15.10
New
- Added
RoaIpAddress::max_length
. (#245)
- Added
content
methods to Roa
and Aspa
allowing access to the content before validation. (#248 by @digizeph)
0.15.9
Bug Fixes
- RTR server: Report the right type of query in
Socket::update
. (#239)
- Allow
pathLenConstraint
in Basic Constraints extension in ID certificates. (#241)
0.15.8
Bug fixes
- Accept all options for the Authority Key Identifier extension in ID certificates. (#236)
0.15.7
Bug Fixes
- Allow and ignore extension in CRLs and CRL entries used in the
ca
module. Handling of CRLs for the RPKI in the repository
module is unchanged. (#234)
0.15.6
Bug Fixes
- Include all
resource_set_*
types in Resource Class List Response. (#232)
0.15.5
Bug Fixes
- Accept missing trailing slash in RFC 8183 XML namespaces. (#230)
0.15.4
Bug Fixes
- Fix missing conditional compilation attributes that caused errors and warnings for certain combinations of features. (#228)
0.15.3
New
- Added a associated function
all
to types describing certificate resources – most prominently IpBlocks
and AsBlocks
– in order to create values covering all available resources. (#226)
Bug Fixes
- When creating certificate IP resources, ranges that can be expressed as prefixes are now converted into prefixes as required by RFC 3779. (#225)
0.15.2
Bug Fixes
- The XML encoder doesn’t insert an initial line feed before any other data anymore. (#222)
0.15.1
Bug Fixes
- Don’t produce or allow empty Subject Information Access certificate extensions. (#220)