mirror of
https://github.com/corda/corda.git
synced 2025-01-20 11:39:09 +00:00
Release notes for M13
This commit is contained in:
parent
19ff72a411
commit
4d66e21f32
@ -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
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
@ -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
|
||||||
--------------------------------
|
--------------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user