Release notes for M13

This commit is contained in:
Ross Nicoll 2017-06-20 17:13:39 +01:00
parent 19ff72a411
commit 4d66e21f32
2 changed files with 11 additions and 0 deletions

View File

@ -12,6 +12,13 @@ UNRELEASED
* The node driver has moved to net.corda.testing.driver in the test-utils module * The node driver has moved to net.corda.testing.driver in the test-utils module
* Enable certificate validation in most scenarios (will be enforced in all cases in an upcoming milestone)
* Added DER encoded format for CompositeKey so they can be used in X.509 certificates
* Corrected several tests which made assumptions about counterparty keys, which are invalid when confidential identities
are used
Milestone 13 Milestone 13
------------ ------------

View File

@ -6,6 +6,10 @@ Here are release notes for each snapshot release from M9 onwards.
Unreleased Unreleased
---------- ----------
Certificate checks have been enabled for much of the identity service, with additional checks coming targetted at M13.
These are part of the confidential identities work, and ensure that parties are actually who they claim to be by checking
their certificate path back to the network trust root (certificate authority).
Milestone 12 - First Public Beta Milestone 12 - First Public Beta
-------------------------------- --------------------------------