Skip to content

Commit

Permalink
Removing security section from core.yaml
Browse files Browse the repository at this point in the history
This change-set removes the security section from core.yaml
because not needed anymore.
The security configuration is demanded to the each module
that can decide how and where to take the configuration from.
An example, is the configuration of a channel that carries
information about the hash function to be used.

Change-Id: Ie2918bdb65413b35f207e40b1a6c8dac22f22a4d
Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
  • Loading branch information
adecaro committed Feb 18, 2017
1 parent eab249d commit 50372c1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions peer/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -355,15 +355,3 @@ ledger:
# historyDatabase - options are true or false
# Indicates if the history of key updates should be stored in goleveldb
historyDatabase: true

###############################################################################
#
# Security section - Applied to all entities (client, NVP, VP)
#
###############################################################################
security:
# Can be 256 or 384.
level: 256

# Can be SHA2 or SHA3.
hashAlgorithm: SHA2

0 comments on commit 50372c1

Please sign in to comment.