Skip to content

Releases: NLnetLabs/rpki-rs

0.15.10

28 Feb 12:12
b7c4e2d
Compare
Choose a tag to compare

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

16 Jan 16:33
efc52a6
Compare
Choose a tag to compare

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

11 Oct 13:33
1ecdc61
Compare
Choose a tag to compare

Bug fixes

  • Accept all options for the Authority Key Identifier extension in ID certificates. (#236)

0.15.7

14 Sep 09:56
cdab6fb
Compare
Choose a tag to compare

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

10 Sep 07:23
235c780
Compare
Choose a tag to compare

Bug Fixes

  • Include all resource_set_* types in Resource Class List Response. (#232)

0.15.5

08 Sep 09:51
7c24306
Compare
Choose a tag to compare

Bug Fixes

  • Accept missing trailing slash in RFC 8183 XML namespaces. (#230)

0.15.4

29 Aug 12:55
8a5af09
Compare
Choose a tag to compare

Bug Fixes

  • Fix missing conditional compilation attributes that caused errors and warnings for certain combinations of features. (#228)

0.15.3

26 Aug 09:13
cd50648
Compare
Choose a tag to compare

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

18 Aug 09:15
8d18bbd
Compare
Choose a tag to compare

Bug Fixes

  • The XML encoder doesn’t insert an initial line feed before any other data anymore. (#222)

0.15.1

27 Jul 12:06
4cbf372
Compare
Choose a tag to compare

Bug Fixes

  • Don’t produce or allow empty Subject Information Access certificate extensions. (#220)