Skip to content

Commit

Permalink
patch with pluginless
Browse files Browse the repository at this point in the history
in order not to  build images with annoying plugin
upward compatible from 1.1.0

Signed-off-by: Dijun Liu <[email protected]>
  • Loading branch information
Dijun Liu committed Nov 30, 2018
1 parent 8ff6d9c commit 28d57d7
Show file tree
Hide file tree
Showing 2 changed files with 1,556 additions and 80,366 deletions.
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
## Hyperledger Fabric 国密补丁

用于Hyperledger Fabric项目支持国密算法,当前支持release1.3.x,暂不支持非release版本。
用于Hyperledger Fabric项目支持国密算法,支持V1.1.x以上版本

包含国密算法插件(bccsp插件),包括支持国密证书和秘钥的cryptogen
cryptogen工具配套支持

当前版本采用非插件方式

### 准备条件
---
Expand All @@ -15,7 +17,6 @@
### 安装步骤
---

(**注意**,当前只支持release1.3.x版本,如果需要支持非release版本,需要自行解决冲突)

在fabric主目录下

Expand All @@ -31,11 +32,5 @@

若使用native方式运行,请注意在peer或者orderer启动时,配置config文件中bccsp密码插件的位置(peer对应core.yaml, orderer对应orderer.yaml),更改方式参见下一章节

(**注意**,当前dep 和 test 跑不过,所以make docker的时候最后会报错,不影响使用)

### cryptogen使用方式
------


​ 使用方式为和普通cryptogen相似,增加--pluginPath选项,指定国密版bccsp插件位置,若不指定bccsp插件位置,则默认位置为/etc/hyperledger/fabric/smPlugin.so

cryptogen generate --pluginPath [smPlugin.so]
Loading

0 comments on commit 28d57d7

Please sign in to comment.