Commit 48d19be Volodymyr Paprotski
committed
1 parent 9a09ac0 commit 48d19be Copy full SHA for 48d19be
File tree 4 files changed +16
-13
lines changed
4 files changed +16
-13
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,10 @@ Organizations:
67
67
BCCSP :
68
68
Default : SW
69
69
SW :
70
- Hash : SHA3
70
+ # TODO: The default Hash and Security level needs refactoring to be
71
+ # fully configurable. Changing these defaults requires coordination
72
+ # SHA2 is hardcoded in several places, not only BCCSP
73
+ Hash : SHA2
71
74
Security : 256
72
75
# Location of key store. If this is unset, a location will
73
76
# be chosen using: 'MSPDir'/keystore
Original file line number Diff line number Diff line change @@ -17,15 +17,6 @@ server:
17
17
# TLS certificate and key file paths
18
18
tls :
19
19
20
- security :
21
- # Can be 256 or 384
22
- # Must be the same as in core.yaml
23
- level : 256
24
-
25
- # Can be SHA2 or SHA3
26
- # Must be the same as in core.yaml
27
- hashAlgorithm : SHA3
28
-
29
20
# Enabling/disabling different logging levels of the CA.
30
21
#
31
22
logging :
@@ -329,7 +320,10 @@ peer:
329
320
BCCSP :
330
321
Default : SW
331
322
SW :
332
- Hash : SHA3
323
+ # TODO: The default Hash and Security level needs refactoring to be
324
+ # fully configurable. Changing these defaults requires coordination
325
+ # SHA2 is hardcoded in several places, not only BCCSP
326
+ Hash : SHA2
333
327
Security : 256
334
328
FileKeyStore :
335
329
KeyStore :
Original file line number Diff line number Diff line change @@ -69,7 +69,10 @@ General:
69
69
BCCSP :
70
70
Default : SW
71
71
SW :
72
- Hash : SHA3
72
+ # TODO: The default Hash and Security level needs refactoring to be
73
+ # fully configurable. Changing these defaults requires coordination
74
+ # SHA2 is hardcoded in several places, not only BCCSP
75
+ Hash : SHA2
73
76
Security : 256
74
77
# Location of key store. If this is unset, a location will be
75
78
# chosen using: 'LocalMSPDir'/keystore
Original file line number Diff line number Diff line change @@ -205,7 +205,10 @@ peer:
205
205
BCCSP :
206
206
Default : SW
207
207
SW :
208
- Hash : SHA3
208
+ # TODO: The default Hash and Security level needs refactoring to be
209
+ # fully configurable. Changing these defaults requires coordination
210
+ # SHA2 is hardcoded in several places, not only BCCSP
211
+ Hash : SHA2
209
212
Security : 256
210
213
# Location of Key Store, can be subdirectory of SbftLocal.DataDir
211
214
FileKeyStore :
You can’t perform that action at this time.
0 commit comments