mirror of
https://github.com/corda/corda.git
synced 2024-12-20 21:43:14 +00:00
14068f1b96
* Enforce that the identity service must always have a root CA specified, which all identities have certificates signed by (or intermediaries of). Also adds a certificate store to the identity service for help building/verifying certificate paths. * Add a certificate store for the CA certificate and intermediaries * Use the certificate factory directly to build paths rather than assembling them via an interim API call. After reducing the complexity of the utility API, it's replacing two lines of code, at which point it seems better to make the behaviour clearer rather than having a function hide what's actually going on. |
||
---|---|---|
.. | ||
src | ||
build.gradle |