Skip to content

Commit

Permalink
Add 8.7 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
job committed Dec 20, 2023
1 parent 4b3ba99 commit 9c57bc5
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
Version 8.7 - Dec 20th, 2023
============================

- Introduction of an ability to constrain a RPKI Trust Anchor's
effective signing authority to a limited set of Internet numbers. This
allows Relying Parties to enjoy the potential benefits of assuming
trust, but within a bounded scope. This distribution includes curated
constraints files. More information:
https://datatracker.ietf.org/doc/html/draft-snijders-constraining-rpki-trust-anchors

- Following a 'failed fetch' (described in RFC 9286), emit a warning and
continue with a previously cached Manifest file, iff present & still
valid.

- Emit a warning when the same manifestNumber is re-used across multiple
issuances.

- Emit a warning when the remote repository presents a Manifest with an
unexpected manifestNumber. Purported new manifests are expected to
have a higher manifestNumber than previously validated manifests. If
the purported new manifest contains a manifestNumber value equal to or
lower than the manifestNumber of the previously validated & cached
manifest, the previously cached Manifest file is used. This warning
can be indicative of manifest replays or out-of-order publishing.

- Require RPKI object files to be of a minimum of 100 bytes in both the
RRDP and RSYNC transports.

- No longer synchronize directory modtimes in the local cache to align
with remote RSYNC repository sources.

- Improved CRL extension checking.

- Experimental support for the P-256 signature algorithm was added.

- Various refactoring work.

Version 8.6 - Oct 4th, 2023
==============================

Expand Down

0 comments on commit 9c57bc5

Please sign in to comment.