Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
erikrozendaal committed Dec 9, 2020
1 parent 4bacbf7 commit 945ebc3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ Or follow the step-by-step [installation instructions](https://github.com/RIPE-N

Changes in 3.2:
---------------
* Strict validation by default, with minor differences from [draft-ietf-sidrops-6486bis-00](https://www.ietf.org/archive/id/draft-ietf-sidrops-6486bis-00.txt).
* Strict validation by default as specified [draft-ietf-sidrops-6486bis-03](https://www.ietf.org/archive/id/draft-ietf-sidrops-6486bis-03.txt),
however objects mentioned in the manifest are only checked against the SHA256 hash in the manifest. So objects that match the hash but are
otherwise invalid or unrecognized do not cause the complete manifest to fail validation.
* Validate manifest entry filenames against pattern [a-zA-Z_-]+\.[a-z]{3}.
* Automatically re-run validation when objects are about to expire.
* Decrease bootstrap time.
* Dependency updates and bug fixes.

Latest changes in 3.1:
----------------------
Expand Down
10 changes: 10 additions & 0 deletions rpki-validator/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
* Tue Dec 9 2020 Erik Rozendaal <[email protected]> - 3.2

- only fail full manifest when entries not found or hashes don't
match, individual object validation no longer causes the complete
manifest to fail.
- Increased quartz threads from 10 to 32 to avoid deadlocks
- update of rpki-commons to 1.17: strict manifest entry filename
validation.
- spring-boot 2.4.0

* Tue Nov 17 2020 Erik Rozendaal <[email protected]> - 3.2

- Update of rpki-commons to 1.16: updated dependencies including XStream security update.
Expand Down

0 comments on commit 945ebc3

Please sign in to comment.