Releases: NLnetLabs/rpki-rs
Releases · NLnetLabs/rpki-rs
0.18.5
New
ca::idexchange::Error
now implsstd::error::Error
. (#297)- Re-export
bcder
asdep::bcder
if it is enabled. (#299) - Added
PublisherRequest::set_publisher_handle
. (#300) - Added
uri::{Rsync,Https}::path_into_dir
(#302) - Added
Ipv4Block
andIpv6Block
andFromIterator
impls forIpv4Blocks
andIpv6Blocks
. (#298) - Made
AddressRange
public and added methods to convert ranges into a set of prefixes. (#306) - Updated the ASPA RTR PDU to conform with version -14 of draft-ietf-sidrops-8210bis. (#309)
- Enable ASPA version 2 in the RTR server. (#318)
- The ASPA
ProviderAsSet
now keeps track of its length and exposes it via the newlen
method. (#315) - The ASPA Provider AS Set is now limited to 16380 entries when parsing from ASPA objects and creating RTR PDUs. (#316)
- Exposed
ca::idcert::TbsIdCert::validity
. (#310); - Protect against maliciously large XML input to the RRDP parser. This will allow re-enabling GZIP support in RRDP clients. (#319)
Bug fixes
- Do not allow backslashes in idexchange handles. (#304)
- Check the content of file names in a manifest during parsing. This fixes a crash when later code assumes that the file names only contain ASCII characters and otherwise panics. (#320)
Other changes
- The minimum supported Rust version is now 1.73. (#319)
0.18.4
0.18.3
0.18.2
0.18.1
Bug fixes
- The RTR server now returns the expected protocol version in the version negotiation error message rather than the requested version. (#280)
- The RTR server does not accept protocol version 2 for now to avoid sending illegal ASPA PDUs. This is a workaround until the final format of the PDU is specified. (#281)
- Fixed protocol version negotiation in the RTR client. It will now error out if the server responds with a version greater than the requested one rather just accepting it. (#282)
0.18.0
0.17.2
0.17.1
0.17.0
Breaking changes
- Dropped dependency on routecore again and moved all used types into rpki-rs. The new module
resources
contains the AS and IP address resources. The BGPsec key identifier is now an actual type incrypto::keys
. (#261) - Changed the implementation of ASPA objects to conform with version 15 of the profile draft. (#264, #265)
- Changed the ASPA RTR PDU to not use the AFI flags any more and always set it to 0. (#264)
New
0.16.1
New
- Added implementations for the
arbitrary::Arbitrary
trait to ASN and IP resource types. (#255) - Added more strict checks to validation of ASPA objects in accordance with draft-ietf-sidrops-aspa-profile-12. (#256)
Other changes
- Downgraded the minimum Rust version to 1.63. (#257)