0.6.0
Breaking
- Hashes in the
rrdp
module are now of a new typeDigestHex
and are
automatically converted from their hex representation. (#62) - Removed
uri::Http
. (#63) tal::Tal::uris
now returns an iterator overtal::TalUri
s, which can
be either an rsync or HTTPS URI. (#63)- Removed the ARIN tal workaround. (#63)
- Removed the
to_string
methods from URI types as these are available
via theToString
trait which is implemented viaDisplay
. (#67) - Renamed
IpBlocks::contains
toIpBlocks::contains_roa
. [(#72)]
New
- Add set operations
union
,intersection
, andcontains
toIpBlocks
andAsBlocks
. [(#72)] - Add various useful impls of
From
forx509::Time
. (#69)
Bug Fixes
- Various improvements to the RRDP implementation. (#62)
- Fix a endless loop and an off-by-one error in Chain::trim. (#64)
- The
version
field of a ROA’sRouteOriginAttestation
structure was
parsed and constructed as implicitly tagged whereas the standard demands
explicit tagging. This would have lead to a parse error for all ROAs
that actually contain the (optional) version field. (#70) - Fix encoding of CRLs. (#73)