corda/node
Ross Nicoll 14068f1b96 Enforce certificate constraints on all identities
* 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.
2017-06-23 15:18:13 +01:00
..
capsule Build capsules using runtime dependencies instead of compile ones. (#842) 2017-06-14 15:10:59 +01:00
src Enforce certificate constraints on all identities 2017-06-23 15:18:13 +01:00
build.gradle Vault Query Service JPA implementation (#840) 2017-06-22 10:35:49 +01:00